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

#include <sitkMemberFunctionFactoryBase.h>

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

Public Types

using FunctionObjectType = std::function< MemberFunctionResultType(MemberFunctionArgumentType) >
 

Protected Types

using FunctionMapType = std::unordered_map< TKey, FunctionObjectType, hash< TKey > >
 
using KeyType = TKey
 
using MemberFunctionArgumentType = typename ::detail::FunctionTraits< MemberFunctionType >::Argument0Type
 
using MemberFunctionResultType = typename ::detail::FunctionTraits< MemberFunctionType >::ResultType
 
using MemberFunctionType = TMemberFunctionPointer
 
using ObjectType = typename ::detail::FunctionTraits< MemberFunctionType >::ClassType
 

Protected Member Functions

 MemberFunctionFactoryBase ()
 
- Protected Member Functions inherited from itk::simple::NonCopyable
 NonCopyable ()=default
 
 NonCopyable (const NonCopyable &)=delete
 
NonCopyableoperator= (const NonCopyable &)=delete
 

Static Protected Member Functions

static FunctionObjectType BindObject (MemberFunctionType pfunc, ObjectType *objectPointer)
 

Protected Attributes

FunctionMapType m_PFunction
 

Detailed Description

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

Definition at line 166 of file sitkMemberFunctionFactoryBase.h.

Member Typedef Documentation

◆ FunctionMapType

template<typename TMemberFunctionPointer , typename TKey >
using itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 1 >::FunctionMapType = std::unordered_map< TKey, FunctionObjectType, hash<TKey> >
protected

Definition at line 208 of file sitkMemberFunctionFactoryBase.h.

◆ FunctionObjectType

template<typename TMemberFunctionPointer , typename TKey >
using itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 1 >::FunctionObjectType = std::function< MemberFunctionResultType ( MemberFunctionArgumentType ) >

the pointer MemberFunctionType redefined ad a tr1::function object

Definition at line 185 of file sitkMemberFunctionFactoryBase.h.

◆ KeyType

template<typename TMemberFunctionPointer , typename TKey >
using itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 1 >::KeyType = TKey
protected

Definition at line 190 of file sitkMemberFunctionFactoryBase.h.

◆ MemberFunctionArgumentType

template<typename TMemberFunctionPointer , typename TKey >
using itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 1 >::MemberFunctionArgumentType = typename ::detail::FunctionTraits<MemberFunctionType>::Argument0Type
protected

Definition at line 174 of file sitkMemberFunctionFactoryBase.h.

◆ MemberFunctionResultType

template<typename TMemberFunctionPointer , typename TKey >
using itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 1 >::MemberFunctionResultType = typename ::detail::FunctionTraits<MemberFunctionType>::ResultType
protected

Definition at line 173 of file sitkMemberFunctionFactoryBase.h.

◆ MemberFunctionType

template<typename TMemberFunctionPointer , typename TKey >
using itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 1 >::MemberFunctionType = TMemberFunctionPointer
protected

Definition at line 171 of file sitkMemberFunctionFactoryBase.h.

◆ ObjectType

template<typename TMemberFunctionPointer , typename TKey >
using itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 1 >::ObjectType = typename ::detail::FunctionTraits<MemberFunctionType>::ClassType
protected

Definition at line 172 of file sitkMemberFunctionFactoryBase.h.

Constructor & Destructor Documentation

◆ MemberFunctionFactoryBase()

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

Definition at line 177 of file sitkMemberFunctionFactoryBase.h.

Member Function Documentation

◆ BindObject()

template<typename TMemberFunctionPointer , typename TKey >
static FunctionObjectType itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 1 >::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 196 of file sitkMemberFunctionFactoryBase.h.

Member Data Documentation

◆ m_PFunction

template<typename TMemberFunctionPointer , typename TKey >
FunctionMapType itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 1 >::m_PFunction
protected

Definition at line 211 of file sitkMemberFunctionFactoryBase.h.


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