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 SHELL_FUNCTION_REGISTERER | ( | name, | ||
fun | ||||
) |
extern "C" { \ ShellFunctionRegisterer reg( name,boost::bind(fun,_1,_2,_3) );\ }