Public Member Functions

dynamicgraph::ShellFunctionRegisterer Class Reference

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...

List of all members.

Public Member Functions

 ShellFunctionRegisterer (const std::string &funName, const Interpreter::ShellBasicFunction &f)

Detailed Description

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.


Constructor & Destructor Documentation

dynamicgraph::ShellFunctionRegisterer::ShellFunctionRegisterer ( const std::string &  funName,
const Interpreter::ShellBasicFunction f 
)




dynamicGraph library documentation