|
DUECA/DUSIME
|
Init function class. More...
#include <ScriptInterpret.hxx>
Public Member Functions | |
| InitFunction (const char *name, const char *parent, voidfunc func) | |
| Constructor. | |
| InitFunction (const InitFunction &o) | |
| Copy constructor. | |
| void | operator() (void) const |
| Call operator. | |
Public Attributes | |
| const char * | name |
| Name of the associated class. | |
| const char * | parent |
| Name of a parent, if applicable. | |
| voidfunc | func |
| Function to call. | |
Init function class.