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

#include <UT_Functor.h>

+ Inheritance diagram for UT_BindFirstImpl1< Incoming >:

Public Types

typedef Incoming::ReturnType ReturnType
 
typedef Incoming::Parm2Type Parm1Type
 
typedef Incoming::Parm1Type BoundType
 
- Public Types inherited from UT_FunctorImpl1< Incoming::ReturnType, Incoming::Parm2Type >
typedef Incoming::ReturnType ReturnType
 
typedef Incoming::Parm2Type Parm1Type
 

Public Member Functions

 UT_BindFirstImpl1 (const Incoming &functor, BoundType bound_argument)
 
UT_FunctorImpl1< ReturnType,
Parm1Type > * 
clone () const override
 
ReturnType operator() (Parm1Type parm1) const override
 
int64 getMemoryUsage (bool inclusive) const override
 
- Public Member Functions inherited from UT_FunctorImpl1< Incoming::ReturnType, Incoming::Parm2Type >
virtual ~UT_FunctorImpl1 ()
 

Additional Inherited Members

- Protected Member Functions inherited from UT_FunctorImpl1< Incoming::ReturnType, Incoming::Parm2Type >
 UT_FunctorImpl1 ()=default
 
 UT_FunctorImpl1 (const UT_FunctorImpl1 &)=default
 
UT_FunctorImpl1operator= (const UT_FunctorImpl1 &)=delete
 

Detailed Description

template<typename Incoming>
class UT_BindFirstImpl1< Incoming >

Definition at line 623 of file UT_Functor.h.

Member Typedef Documentation

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

Definition at line 629 of file UT_Functor.h.

template<typename Incoming >
typedef Incoming::Parm2Type UT_BindFirstImpl1< Incoming >::Parm1Type

Definition at line 628 of file UT_Functor.h.

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

Definition at line 627 of file UT_Functor.h.

Constructor & Destructor Documentation

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

Definition at line 631 of file UT_Functor.h.

Member Function Documentation

template<typename Incoming >
UT_FunctorImpl1<ReturnType, Parm1Type>* UT_BindFirstImpl1< Incoming >::clone ( ) const
inlineoverridevirtual
template<typename Incoming >
int64 UT_BindFirstImpl1< Incoming >::getMemoryUsage ( bool  inclusive) const
inlineoverridevirtual
template<typename Incoming >
ReturnType UT_BindFirstImpl1< Incoming >::operator() ( Parm1Type  parm1) const
inlineoverridevirtual

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