#include <Variable.h>

Public Member Functions | |
| CVariable () | |
| Constructors. | |
| CVariable (float tvalue) | |
| float | value () |
| Accessors. | |
| void | setValue (float x) |
| void | setValue (int x) |
| void | setValue (double x) |
Protected Attributes | |
| float | mValue |
| the value I represent | |
| csl::CVariable::CVariable | ( | ) | [inline] |
Constructors.
| csl::CVariable::CVariable | ( | float | tvalue | ) | [inline] |
| float csl::CVariable::value | ( | ) | [inline] |
Accessors.
Reimplemented in csl::StaticVariable.
References mValue.
Referenced by csl::StaticVariable::value().
| void csl::CVariable::setValue | ( | float | x | ) | [inline] |
| void csl::CVariable::setValue | ( | int | x | ) | [inline] |
| void csl::CVariable::setValue | ( | double | x | ) | [inline] |
float csl::CVariable::mValue [protected] |
1.5.8