EvolvingObjects
|
Initialization of external struct, ctor expects a function of the following signature: More...
#include <eoExternalOpFunctions.h>
Public Member Functions | |
eoExternalInit (External(*_init)(void)) | |
void | operator() (ExternalEO &_eo) |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
External(* | init )(void) |
Initialization of external struct, ctor expects a function of the following signature:
External func();
Where External is the user defined struct or class
Definition at line 47 of file eoExternalOpFunctions.h.