|
Public Member Functions |
| Scalar (const std::string &name) |
| Scalar (const std::string &name, const short valueType, const std::string &value) |
| ~Scalar () |
| Scalar (const Scalar &s) |
Scalar & | operator= (const Scalar &s) |
const std::string | get (void) const |
| Returns a std::string representation of the scalar value.
|
const std::string | getValueType () const |
| Returns a string version of the value type.
|
const std::string | getVariableType () const |
void | set (const short valueType, const std::string value) |
| Assigns a value to a scalar variable.
|
Private Attributes |
Data * | _val |
| Value of the scalar variable.
|
Friends |
bool | operator== (const Scalar &a, const Scalar &b) |
bool | operator< (const Scalar &a, const Scalar &b) |
Scalar variables are strongly typed.