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

#include <UT_Functor.h>

Public Types

typedef R ReturnType
 
typedef P1 Parm1Type
 

Public Member Functions

virtual ReturnType operator() (Parm1Type parm1) const =0
 
virtual UT_FunctorImpl1
< ReturnType, Parm1Type > * 
clone () const =0
 
virtual int64 getMemoryUsage (bool inclusive) const =0
 
virtual ~UT_FunctorImpl1 ()
 

Protected Member Functions

 UT_FunctorImpl1 ()=default
 
 UT_FunctorImpl1 (const UT_FunctorImpl1 &)=default
 
UT_FunctorImpl1operator= (const UT_FunctorImpl1 &)=delete
 

Detailed Description

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

Definition at line 87 of file UT_Functor.h.

Member Typedef Documentation

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

Definition at line 91 of file UT_Functor.h.

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

Definition at line 90 of file UT_Functor.h.

Constructor & Destructor Documentation

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

Definition at line 95 of file UT_Functor.h.

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

Member Function Documentation

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

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