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

Public Member Functions | |
| StaticVariable (float x) | |
| Constructors. | |
| StaticVariable (int x) | |
| StaticVariable (double x) | |
| bool | isFixed () |
| this what being a static variable means! | |
| void | nextBuffer (Buffer &outputBuffer, unsigned outBufNum) throw (CException) |
| versions of nextBuffer | |
| float | value () |
| Accessors. | |
| void | setValue (float x) |
| void | setValue (int x) |
| void | setValue (double x) |
|
|
Constructors.
|
|
|
|
|
|
|
|
|
this what being a static variable means!
|
|
||||||||||||
|
versions of nextBuffer
|
|
|
Accessors.
Reimplemented from csl::CVariable. |
|
|
Reimplemented from csl::CVariable. |
|
|
Reimplemented from csl::CVariable. |
|
|
Reimplemented from csl::CVariable. |
1.4.5-20051010