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

#include <UT_Functor.h>

Public Types

typedef R ReturnType
 

Public Member Functions

virtual ReturnType operator() () const =0
 
virtual UT_FunctorImpl
< ReturnType > * 
clone () const =0
 
virtual ~UT_FunctorImpl ()
 

Protected Member Functions

 UT_FunctorImpl ()=default
 
 UT_FunctorImpl (const UT_FunctorImpl &)=default
 
UT_FunctorImploperator= (const UT_FunctorImpl &)=delete
 

Detailed Description

template<typename R>
class UT_FunctorImpl< R >

Definition at line 65 of file UT_Functor.h.

Member Typedef Documentation

template<typename R>
typedef R UT_FunctorImpl< R >::ReturnType

Definition at line 68 of file UT_Functor.h.

Constructor & Destructor Documentation

template<typename R>
virtual UT_FunctorImpl< R >::~UT_FunctorImpl ( )
inlinevirtual

Definition at line 76 of file UT_Functor.h.

template<typename R>
UT_FunctorImpl< R >::UT_FunctorImpl ( )
protecteddefault
template<typename R>
UT_FunctorImpl< R >::UT_FunctorImpl ( const UT_FunctorImpl< R > &  )
protecteddefault

Member Function Documentation

template<typename R>
UT_FunctorImpl& UT_FunctorImpl< R >::operator= ( const UT_FunctorImpl< R > &  )
protecteddelete

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