#include <callback.h>
Inheritance diagram for SPARK::TStaticNonModifierCallback:


Public Member Functions | |
| TStaticNonModifierCallback (enum_policiy_type::enum_type code) | |
| Constructor for a non-defined callback. | |
| TStaticNonModifierCallback (enum_policiy_type::enum_type code, const char *name, function_type ptr) | |
| Constructor for a defined callback. | |
| void | operator() (TInverse *inverse) const |
| Fires the underlying C function that implements the static callback. | |
|
|
Constructor for a non-defined callback.
|
|
||||||||||||||||
|
Constructor for a defined callback.
|
|
|
Fires the underlying C function that implements the static callback.
|