#include <Variable.h>
Inheritance diagram for Variable:
Public Member Functions | |
Variable (const std::string &name) | |
Variable (const std::string &name, const short valueType) | |
virtual | ~Variable () |
const std::string | getName () const |
virtual const std::string | get (void) const =0 |
virtual const std::string | getValueType () const =0 |
virtual const std::string | getVariableType () const =0 |
Protected Attributes | |
std::string | _name |
short | _valueType |
Variable is a virtual base class. Scalar and AssociativeArray classes are derived from it.
|
|
|
|
|
|
|
Implemented in AssociativeArray, and Scalar. |
|
|
|
Implemented in AssociativeArray, and Scalar. |
|
Implemented in AssociativeArray, and Scalar. |
|
The name of a variable. |
|
The value type of a variable. |