#include <metapropertyt.h>
Inheritance diagram for LLMetaPropertyPtrTT< TObject, TProperty >:
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] |
Implements LLMetaPropertyT< TProperty >.
Definition at line 159 of file metapropertyt.h.
References LLMetaPropertyPtrTT< TObject, TProperty >::mProperty.
TProperty*TObject::* LLMetaPropertyPtrTT< TObject, TProperty >::mProperty [private] |
Definition at line 167 of file metapropertyt.h.
Referenced by LLMetaPropertyPtrTT< TObject, TProperty >::getProperty().