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

Public Types

typedef void ReturnType
 
typedef P1 Parm1Type
 
- Public Types inherited from UT_FunctorImpl1< void, P1 >
typedef void ReturnType
 
typedef P1 Parm1Type
 

Public Member Functions

 UT_MemFunHandler1 (const PointerToObj &pointer_to_obj, const PointerToMemFn pointer_to_mem_fn)
 
UT_FunctorImpl1< void, P1 > * clone () const override
 
void operator() (Parm1Type parm1) const override
 
int64 getMemoryUsage (bool inclusive) const override
 
- Public Member Functions inherited from UT_FunctorImpl1< void, P1 >
virtual ~UT_FunctorImpl1 ()
 

Additional Inherited Members

- Protected Member Functions inherited from UT_FunctorImpl1< void, P1 >
 UT_FunctorImpl1 ()=default
 
 UT_FunctorImpl1 (const UT_FunctorImpl1 &)=default
 
UT_FunctorImpl1operator= (const UT_FunctorImpl1 &)=delete
 

Detailed Description

template<typename P1, typename PointerToObj, typename PointerToMemFn>
class UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >

Definition at line 63 of file UT_Functor.C.

Member Typedef Documentation

template<typename P1 , typename PointerToObj , typename PointerToMemFn >
typedef P1 UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >::Parm1Type

Definition at line 68 of file UT_Functor.C.

template<typename P1 , typename PointerToObj , typename PointerToMemFn >
typedef void UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >::ReturnType

Definition at line 67 of file UT_Functor.C.

Constructor & Destructor Documentation

template<typename P1 , typename PointerToObj , typename PointerToMemFn >
UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >::UT_MemFunHandler1 ( const PointerToObj &  pointer_to_obj,
const PointerToMemFn  pointer_to_mem_fn 
)
inline

Definition at line 70 of file UT_Functor.C.

Member Function Documentation

template<typename P1 , typename PointerToObj , typename PointerToMemFn >
UT_FunctorImpl1<void, P1>* UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >::clone ( ) const
inlineoverridevirtual

Implements UT_FunctorImpl1< void, P1 >.

Definition at line 75 of file UT_Functor.C.

template<typename P1 , typename PointerToObj , typename PointerToMemFn >
int64 UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >::getMemoryUsage ( bool  inclusive) const
inlineoverridevirtual

Implements UT_FunctorImpl1< void, P1 >.

Definition at line 83 of file UT_Functor.C.

template<typename P1 , typename PointerToObj , typename PointerToMemFn >
void UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >::operator() ( Parm1Type  parm1) const
inlineoverridevirtual

Implements UT_FunctorImpl1< void, P1 >.

Definition at line 80 of file UT_Functor.C.


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