|
Sierra Toolkit
Version of the Day
|
Class template Register registers the user function function pointer with the function_name on object creation. More...
#include <UserPlugin.hpp>
Public Member Functions | |
| Register (const std::string &function_name, Signature *function) | |
| Creates a new Register instance. Upon creation, the func_ptr() function is registered with the function_name. | |
Class template Register registers the user function function pointer with the function_name on object creation.
Definition at line 617 of file UserPlugin.hpp.
| sierra::Plugin::UserSubroutine< S >::Register::Register | ( | const std::string & | function_name, |
| Signature * | function | ||
| ) | [inline] |
Creates a new Register instance. Upon creation, the func_ptr() function is registered with the function_name.
| function_name | a std::string const reference to the user function's name. |
Definition at line 628 of file UserPlugin.hpp.