Public Member Functions | List of all members
PropertyMapper< T >::PropertyFuncIntf Struct Referenceabstract
Inheritance diagram for PropertyMapper< T >::PropertyFuncIntf:
PropertyMapper< T >::PropertyFunc

Public Member Functions

virtual ~PropertyFuncIntf ()
 
virtual TemplateVariant operator() (const T *obj) const =0
 

Detailed Description

template<typename T>
struct PropertyMapper< T >::PropertyFuncIntf

Definition at line 228 of file context.cpp.

Constructor & Destructor Documentation

template<typename T>
virtual PropertyMapper< T >::PropertyFuncIntf::~PropertyFuncIntf ( )
inlinevirtual

Definition at line 230 of file context.cpp.

230 {}

Member Function Documentation

template<typename T>
virtual TemplateVariant PropertyMapper< T >::PropertyFuncIntf::operator() ( const T *  obj) const
pure virtual

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