OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/functor.h>
Public Member Functions | |
TFunctionTranslatorV0 (Funct f) | |
Public Member Functions inherited from owl::TFunctorV0 | |
TFunctorV0 () | |
void | operator() () const |
Public Member Functions inherited from owl::TFunctorBase | |
operator bool () const | |
TFunctorBase () | |
TFunctorBase (const void *c, const void *f, size_t sz) | |
Static Public Member Functions | |
static void | Thunk (const TFunctorBase &ftor) |
Additional Inherited Members | ||
Public Types inherited from owl::TFunctorBase | ||
typedef void(TFunctorBase::* | TMemberFunc) () | |
Public Attributes inherited from owl::TFunctorBase | ||
union { | ||
const void * Func | ||
char MemberFunc [sizeof(TMemberFunc)] | ||
ASSUMES this is always enough space. More... | ||
}; | ||
void * | Callee | |
Protected Types inherited from owl::TFunctorV0 | ||
typedef void(* | TThunk) (const TFunctorBase &) | |
Protected Member Functions inherited from owl::TFunctorV0 | ||
TFunctorV0 (THUNKREF(TThunk) t, const void *c, const void *f, size_t sz) | ||
|
inline |
Definition at line 106 of file functor.h.
References owl::TFunctionTranslatorV0< Funct >::Thunk().
|
inlinestatic |