#include <BoolValue.h>
Inheritance diagram for CBoolValue:
Public Methods | |
CBoolValue () | |
CBoolValue (bool inBool) | |
CBoolValue (bool innie,CCString name,AllocationTYPE alloctype=CValue::HEAPVALUE) | |
virtual const CCString& | GetText () |
virtual float | GetNumber () |
bool | GetBool () |
virtual void | SetValue (CValue* newval) |
virtual CValue* | Calc (VALUE_OPERATOR op, CValue *val) |
virtual CValue* | CalcFinal (VALUE_DATA_TYPE dtype, VALUE_OPERATOR op, CValue *val) |
void | Configure (CValue* menuvalue) |
virtual CValue* | GetReplica () |
Is used by parser when an expression tree is build containing booleans.
Definition at line 23 of file BoolValue.h.
|
Definition at line 29 of file BoolValue.cpp. Referenced by GetReplica(). |
|
Definition at line 30 of file BoolValue.h. |
|
Definition at line 38 of file BoolValue.cpp. |
|
Reimplemented from CValue. Definition at line 50 of file BoolValue.cpp. |
|
Reimplemented from CValue. Definition at line 70 of file BoolValue.cpp. |
|
|
|
Definition at line 124 of file BoolValue.cpp. |
|
Reimplemented from CValue. Definition at line 135 of file BoolValue.cpp. |
|
Reimplemented from CValue. Definition at line 150 of file BoolValue.cpp. |
|
Reimplemented from CValue. Definition at line 142 of file BoolValue.cpp. |
|
Reimplemented from CValue. Definition at line 36 of file BoolValue.h. |