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

Functor with 6 parameters, void return. More...

#include <owl/functor.h>

Inheritance diagram for owl::TFunctorV6< P1, P2, P3, P4, P5, P6 >:
owl::TFunctorBase owl::TFunctionTranslatorV6< P1, P2, P3, P4, P5, P6, Funct > owl::TMemberTranslatorV6< P1, P2, P3, P4, P5, P6, TCallee, TMemFunc >

Public Member Functions

 TFunctorV6 ()
 
void 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)
 

Protected Types

typedef void(* TThunk) (const TFunctorBase &, P1, P2, P3, P4, P5, P6)
 

Protected Member Functions

 TFunctorV6 (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...
 
};  
 
voidCallee
 

Detailed Description

template<class P1, class P2, class P3, class P4, class P5, class P6>
class owl::TFunctorV6< P1, P2, P3, P4, P5, P6 >

Functor with 6 parameters, void return.

Definition at line 964 of file functor.h.

Member Typedef Documentation

◆ TThunk

template<class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
typedef void(* owl::TFunctorV6< P1, P2, P3, P4, P5, P6 >::TThunk) (const TFunctorBase &, P1, P2, P3, P4, P5, P6)
protected

Definition at line 974 of file functor.h.

Constructor & Destructor Documentation

◆ TFunctorV6() [1/2]

template<class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
owl::TFunctorV6< P1, P2, P3, P4, P5, P6 >::TFunctorV6 ( )
inline

Definition at line 966 of file functor.h.

◆ TFunctorV6() [2/2]

template<class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
owl::TFunctorV6< P1, P2, P3, P4, P5, P6 >::TFunctorV6 ( THUNKREF(TThunk) t,
const void * c,
const void * f,
size_t sz )
inlineprotected

Definition at line 975 of file functor.h.

Member Function Documentation

◆ operator()()

template<class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
void owl::TFunctorV6< P1, P2, P3, P4, P5, P6 >::operator() ( P1 p1,
P2 p2,
P3 p3,
P4 p4,
P5 p5,
P6 p6 ) const
inline

Definition at line 968 of file functor.h.


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