SimpleITK
1.2.4
|
#include <sitkMemberFunctionFactoryBase.h>
Public Types | |
typedef nsstd::function< MemberFunctionResultType() > | FunctionObjectType |
Protected Types | |
typedef TKey | KeyType |
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, FunctionObjectType > | m_PFunction2 |
std::map< TKey, FunctionObjectType > | m_PFunction3 |
std::map< TKey, FunctionObjectType > | m_PFunction4 |
Definition at line 77 of file sitkMemberFunctionFactoryBase.h.
typedef nsstd::function< MemberFunctionResultType ( ) > itk::simple::detail::MemberFunctionFactoryBase< TMemberFunctionPointer, TKey, 0 >::FunctionObjectType |
the pointer MemberFunctionType redefined ad a tr1::function object
Definition at line 99 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 104 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 84 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 82 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 83 of file sitkMemberFunctionFactoryBase.h.
|
inlineprotected |
Definition at line 87 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 110 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 127 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 126 of file sitkMemberFunctionFactoryBase.h.
|
protected |
Definition at line 125 of file sitkMemberFunctionFactoryBase.h.