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

Public Types

typedef void ReturnType
 
typedef P1 Parm1Type
 
typedef P2 Parm2Type
 
- Public Types inherited from UT_FunctorImpl2< void, P1, P2 >
typedef void ReturnType
 
typedef P1 Parm1Type
 
typedef P2 Parm2Type
 

Public Member Functions

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

Additional Inherited Members

- Protected Member Functions inherited from UT_FunctorImpl2< void, P1, P2 >
 UT_FunctorImpl2 ()=default
 
 UT_FunctorImpl2 (const UT_FunctorImpl2 &)=default
 
UT_FunctorImpl2operator= (const UT_FunctorImpl2 &)=delete
 

Detailed Description

template<typename P1, typename P2, typename PointerToObj, typename PointerToMemFn>
class UT_MemFunHandler2< UT_Functor2< void, P1, P2 >, PointerToObj, PointerToMemFn >

Definition at line 98 of file UT_Functor.C.

Member Typedef Documentation

template<typename P1 , typename P2 , typename PointerToObj , typename PointerToMemFn >
typedef P1 UT_MemFunHandler2< UT_Functor2< void, P1, P2 >, PointerToObj, PointerToMemFn >::Parm1Type

Definition at line 103 of file UT_Functor.C.

template<typename P1 , typename P2 , typename PointerToObj , typename PointerToMemFn >
typedef P2 UT_MemFunHandler2< UT_Functor2< void, P1, P2 >, PointerToObj, PointerToMemFn >::Parm2Type

Definition at line 104 of file UT_Functor.C.

template<typename P1 , typename P2 , typename PointerToObj , typename PointerToMemFn >
typedef void UT_MemFunHandler2< UT_Functor2< void, P1, P2 >, PointerToObj, PointerToMemFn >::ReturnType

Definition at line 102 of file UT_Functor.C.

Constructor & Destructor Documentation

template<typename P1 , typename P2 , typename PointerToObj , typename PointerToMemFn >
UT_MemFunHandler2< UT_Functor2< void, P1, P2 >, PointerToObj, PointerToMemFn >::UT_MemFunHandler2 ( const PointerToObj &  pointer_to_obj,
const PointerToMemFn  pointer_to_mem_fn 
)
inline

Definition at line 106 of file UT_Functor.C.

Member Function Documentation

template<typename P1 , typename P2 , typename PointerToObj , typename PointerToMemFn >
UT_FunctorImpl2<void, Parm1Type, Parm2Type>* UT_MemFunHandler2< UT_Functor2< void, P1, P2 >, PointerToObj, PointerToMemFn >::clone ( ) const
inlineoverridevirtual

Implements UT_FunctorImpl2< void, P1, P2 >.

Definition at line 111 of file UT_Functor.C.

template<typename P1 , typename P2 , typename PointerToObj , typename PointerToMemFn >
void UT_MemFunHandler2< UT_Functor2< void, P1, P2 >, PointerToObj, PointerToMemFn >::operator() ( Parm1Type  parm1,
Parm2Type  parm2 
) const
inlineoverridevirtual

Implements UT_FunctorImpl2< void, P1, P2 >.

Definition at line 116 of file UT_Functor.C.


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