HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_MemFunHandler< UT_Functor< void >, PointerToObj, PointerToMemFn > Class Template Reference
+ Inheritance diagram for UT_MemFunHandler< UT_Functor< void >, PointerToObj, PointerToMemFn >:

Public Types

typedef void ReturnType
 
- Public Types inherited from UT_FunctorImpl< void >
typedef void ReturnType
 

Public Member Functions

 UT_MemFunHandler (const PointerToObj &pointer_to_obj, const PointerToMemFn pointer_to_mem_fn)
 
UT_FunctorImpl< void > * clone () const override
 
void operator() () const override
 
- Public Member Functions inherited from UT_FunctorImpl< void >
virtual ~UT_FunctorImpl ()
 

Additional Inherited Members

- Protected Member Functions inherited from UT_FunctorImpl< void >
 UT_FunctorImpl ()=default
 
 UT_FunctorImpl (const UT_FunctorImpl &)=default
 
UT_FunctorImploperator= (const UT_FunctorImpl &)=delete
 

Detailed Description

template<typename PointerToObj, typename PointerToMemFn>
class UT_MemFunHandler< UT_Functor< void >, PointerToObj, PointerToMemFn >

Definition at line 36 of file UT_Functor.C.

Member Typedef Documentation

template<typename PointerToObj , typename PointerToMemFn >
typedef void UT_MemFunHandler< UT_Functor< void >, PointerToObj, PointerToMemFn >::ReturnType

Definition at line 40 of file UT_Functor.C.

Constructor & Destructor Documentation

template<typename PointerToObj , typename PointerToMemFn >
UT_MemFunHandler< UT_Functor< void >, PointerToObj, PointerToMemFn >::UT_MemFunHandler ( const PointerToObj &  pointer_to_obj,
const PointerToMemFn  pointer_to_mem_fn 
)
inline

Definition at line 42 of file UT_Functor.C.

Member Function Documentation

template<typename PointerToObj , typename PointerToMemFn >
UT_FunctorImpl<void>* UT_MemFunHandler< UT_Functor< void >, PointerToObj, PointerToMemFn >::clone ( ) const
inlineoverridevirtual

Implements UT_FunctorImpl< void >.

Definition at line 47 of file UT_Functor.C.

template<typename PointerToObj , typename PointerToMemFn >
void UT_MemFunHandler< UT_Functor< void >, PointerToObj, PointerToMemFn >::operator() ( void  ) const
inlineoverridevirtual

Implements UT_FunctorImpl< void >.

Definition at line 52 of file UT_Functor.C.


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