SimpleITK  1.0.1
Public Types | Protected Types | Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 > Class Template Reference

#include <sitkMemberFunctionFactoryBase.h>

+ Inheritance diagram for itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >:
+ Collaboration diagram for itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >:

Public Types

typedef nsstd::function< MemberFunctionResultType(MemberFunctionArgument0Type, MemberFunctionArgument1Type) > FunctionObjectType
 

Protected Types

typedef TKey KeyType
 
typedef ::detail::FunctionTraits< MemberFunctionType >::Argument0Type MemberFunctionArgument0Type
 
typedef ::detail::FunctionTraits< MemberFunctionType >::Argument1Type MemberFunctionArgument1Type
 
typedef ::detail::FunctionTraits< MemberFunctionType >::ResultType MemberFunctionResultType
 
typedef TMemberFunctionPointer MemberFunctionType
 
typedef ::detail::FunctionTraits< MemberFunctionType >::ClassType ObjectType
 

Protected Member Functions

 MemberFunctionFactoryBase (void)
 
- Protected Member Functions inherited from itk::simple::NonCopyable
 NonCopyable ()
 

Static Protected Member Functions

static FunctionObjectType BindObject (MemberFunctionType pfunc, ObjectType *objectPointer)
 

Protected Attributes

std::map< TKey, FunctionObjectTypem_PFunction2
 
std::map< TKey, FunctionObjectTypem_PFunction3
 
std::map< TKey, FunctionObjectTypem_PFunction4
 

Detailed Description

template<typename TMemberFunctionPointer, typename TKey>
class itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >

Definition at line 202 of file sitkMemberFunctionFactoryBase.h.

Member Typedef Documentation

template<typename TMemberFunctionPointer , typename TKey >
typedef nsstd::function< MemberFunctionResultType ( MemberFunctionArgument0Type, MemberFunctionArgument1Type) > itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >::FunctionObjectType

the pointer MemberFunctionType redefined ad a tr1::function object

Definition at line 227 of file sitkMemberFunctionFactoryBase.h.

template<typename TMemberFunctionPointer , typename TKey >
typedef TKey itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >::KeyType
protected

Definition at line 232 of file sitkMemberFunctionFactoryBase.h.

template<typename TMemberFunctionPointer , typename TKey >
typedef ::detail::FunctionTraits<MemberFunctionType>::Argument0Type itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >::MemberFunctionArgument0Type
protected

Definition at line 209 of file sitkMemberFunctionFactoryBase.h.

template<typename TMemberFunctionPointer , typename TKey >
typedef ::detail::FunctionTraits<MemberFunctionType>::Argument1Type itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >::MemberFunctionArgument1Type
protected

Definition at line 210 of file sitkMemberFunctionFactoryBase.h.

template<typename TMemberFunctionPointer , typename TKey >
typedef ::detail::FunctionTraits<MemberFunctionType>::ResultType itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >::MemberFunctionResultType
protected

Definition at line 208 of file sitkMemberFunctionFactoryBase.h.

template<typename TMemberFunctionPointer , typename TKey >
typedef TMemberFunctionPointer itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >::MemberFunctionType
protected

Definition at line 207 of file sitkMemberFunctionFactoryBase.h.

template<typename TMemberFunctionPointer , typename TKey >
typedef ::detail::FunctionTraits<MemberFunctionType>::ClassType itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >::ObjectType
protected

Definition at line 211 of file sitkMemberFunctionFactoryBase.h.

Constructor & Destructor Documentation

template<typename TMemberFunctionPointer , typename TKey >
itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >::MemberFunctionFactoryBase ( void  )
inlineprotected

Definition at line 214 of file sitkMemberFunctionFactoryBase.h.

Member Function Documentation

template<typename TMemberFunctionPointer , typename TKey >
static FunctionObjectType itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >::BindObject ( MemberFunctionType  pfunc,
ObjectType objectPointer 
)
inlinestaticprotected

A function which binds the objectPointer to the calling object argument in the member function pointer, and returns a function object

Definition at line 238 of file sitkMemberFunctionFactoryBase.h.

Member Data Documentation

template<typename TMemberFunctionPointer , typename TKey >
std::map<TKey, FunctionObjectType> itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >::m_PFunction2
protected

Definition at line 258 of file sitkMemberFunctionFactoryBase.h.

template<typename TMemberFunctionPointer , typename TKey >
std::map<TKey, FunctionObjectType> itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >::m_PFunction3
protected

Definition at line 257 of file sitkMemberFunctionFactoryBase.h.

template<typename TMemberFunctionPointer , typename TKey >
std::map<TKey, FunctionObjectType> itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 2 >::m_PFunction4
protected

Definition at line 256 of file sitkMemberFunctionFactoryBase.h.


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