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


Public Member Functions | |
| TPredicateCallback (enum_policiy_type::enum_type code) | |
| Constructor for a non-defined callback. | |
| TPredicateCallback (enum_policiy_type::enum_type code, const char *name, function_type ptr) | |
| Constructor for a defined callback. | |
| bool | operator() (TObject *object, ArgList args) const |
| Fires the underlying C function that implements the predicate callback. | |
|
|
Constructor for a non-defined callback.
|
|
||||||||||||||||
|
Constructor for a defined callback.
|
|
||||||||||||
|
Fires the underlying C function that implements the predicate callback.
|