#include <StringValue.h>
Inheritance diagram for CStringValue:
Public Methods | |
CStringValue () | |
Construction / destruction. More... | |
CStringValue (CCString txt, CCString name , AllocationTYPE alloctype = CValue::HEAPVALUE) | |
virtual | ~CStringValue () |
virtual bool | IsEqual (const CCString & other) |
CValue implementation. More... | |
virtual const CCString& | GetText () |
virtual float | GetNumber () |
virtual CValue* | Calc (VALUE_OPERATOR op, CValue *val) |
virtual CValue* | CalcFinal (VALUE_DATA_TYPE dtype, VALUE_OPERATOR op, CValue *val) |
virtual void | SetValue (CValue* newval) |
virtual CValue* | GetReplica () |
virtual PyObject* | ConvertValueToPython () |
|
Construction / destruction.
Definition at line 27 of file StringValue.cpp. Referenced by GetReplica(). |
|
Definition at line 36 of file StringValue.cpp. |
|
Definition at line 31 of file StringValue.h. |
|
Reimplemented from CValue. Definition at line 55 of file StringValue.cpp. |
|
Reimplemented from CValue. Definition at line 66 of file StringValue.cpp. |
|
Reimplemented from CValue. Definition at line 42 of file StringValue.h. |
|
Reimplemented from CValue. Definition at line 115 of file StringValue.cpp. |
|
Reimplemented from CValue. Definition at line 132 of file StringValue.cpp. |
|
Reimplemented from CValue. Definition at line 122 of file StringValue.cpp. |
|
CValue implementation.
Definition at line 127 of file StringValue.cpp. |
|
Reimplemented from CValue. Definition at line 40 of file StringValue.h. |