HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Functor1< void, P1 > Class Template Reference

Public Types

using this_type = UT_Functor1< void, P1 >
 
typedef void ReturnType
 
typedef P1 Parm1Type
 

Public Member Functions

 UT_Functor1 ()
 
 UT_Functor1 (UT_FunctorImpl1< void, Parm1Type > *functor_implementation)
 
 UT_Functor1 (const this_type &src)
 
template<typename FunctorType >
 UT_Functor1 (FunctorType functor)
 
template<typename PointerToObj , typename PointerToMemFn >
 UT_Functor1 (const PointerToObj &pointer, PointerToMemFn method)
 
 ~UT_Functor1 ()
 
UT_Functor1operator= (const UT_Functor1 &functor)
 
void operator() (Parm1Type parm1) const
 
bool isSet () const
 
int64 getMemoryUsage (bool inclusive) const
 

Detailed Description

template<typename P1>
class UT_Functor1< void, P1 >

Definition at line 125 of file UT_Functor.C.

Member Typedef Documentation

template<typename P1 >
typedef P1 UT_Functor1< void, P1 >::Parm1Type

Definition at line 130 of file UT_Functor.C.

template<typename P1 >
typedef void UT_Functor1< void, P1 >::ReturnType

Definition at line 129 of file UT_Functor.C.

template<typename P1 >
using UT_Functor1< void, P1 >::this_type = UT_Functor1<void, P1>

Definition at line 128 of file UT_Functor.C.

Constructor & Destructor Documentation

template<typename P1 >
UT_Functor1< void, P1 >::UT_Functor1 ( )
inline

Definition at line 132 of file UT_Functor.C.

template<typename P1 >
UT_Functor1< void, P1 >::UT_Functor1 ( UT_FunctorImpl1< void, Parm1Type > *  functor_implementation)
inlineexplicit

Definition at line 134 of file UT_Functor.C.

template<typename P1 >
UT_Functor1< void, P1 >::UT_Functor1 ( const this_type src)
inline

Definition at line 139 of file UT_Functor.C.

template<typename P1 >
template<typename FunctorType >
UT_Functor1< void, P1 >::UT_Functor1 ( FunctorType  functor)
inline

Definition at line 146 of file UT_Functor.C.

template<typename P1 >
template<typename PointerToObj , typename PointerToMemFn >
UT_Functor1< void, P1 >::UT_Functor1 ( const PointerToObj &  pointer,
PointerToMemFn  method 
)
inline

Definition at line 151 of file UT_Functor.C.

template<typename P1 >
UT_Functor1< void, P1 >::~UT_Functor1 ( )
inline

Definition at line 156 of file UT_Functor.C.

Member Function Documentation

template<typename P1 >
int64 UT_Functor1< void, P1 >::getMemoryUsage ( bool  inclusive) const
inline

Definition at line 183 of file UT_Functor.C.

template<typename P1 >
bool UT_Functor1< void, P1 >::isSet ( ) const
inline

Definition at line 180 of file UT_Functor.C.

template<typename P1 >
void UT_Functor1< void, P1 >::operator() ( Parm1Type  parm1) const
inline

Definition at line 174 of file UT_Functor.C.

template<typename P1 >
UT_Functor1& UT_Functor1< void, P1 >::operator= ( const UT_Functor1< void, P1 > &  functor)
inline

Definition at line 162 of file UT_Functor.C.


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