HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_MemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn > Class Template Reference

#include <UT_Functor.h>

+ Inheritance diagram for UT_MemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >:

Public Types

typedef ParentFunctor::ReturnType ReturnType
 
- Public Types inherited from UT_FunctorImpl< ParentFunctor::ReturnType >
typedef ParentFunctor::ReturnType ReturnType
 

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

template<typename ParentFunctor, typename PointerToObj, typename PointerToMemFn>
class UT_MemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >

Definition at line 208 of file UT_Functor.h.

Member Typedef Documentation

template<typename ParentFunctor, typename PointerToObj, typename PointerToMemFn>
typedef ParentFunctor::ReturnType UT_MemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::ReturnType

Definition at line 212 of file UT_Functor.h.

Constructor & Destructor Documentation

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

Definition at line 214 of file UT_Functor.h.

Member Function Documentation

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

Implements UT_FunctorImpl< ParentFunctor::ReturnType >.

Definition at line 219 of file UT_Functor.h.

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

Implements UT_FunctorImpl< ParentFunctor::ReturnType >.

Definition at line 223 of file UT_Functor.h.


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