#include <Value.h>
Inheritance diagram for CPropValue:
Public Methods | |
CPropValue (PyTypeObject* T=&Type) | |
virtual | ~CPropValue () |
virtual void | SetName (CCString name) |
virtual void | ReplicaSetName (CCString name) |
virtual CCString | GetName () |
Protected Attributes | |
CCString* | m_pstrNewName |
|
|
|
|
|
Reimplemented from CValue. |
|
Reimplemented from CValue. |
|
Reimplemented from CValue. Definition at line 439 of file Value.h. Referenced by CBoolValue::CBoolValue(), CIntValue::CIntValue(), and CVectorValue::CVectorValue(). |
|
|