#include <VoidValue.h>
Inheritance diagram for CVoidValue:
Public Methods | |
CVoidValue () | |
Construction/destruction. More... | |
CVoidValue (void * voidptr, bool bDeleteOnDestruct, AllocationTYPE alloctype) | |
virtual | ~CVoidValue () |
virtual const CCString& | GetText () |
Value -> String or number. | |
virtual float | GetNumber () |
virtual CValue* | Calc (VALUE_OPERATOR op, CValue *val) |
Value calculation. | |
virtual CValue* | CalcFinal (VALUE_DATA_TYPE dtype, VALUE_OPERATOR op, CValue* val) |
virtual CValue* | GetReplica () |
Value replication. | |
Public Attributes | |
bool | m_bDeleteOnDestruct |
Data members. More... | |
void* | m_pAnything |
|
Construction/destruction.
Definition at line 17 of file VoidValue.h. |
|
Definition at line 18 of file VoidValue.h. |
|
|
|
Value calculation.
Reimplemented from CValue. |
|
Reimplemented from CValue. |
|
Reimplemented from CValue. Definition at line 23 of file VoidValue.h. |
|
Value replication.
Reimplemented from CValue. |
|
Value -> String or number.
Reimplemented from CValue. |
|
Data members.
Definition at line 33 of file VoidValue.h. |
|
Definition at line 34 of file VoidValue.h. |