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

#include <sitkMemberFunctionFactoryBase.h>

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

Public Types

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

Protected Types

using FunctionMapType = std::unordered_map< TKey, FunctionObjectType, hash< TKey > >
 
using KeyType = TKey
 
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, 0 >

Definition at line 106 of file sitkMemberFunctionFactoryBase.h.

Member Typedef Documentation

◆ FunctionMapType

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

Definition at line 140 of file sitkMemberFunctionFactoryBase.h.

◆ FunctionObjectType

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

the pointer MemberFunctionType redefined ad a tr1::function object

Definition at line 124 of file sitkMemberFunctionFactoryBase.h.

◆ KeyType

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

Definition at line 129 of file sitkMemberFunctionFactoryBase.h.

◆ MemberFunctionResultType

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

Definition at line 113 of file sitkMemberFunctionFactoryBase.h.

◆ MemberFunctionType

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

Definition at line 111 of file sitkMemberFunctionFactoryBase.h.

◆ ObjectType

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

Definition at line 112 of file sitkMemberFunctionFactoryBase.h.

Constructor & Destructor Documentation

◆ MemberFunctionFactoryBase()

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

Definition at line 116 of file sitkMemberFunctionFactoryBase.h.

Member Function Documentation

◆ BindObject()

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

Member Data Documentation

◆ m_PFunction

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

Definition at line 143 of file sitkMemberFunctionFactoryBase.h.


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