#include <sstream>
#include <string>
#include <vector>
#include <list>
#include <boost/filesystem.hpp>
#include <boost/foreach.hpp>
#include <boost/format.hpp>
#include <boost/program_options.hpp>
#include <dynamic-graph/debug.h>
#include "dynamic-graph/python/interpreter.hh"
Classes | |
struct | Options |
Defines | |
#define | CATCH_EXCEPTIONS() |
Functions | |
int | main (int argc, char **argv) |
#define CATCH_EXCEPTIONS | ( | ) |
catch (std::exception& e) \ { \ std::cout \ << errorPrefix \ << e.what () << std::endl; \ } \ catch (const char* str) \ { \ std::cout << errorPrefix \ << "Unknown exception " << str << std::endl; \ } \ catch (...) \ { \ dgDEBUG(5) << errorPrefix << " Unknown exception " << std::endl; \ } \ struct e_n_d__w_i_t_h__s_e_m_i_c_o_l_o_n
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
References CATCH_EXCEPTIONS.