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

#include <owl/functor.h>

Inheritance diagram for owl::TFunctionTranslatorV2< P1, P2, Funct >:
owl::TFunctorV2< P1, P2 > owl::TFunctorBase

Public Member Functions

 TFunctionTranslatorV2 (Funct f)
 
- Public Member Functions inherited from owl::TFunctorV2< P1, P2 >
 TFunctorV2 ()
 
void operator() (P1 p1, P2 p2) 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)
 

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::TFunctorV2< P1, P2 >
typedef void(* TThunk) (const TFunctorBase &, P1, P2)
 
- Protected Member Functions inherited from owl::TFunctorV2< P1, P2 >
 TFunctorV2 (THUNKREF(TThunk) t, const void *c, const void *f, size_t sz)
 

Detailed Description

template<class P1, class P2, class Funct>
class owl::TFunctionTranslatorV2< P1, P2, Funct >

Definition at line 383 of file functor.h.

Constructor & Destructor Documentation

◆ TFunctionTranslatorV2()

template<class P1 , class P2 , class Funct >
owl::TFunctionTranslatorV2< P1, P2, Funct >::TFunctionTranslatorV2 ( Funct f)
inline

Definition at line 385 of file functor.h.

References owl::TFunctionTranslatorV2< P1, P2, Funct >::Thunk().

Member Function Documentation

◆ Thunk()

template<class P1 , class P2 , class Funct >
static void owl::TFunctionTranslatorV2< P1, P2, Funct >::Thunk ( const TFunctorBase & ftor,
P1 p1,
P2 p2 )
inlinestatic

Definition at line 387 of file functor.h.


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