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...
Public Member Functions | |
ShellFunctionRegisterer (const std::string &funName, const Interpreter::ShellBasicFunction &f) |
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.
dynamicgraph::ShellFunctionRegisterer::ShellFunctionRegisterer | ( | const std::string & | funName, | |
const Interpreter::ShellBasicFunction & | f | |||
) |