#include <callback.h>
Inheritance diagram for SPARK::TModifierCallback:
Public Member Functions | |
TModifierCallback (enum_policiy_type::enum_type code) | |
Constructor for a non-defined callback. | |
TModifierCallback (enum_policiy_type::enum_type code, const char *name, function_type ptr, ReturnTypes returnType) | |
Constructor for a defined callback. | |
TModifierCallback (const TModifierCallback &c) | |
Copy constructor. | |
TModifierCallback & | operator= (const TModifierCallback &c) |
Assignment operator. | |
void | operator() (TObject *object, ArgList args, TargetList targets) const |
Fires the underlying C function that implements the modifier callback. | |
ReturnTypes | GetReturnType () const |
Returns the return type for the modifier callback as ReturnTypes. |
|
Constructor for a non-defined callback.
|
|
Constructor for a defined callback.
|
|
Copy constructor.
|
|
Assignment operator.
|
|
Fires the underlying C function that implements the modifier callback.
|
|
Returns the return type for the modifier callback as ReturnTypes.
|