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

#include <owl/functor.h>

Inheritance diagram for owl::TFunctionTranslatorV4< P1, P2, P3, P4, Funct >:
owl::TFunctorV4< P1, P2, P3, P4 > owl::TFunctorBase

Public Member Functions

 TFunctionTranslatorV4 (Funct f)
 
- Public Member Functions inherited from owl::TFunctorV4< P1, P2, P3, P4 >
 TFunctorV4 ()
 
void operator() (P1 p1, P2 p2, P3 p3, P4 p4) 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, P4 p4)
 

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

Detailed Description

template<class P1, class P2, class P3, class P4, class Funct>
class owl::TFunctionTranslatorV4< P1, P2, P3, P4, Funct >

Definition at line 683 of file functor.h.

Constructor & Destructor Documentation

◆ TFunctionTranslatorV4()

template<class P1 , class P2 , class P3 , class P4 , class Funct >
owl::TFunctionTranslatorV4< P1, P2, P3, P4, Funct >::TFunctionTranslatorV4 ( Funct f)
inline

Member Function Documentation

◆ Thunk()

template<class P1 , class P2 , class P3 , class P4 , class Funct >
static void owl::TFunctionTranslatorV4< P1, P2, P3, P4, Funct >::Thunk ( const TFunctorBase & ftor,
P1 p1,
P2 p2,
P3 p3,
P4 p4 )
inlinestatic

Definition at line 687 of file functor.h.


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