OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TFunctorV0 Class Reference

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

#include <owl/functor.h>

Inheritance diagram for owl::TFunctorV0:
owl::TFunctorBase owl::TFunctionTranslatorV0< Funct > owl::TMemberTranslatorV0< TCallee, TMemFunc >

Public Member Functions

 TFunctorV0 ()
 
void operator() () 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 &)
 

Protected Member Functions

 TFunctorV0 (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

Functor with 0 parameters, void return.

Definition at line 87 of file functor.h.

Member Typedef Documentation

◆ TThunk

typedef void(* owl::TFunctorV0::TThunk) (const TFunctorBase &)
protected

Definition at line 95 of file functor.h.

Constructor & Destructor Documentation

◆ TFunctorV0() [1/2]

owl::TFunctorV0::TFunctorV0 ( )
inline

Definition at line 89 of file functor.h.

◆ TFunctorV0() [2/2]

owl::TFunctorV0::TFunctorV0 ( THUNKREF(TThunk) t,
const void * c,
const void * f,
size_t sz )
inlineprotected

Definition at line 96 of file functor.h.

Member Function Documentation

◆ operator()()

void owl::TFunctorV0::operator() ( ) const
inline

Definition at line 90 of file functor.h.


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