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

#include <UT_Functor.h>

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

Public Types

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

Definition at line 235 of file UT_Functor.h.

Member Typedef Documentation

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

Definition at line 241 of file UT_Functor.h.

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

Definition at line 240 of file UT_Functor.h.

Constructor & Destructor Documentation

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

Definition at line 243 of file UT_Functor.h.

Member Function Documentation

template<typename ParentFunctor, typename PointerToObj, typename PointerToMemFn>
UT_FunctorImpl1<ReturnType, Parm1Type>* UT_MemFunHandler1< ParentFunctor, PointerToObj, PointerToMemFn >::clone ( ) const
inlineoverridevirtual
template<typename ParentFunctor, typename PointerToObj, typename PointerToMemFn>
int64 UT_MemFunHandler1< ParentFunctor, PointerToObj, PointerToMemFn >::getMemoryUsage ( bool  inclusive) const
inlineoverridevirtual
template<typename ParentFunctor, typename PointerToObj, typename PointerToMemFn>
ReturnType UT_MemFunHandler1< ParentFunctor, PointerToObj, PointerToMemFn >::operator() ( Parm1Type  parm1) const
inlineoverridevirtual

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