SimpleITK
2.0.0
|
#include <sitkMemberFunctionFactoryBase.h>
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 () | |
![]() | |
NonCopyable ()=default | |
NonCopyable (const NonCopyable &)=delete | |
NonCopyable & | operator= (const NonCopyable &)=delete |
Static Protected Member Functions | |
static FunctionObjectType | BindObject (MemberFunctionType pfunc, ObjectType *objectPointer) |
Protected Attributes | |
FunctionMapType | m_PFunction |
Definition at line 112 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 150 of file sitkMemberFunctionFactoryBase.h.
using itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 0 >::FunctionObjectType = std::function< MemberFunctionResultType ( ) > |
the pointer MemberFunctionType redefined ad a tr1::function object
Definition at line 130 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 135 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 119 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 117 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 118 of file sitkMemberFunctionFactoryBase.h.
|
inlineprotected |
Definition at line 122 of file sitkMemberFunctionFactoryBase.h.
|
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 141 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 153 of file sitkMemberFunctionFactoryBase.h.