the InitVarValueString class. More...
#include <OSOption.h>
Public Member Functions | |
InitVarValueString () | |
Default constructor. | |
~InitVarValueString () | |
Class destructor. | |
bool | IsEqual (InitVarValueString *that) |
A function to check for the equality of two objects. | |
bool | setRandom (double density, bool conformant) |
A function to make a random instance of this class. | |
Public Attributes | |
int | idx |
variable index | |
std::string | name |
optional variable name | |
std::string | value |
initial value |
the InitVarValueString class.
Definition at line 1194 of file OSOption.h.
InitVarValueString::InitVarValueString | ( | ) |
Default constructor.
Definition at line 485 of file OSOption.cpp.
InitVarValueString::~InitVarValueString | ( | ) |
Class destructor.
Definition at line 495 of file OSOption.cpp.
bool InitVarValueString::IsEqual | ( | InitVarValueString * | that | ) |
A function to check for the equality of two objects.
Definition at line 9871 of file OSOption.cpp.
bool InitVarValueString::setRandom | ( | double | density, | |
bool | conformant | |||
) |
A function to make a random instance of this class.
density,: | corresponds to the probability that a particular child element is created | |
conformant,: | if true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" attributes and <XXX> children) |
Definition at line 11600 of file OSOption.cpp.
variable index
Definition at line 1199 of file OSOption.h.
std::string InitVarValueString::name |
optional variable name
Definition at line 1202 of file OSOption.h.
std::string InitVarValueString::value |
initial value
Definition at line 1205 of file OSOption.h.