HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_BindFirstImpl< Incoming > Class Template Reference

#include <UT_Functor.h>

+ Inheritance diagram for UT_BindFirstImpl< Incoming >:

Public Types

typedef Incoming::ReturnType ReturnType
 
typedef Incoming::Parm1Type BoundType
 
- Public Types inherited from UT_FunctorImpl< Incoming::ReturnType >
typedef Incoming::ReturnType ReturnType
 

Public Member Functions

 UT_BindFirstImpl (const Incoming &functor, BoundType bound_argument)
 
UT_FunctorImpl< ReturnType > * clone () const override
 
ReturnType operator() () const override
 
- Public Member Functions inherited from UT_FunctorImpl< Incoming::ReturnType >
virtual ~UT_FunctorImpl ()
 

Additional Inherited Members

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

Detailed Description

template<typename Incoming>
class UT_BindFirstImpl< Incoming >

Definition at line 586 of file UT_Functor.h.

Member Typedef Documentation

template<typename Incoming >
typedef Incoming::Parm1Type UT_BindFirstImpl< Incoming >::BoundType

Definition at line 590 of file UT_Functor.h.

template<typename Incoming >
typedef Incoming::ReturnType UT_BindFirstImpl< Incoming >::ReturnType

Definition at line 589 of file UT_Functor.h.

Constructor & Destructor Documentation

template<typename Incoming >
UT_BindFirstImpl< Incoming >::UT_BindFirstImpl ( const Incoming &  functor,
BoundType  bound_argument 
)
inline

Definition at line 592 of file UT_Functor.h.

Member Function Documentation

template<typename Incoming >
UT_FunctorImpl<ReturnType>* UT_BindFirstImpl< Incoming >::clone ( ) const
inlineoverridevirtual

Implements UT_FunctorImpl< Incoming::ReturnType >.

Definition at line 596 of file UT_Functor.h.

template<typename Incoming >
ReturnType UT_BindFirstImpl< Incoming >::operator() ( void  ) const
inlineoverridevirtual

Implements UT_FunctorImpl< Incoming::ReturnType >.

Definition at line 599 of file UT_Functor.h.


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