HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_FunctorHandler< ParentFunctor, FunctorType > Class Template Reference

#include <UT_Functor.h>

+ Inheritance diagram for UT_FunctorHandler< ParentFunctor, FunctorType >:

Public Types

typedef ParentFunctor::ReturnType ReturnType
 
- Public Types inherited from UT_FunctorImpl< ParentFunctor::ReturnType >
typedef ParentFunctor::ReturnType ReturnType
 

Public Member Functions

 UT_FunctorHandler (const FunctorType &functor)
 
UT_FunctorImpl< ReturnType > * clone () const override
 
ReturnType operator() () const override
 
- Public Member Functions inherited from UT_FunctorImpl< ParentFunctor::ReturnType >
virtual ~UT_FunctorImpl ()
 

Additional Inherited Members

- Protected Member Functions inherited from UT_FunctorImpl< ParentFunctor::ReturnType >
 UT_FunctorImpl ()=default
 
 UT_FunctorImpl (const UT_FunctorImpl &)=default
 
UT_FunctorImploperator= (const UT_FunctorImpl &)=delete
 

Detailed Description

template<typename ParentFunctor, typename FunctorType>
class UT_FunctorHandler< ParentFunctor, FunctorType >

Definition at line 126 of file UT_Functor.h.

Member Typedef Documentation

template<typename ParentFunctor, typename FunctorType>
typedef ParentFunctor::ReturnType UT_FunctorHandler< ParentFunctor, FunctorType >::ReturnType

Definition at line 130 of file UT_Functor.h.

Constructor & Destructor Documentation

template<typename ParentFunctor, typename FunctorType>
UT_FunctorHandler< ParentFunctor, FunctorType >::UT_FunctorHandler ( const FunctorType &  functor)
inline

Definition at line 132 of file UT_Functor.h.

Member Function Documentation

template<typename ParentFunctor, typename FunctorType>
UT_FunctorImpl<ReturnType>* UT_FunctorHandler< ParentFunctor, FunctorType >::clone ( ) const
inlineoverridevirtual

Implements UT_FunctorImpl< ParentFunctor::ReturnType >.

Definition at line 139 of file UT_Functor.h.

template<typename ParentFunctor, typename FunctorType>
ReturnType UT_FunctorHandler< ParentFunctor, FunctorType >::operator() ( void  ) const
inlineoverridevirtual

Implements UT_FunctorImpl< ParentFunctor::ReturnType >.

Definition at line 142 of file UT_Functor.h.


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