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

#include <owl/functor.h>

Inheritance diagram for owl::TFunctionTranslator6< R, P1, P2, P3, P4, P5, P6, Funct >:
owl::TFunctor6< R, P1, P2, P3, P4, P5, P6 > owl::TFunctorBase

Public Member Functions

 TFunctionTranslator6 (Funct f)
 
- Public Member Functions inherited from owl::TFunctor6< R, P1, P2, P3, P4, P5, P6 >
 TFunctor6 ()
 
R operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) 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, P4 p4, P5 p5, P6 p6)
 

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

Detailed Description

template<class R, class P1, class P2, class P3, class P4, class P5, class P6, class Funct>
class owl::TFunctionTranslator6< R, P1, P2, P3, P4, P5, P6, Funct >

Definition at line 1058 of file functor.h.

Constructor & Destructor Documentation

◆ TFunctionTranslator6()

template<class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class Funct >
owl::TFunctionTranslator6< R, P1, P2, P3, P4, P5, P6, Funct >::TFunctionTranslator6 ( Funct f)
inline

Member Function Documentation

◆ Thunk()

template<class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class Funct >
static R owl::TFunctionTranslator6< R, P1, P2, P3, P4, P5, P6, Funct >::Thunk ( const TFunctorBase & ftor,
P1 p1,
P2 p2,
P3 p3,
P4 p4,
P5 p5,
P6 p6 )
inlinestatic

Definition at line 1062 of file functor.h.


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