#include <Variable.h>
Inheritance diagram for csl::CVariable:

Public Member Functions | |
| CVariable () | |
| Constructors. | |
| CVariable (float value) | |
| float | value () |
| Accessors. | |
| void | setValue (float x) |
| void | setValue (int x) |
| void | setValue (double x) |
Protected Attributes | |
| float | mValue |
| the value I represent | |
|
|
Constructors.
|
|
|
|
|
|
Accessors.
Reimplemented in csl::StaticVariable. |
|
|
Reimplemented in csl::StaticVariable, and csl::DynamicVariable. |
|
|
Reimplemented in csl::StaticVariable, and csl::DynamicVariable. |
|
|
Reimplemented in csl::StaticVariable, and csl::DynamicVariable. |
|
|
the value I represent
|
1.4.5-20051010