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

#include <UT_Functor.h>

Public Types

using this_type = UT_Functor2< R, P1, P2 >
 
typedef R ReturnType
 
typedef P1 Parm1Type
 
typedef P2 Parm2Type
 

Public Member Functions

 UT_Functor2 ()
 
 UT_Functor2 (UT_FunctorImpl2< ReturnType, Parm1Type, Parm2Type > *functor_impl)
 
 UT_Functor2 (const this_type &src)
 
template<typename FunctorType >
 UT_Functor2 (FunctorType functor)
 
template<typename PointerToObj , typename PointerToMemFn >
 UT_Functor2 (const PointerToObj &pointer, PointerToMemFn method)
 
 ~UT_Functor2 ()
 
UT_Functor2operator= (const UT_Functor2 &functor)
 
ReturnType operator() (Parm1Type parm1, Parm2Type parm2) const
 
 operator bool () const noexcept
 
bool isSet () const
 

Detailed Description

template<typename R, typename P1, typename P2>
class UT_Functor2< R, P1, P2 >

Definition at line 498 of file UT_Functor.h.

Member Typedef Documentation

template<typename R, typename P1, typename P2>
typedef P1 UT_Functor2< R, P1, P2 >::Parm1Type

Definition at line 503 of file UT_Functor.h.

template<typename R, typename P1, typename P2>
typedef P2 UT_Functor2< R, P1, P2 >::Parm2Type

Definition at line 504 of file UT_Functor.h.

template<typename R, typename P1, typename P2>
typedef R UT_Functor2< R, P1, P2 >::ReturnType

Definition at line 502 of file UT_Functor.h.

template<typename R, typename P1, typename P2>
using UT_Functor2< R, P1, P2 >::this_type = UT_Functor2<R, P1, P2>

Definition at line 501 of file UT_Functor.h.

Constructor & Destructor Documentation

template<typename R, typename P1, typename P2>
UT_Functor2< R, P1, P2 >::UT_Functor2 ( )
inline

Definition at line 506 of file UT_Functor.h.

template<typename R, typename P1, typename P2>
UT_Functor2< R, P1, P2 >::UT_Functor2 ( UT_FunctorImpl2< ReturnType, Parm1Type, Parm2Type > *  functor_impl)
inlineexplicit

Definition at line 507 of file UT_Functor.h.

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

Definition at line 512 of file UT_Functor.h.

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

Definition at line 519 of file UT_Functor.h.

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

Definition at line 524 of file UT_Functor.h.

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

Definition at line 529 of file UT_Functor.h.

Member Function Documentation

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

Definition at line 554 of file UT_Functor.h.

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

Definition at line 552 of file UT_Functor.h.

template<typename R, typename P1, typename P2>
ReturnType UT_Functor2< R, P1, P2 >::operator() ( Parm1Type  parm1,
Parm2Type  parm2 
) const
inline

Definition at line 546 of file UT_Functor.h.

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

Definition at line 535 of file UT_Functor.h.


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