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

#include <UT_Functor.h>

Public Types

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

Public Member Functions

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

Detailed Description

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

Definition at line 404 of file UT_Functor.h.

Member Typedef Documentation

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

Definition at line 409 of file UT_Functor.h.

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

Definition at line 408 of file UT_Functor.h.

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

Definition at line 407 of file UT_Functor.h.

Constructor & Destructor Documentation

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

Definition at line 411 of file UT_Functor.h.

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

Definition at line 413 of file UT_Functor.h.

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

Definition at line 419 of file UT_Functor.h.

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

Definition at line 424 of file UT_Functor.h.

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

Definition at line 429 of file UT_Functor.h.

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

Definition at line 435 of file UT_Functor.h.

Member Function Documentation

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

Definition at line 463 of file UT_Functor.h.

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

Definition at line 460 of file UT_Functor.h.

template<typename R, typename P1>
UT_Functor1< R, P1 >::operator bool ( ) const
inlineexplicitnoexcept

Definition at line 458 of file UT_Functor.h.

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

Definition at line 452 of file UT_Functor.h.

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

Definition at line 441 of file UT_Functor.h.


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