#include <Property.h>
Inheritance diagram for PropertyImpl< T >:
Public Member Functions | |
PropertyImpl (const std::string &name, const T &value, bool dirty=true) | |
~PropertyImpl () | |
operator T () const | |
operator const T & () const | |
operator T & () | |
Property & | operator= (T newvalue) |
Property & | operator= (const T &newvalue) |
size_t | size () const |
operator const BYTE * () const | |
virtual Property * | clone (bool bKeepDirty=false) |
Protected Attributes | |
T | m_value |
|
|
|
|
|
Implements Property. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|