My Project
|
Public Types | |
typedef TemplateVariant(T::* | Handler )() const |
Public Member Functions | |
PropertyFunc (Handler h) | |
TemplateVariant | operator() (const T *obj) const |
Public Member Functions inherited from PropertyMapper< T >::PropertyFuncIntf | |
virtual | ~PropertyFuncIntf () |
Public Attributes | |
Handler | handler |
Definition at line 233 of file context.cpp.
typedef TemplateVariant(T::* PropertyMapper< T >::PropertyFunc::Handler)() const |
Definition at line 235 of file context.cpp.
|
inline |
Definition at line 236 of file context.cpp.
|
inlinevirtual |
Implements PropertyMapper< T >::PropertyFuncIntf.
Definition at line 237 of file context.cpp.
References PropertyMapper< T >::PropertyFunc::handler.
Handler PropertyMapper< T >::PropertyFunc::handler |
Definition at line 241 of file context.cpp.
Referenced by PropertyMapper< T >::PropertyFunc::operator()().