|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Base functor class holds all of the actual data. More...
#include <owl/functor.h>
Public Types | |
| typedef void(TFunctorBase::* | TMemberFunc) () |
Public Member Functions | |
| operator bool () const | |
| TFunctorBase () | |
| TFunctorBase (const void *c, const void *f, size_t sz) | |
Public Attributes | ||
| union { | ||
| const void * Func | ||
| char MemberFunc [sizeof(TMemberFunc)] | ||
| ASSUMES this is always enough space. More... | ||
| }; | ||
| void * | Callee | |
Definition at line 22 of file functor.cpp.
References Callee, Func, and MemberFunc.
| union { ... } owl::TFunctorBase |
| char owl::TFunctorBase::MemberFunc[sizeof(TMemberFunc)] |