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

#include <UT_Functor.h>

Public Types

typedef R ReturnType
 
typedef P1 Parm1Type
 
typedef P2 Parm2Type
 

Public Member Functions

virtual ReturnType operator() (Parm1Type parm1, Parm2Type parm2) const =0
 
virtual UT_FunctorImpl2
< ReturnType, Parm1Type,
Parm2Type > * 
clone () const =0
 
virtual ~UT_FunctorImpl2 ()
 

Protected Member Functions

 UT_FunctorImpl2 ()=default
 
 UT_FunctorImpl2 (const UT_FunctorImpl2 &)=default
 
UT_FunctorImpl2operator= (const UT_FunctorImpl2 &)=delete
 

Detailed Description

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

Definition at line 105 of file UT_Functor.h.

Member Typedef Documentation

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

Definition at line 109 of file UT_Functor.h.

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

Definition at line 110 of file UT_Functor.h.

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

Definition at line 108 of file UT_Functor.h.

Constructor & Destructor Documentation

template<typename R, typename P1, typename P2>
virtual UT_FunctorImpl2< R, P1, P2 >::~UT_FunctorImpl2 ( )
inlinevirtual

Definition at line 113 of file UT_Functor.h.

template<typename R, typename P1, typename P2>
UT_FunctorImpl2< R, P1, P2 >::UT_FunctorImpl2 ( )
protecteddefault
template<typename R, typename P1, typename P2>
UT_FunctorImpl2< R, P1, P2 >::UT_FunctorImpl2 ( const UT_FunctorImpl2< R, P1, P2 > &  )
protecteddefault

Member Function Documentation

template<typename R, typename P1, typename P2>
UT_FunctorImpl2& UT_FunctorImpl2< R, P1, P2 >::operator= ( const UT_FunctorImpl2< R, P1, P2 > &  )
protecteddelete

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