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

| Public Member Functions | |
| TFreeFunctionWrapper () | |
| Default constructor. | |
| TFreeFunctionWrapper (const TFreeFunctionWrapper &w) | |
| Copy constructor. | |
| TFreeFunctionWrapper (const char *name, FreeFuncPtrType t) | |
| Constructor. | |
| ~TFreeFunctionWrapper () throw () | |
| Destructor. | |
| TFreeFunctionWrapper & | operator= (const TFreeFunctionWrapper &w) | 
| Assignment operator. | |
| const char * | GetName () const | 
| Returns name of the callback function as const char*. | |
| operator bool () const | |
| Returns true if wrapper contains a valid callback function. | |
| 
 | |||||||||
| Default constructor. 
 | 
| 
 | ||||||||||
| Copy constructor. 
 | 
| 
 | ||||||||||||||||
| Constructor. 
 | 
| 
 | |||||||||
| Destructor. 
 | 
| 
 | ||||||||||
| Assignment operator. 
 | 
| 
 | |||||||||
| Returns name of the callback function as const char*. 
 | 
| 
 | |||||||||
| Returns true if wrapper contains a valid callback function. 
 |