OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TMemberTranslatorV3< P1, P2, P3, TCallee, TMemFunc > Class Template Reference

#include <owl/functor.h>

Inheritance diagram for owl::TMemberTranslatorV3< P1, P2, P3, TCallee, TMemFunc >:
owl::TFunctorV3< P1, P2, P3 > owl::TFunctorBase

Public Member Functions

 TMemberTranslatorV3 (TCallee &c, const TMemFunc &mf)
 
- Public Member Functions inherited from owl::TFunctorV3< P1, P2, P3 >
 TFunctorV3 ()
 
void 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 void 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...
 
};  
 
voidCallee
 
- Protected Types inherited from owl::TFunctorV3< P1, P2, P3 >
typedef void(* TThunk) (const TFunctorBase &, P1, P2, P3)
 
- Protected Member Functions inherited from owl::TFunctorV3< P1, P2, P3 >
 TFunctorV3 (THUNKREF(TThunk) t, const void *c, const void *f, size_t sz)
 

Detailed Description

template<class P1, class P2, class P3, class TCallee, class TMemFunc>
class owl::TMemberTranslatorV3< P1, P2, P3, TCallee, TMemFunc >

Definition at line 544 of file functor.h.

Constructor & Destructor Documentation

◆ TMemberTranslatorV3()

owl::TMemberTranslatorV3< P1, P2, P3, TCallee, TMemFunc >::TMemberTranslatorV3 ( TCallee & c,
const TMemFunc & mf )
inline

Member Function Documentation

◆ Thunk()

static void owl::TMemberTranslatorV3< P1, P2, P3, TCallee, TMemFunc >::Thunk ( const TFunctorBase & ftor,
P1 p1,
P2 p2,
P3 p3 )
inlinestatic

Definition at line 549 of file functor.h.


The documentation for this class was generated from the following file: