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

#include <UT_Functor.h>

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

Public Types

typedef ParentFunctor::ReturnType ReturnType
 
typedef ParentFunctor::Parm1Type Parm1Type
 
typedef ParentFunctor::Parm2Type Parm2Type
 
- Public Types inherited from UT_FunctorImpl2< ParentFunctor::ReturnType, ParentFunctor::Parm1Type, ParentFunctor::Parm2Type >
typedef ParentFunctor::ReturnType ReturnType
 
typedef ParentFunctor::Parm1Type Parm1Type
 
typedef ParentFunctor::Parm2Type Parm2Type
 

Public Member Functions

 UT_MemFunHandler2 (const PointerToObj &pointer_to_obj, const PointerToMemFn pointer_to_mem_fn)
 
UT_FunctorImpl2< ReturnType,
Parm1Type, Parm2Type > * 
clone () const override
 
ReturnType operator() (Parm1Type parm1, Parm2Type parm2) const override
 
- Public Member Functions inherited from UT_FunctorImpl2< ParentFunctor::ReturnType, ParentFunctor::Parm1Type, ParentFunctor::Parm2Type >
virtual ~UT_FunctorImpl2 ()
 

Additional Inherited Members

- Protected Member Functions inherited from UT_FunctorImpl2< ParentFunctor::ReturnType, ParentFunctor::Parm1Type, ParentFunctor::Parm2Type >
 UT_FunctorImpl2 ()=default
 
 UT_FunctorImpl2 (const UT_FunctorImpl2 &)=default
 
UT_FunctorImpl2operator= (const UT_FunctorImpl2 &)=delete
 

Detailed Description

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

Definition at line 270 of file UT_Functor.h.

Member Typedef Documentation

template<typename ParentFunctor, typename PointerToObj, typename PointerToMemFn>
typedef ParentFunctor::Parm1Type UT_MemFunHandler2< ParentFunctor, PointerToObj, PointerToMemFn >::Parm1Type

Definition at line 277 of file UT_Functor.h.

template<typename ParentFunctor, typename PointerToObj, typename PointerToMemFn>
typedef ParentFunctor::Parm2Type UT_MemFunHandler2< ParentFunctor, PointerToObj, PointerToMemFn >::Parm2Type

Definition at line 278 of file UT_Functor.h.

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

Definition at line 276 of file UT_Functor.h.

Constructor & Destructor Documentation

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

Definition at line 280 of file UT_Functor.h.

Member Function Documentation

template<typename ParentFunctor, typename PointerToObj, typename PointerToMemFn>
UT_FunctorImpl2<ReturnType, Parm1Type, Parm2Type>* UT_MemFunHandler2< ParentFunctor, PointerToObj, PointerToMemFn >::clone ( ) const
inlineoverridevirtual
template<typename ParentFunctor, typename PointerToObj, typename PointerToMemFn>
ReturnType UT_MemFunHandler2< ParentFunctor, PointerToObj, PointerToMemFn >::operator() ( Parm1Type  parm1,
Parm2Type  parm2 
) const
inlineoverridevirtual

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