dg-python.cc File Reference
#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"
Include dependency graph for dg-python.cc:

Classes

struct  Options

Defines

#define CATCH_EXCEPTIONS()

Functions

int main (int argc, char **argv)

Define Documentation

#define CATCH_EXCEPTIONS ( )
Value:
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().


Function Documentation

int main ( int  argc,
char **  argv 
)

References CATCH_EXCEPTIONS.