#include <metapropertyt.h>


Public Member Functions | |
| LLMetaPropertyPtrTT (const std::string &name, const LLMetaClass &object_class, TProperty *(TObject::*property)) | |
Protected Member Functions | |
| virtual const TProperty * | getProperty (const LLReflective *object) const |
Private Attributes | |
| TProperty *TObject::* | mProperty |
Definition at line 149 of file metapropertyt.h.
| LLMetaPropertyPtrTT< TObject, TProperty >::LLMetaPropertyPtrTT | ( | const std::string & | name, | |
| const LLMetaClass & | object_class, | |||
| TProperty *TObject::* | property | |||
| ) | [inline] |
Definition at line 153 of file metapropertyt.h.
| virtual const TProperty* LLMetaPropertyPtrTT< TObject, TProperty >::getProperty | ( | const LLReflective * | object | ) | const [inline, protected, virtual] |
TProperty*TObject::* LLMetaPropertyPtrTT< TObject, TProperty >::mProperty [private] |
Definition at line 167 of file metapropertyt.h.
1.5.5