OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/functor.h>
Public Member Functions | |
TMemberTranslator3 (TCallee &c, const TMemFunc &mf) | |
Public Member Functions inherited from owl::TFunctor3< R, P1, P2, P3 > | |
TFunctor3 () | |
R | operator() (P1 p1, P2 p2, P3 p3) 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 R | Thunk (const TFunctorBase &ftor, P1 p1, P2 p2, P3 p3) |
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::TFunctor3< R, P1, P2, P3 > | ||
typedef R(* | TThunk) (const TFunctorBase &, P1, P2, P3) | |
Protected Member Functions inherited from owl::TFunctor3< R, P1, P2, P3 > | ||
TFunctor3 (THUNKREF(TThunk) t, const void *c, const void *f, size_t sz) | ||
|
inline |
Definition at line 621 of file functor.h.
References owl::TMemberTranslator3< R, P1, P2, P3, TCallee, TMemFunc >::Thunk().