#include <reflectivet.h>
Inheritance diagram for LLReflectiveT< T >:
Public Member Functions | |
LLReflectiveT (const T &value) | |
virtual | ~LLReflectiveT () |
virtual const LLMetaClass & | getMetaClass () const |
const T & | getValue () const |
Private Attributes | |
T | mValue |
Definition at line 37 of file reflectivet.h.
LLReflectiveT< T >::LLReflectiveT | ( | const T & | value | ) | [inline] |
Definition at line 41 of file reflectivet.h.
virtual LLReflectiveT< T >::~LLReflectiveT | ( | ) | [inline, virtual] |
Definition at line 42 of file reflectivet.h.
virtual const LLMetaClass& LLReflectiveT< T >::getMetaClass | ( | ) | const [inline, virtual] |
const T& LLReflectiveT< T >::getValue | ( | ) | const [inline] |
T LLReflectiveT< T >::mValue [private] |