OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Functor with 1 parameter, return R. More...
#include <owl/functor.h>
Public Member Functions | |
TFunctor1 () | |
R | operator() (P1 p1) const |
Public Member Functions inherited from owl::TFunctorBase | |
operator bool () const | |
TFunctorBase () | |
TFunctorBase (const void *c, const void *f, size_t sz) | |
Protected Types | |
typedef R(* | TThunk) (const TFunctorBase &, P1) |
Protected Member Functions | |
TFunctor1 (THUNKREF(TThunk) t, const void *c, const void *f, size_t sz) | |
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 | |
Functor with 1 parameter, return R.
|
protected |
|
inline |