Classes | Namespaces | Defines | Variables

interpreter.h File Reference

Include dependency graph for interpreter.h:
This graph shows which files directly or indirectly include this file:

Classes

class  dynamicgraph::Interpreter
 This class implements the first level interpretor to control basic functionnalities of the plugins. More...
class  dynamicgraph::ShellFunctionRegisterer
 Class for automatic registration of shell functions. Use the macro DYNAMIC-GRAPH_SHELL_FUNCTION_REGISTERER(name, fun) in a .cpp file to register functions on plugin load. More...

Namespaces

namespace  dynamicgraph
 

This is the namespace where every object and class of this library is located.


Defines

#define SHELL_FUNCTION_REGISTERER(name, fun)

Variables

DYNAMICGRAPH_EXPORT Interpreter dynamicgraph::g_shell

Define Documentation

#define SHELL_FUNCTION_REGISTERER (   name,
  fun 
)
Value:
extern "C" {                                            \
  ShellFunctionRegisterer reg( name,boost::bind(fun,_1,_2,_3) );\
  }




dynamicGraph library documentation