#include <metapropertyt.h>
Inheritance diagram for LLMetaPropertyTT< TObject, TProperty >:
Public Member Functions | |
LLMetaPropertyTT (const std::string &name, const LLMetaClass &object_class, TProperty(TObject::*property)) | |
Protected Member Functions | |
virtual const TProperty * | getProperty (const LLReflective *object) const |
Private Attributes | |
TPropertyTObject::* | mProperty |
Definition at line 127 of file metapropertyt.h.
LLMetaPropertyTT< TObject, TProperty >::LLMetaPropertyTT | ( | const std::string & | name, | |
const LLMetaClass & | object_class, | |||
TProperty TObject::* | property | |||
) | [inline] |
Definition at line 131 of file metapropertyt.h.
virtual const TProperty* LLMetaPropertyTT< TObject, TProperty >::getProperty | ( | const LLReflective * | object | ) | const [inline, protected, virtual] |
Implements LLMetaPropertyT< TProperty >.
Definition at line 137 of file metapropertyt.h.
References LLMetaPropertyTT< TObject, TProperty >::mProperty.
TPropertyTObject::* LLMetaPropertyTT< TObject, TProperty >::mProperty [private] |
Definition at line 145 of file metapropertyt.h.
Referenced by LLMetaPropertyTT< TObject, TProperty >::getProperty().