the InitBasStatus class. More...
#include <OSOption.h>

Public Member Functions | |
| InitBasStatus () | |
| Default constructor. | |
| ~InitBasStatus () | |
| Class destructor. | |
| bool | IsEqual (InitBasStatus *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 | value |
| initial value | |
the InitBasStatus class.
Definition at line 1321 of file OSOption.h.
| InitBasStatus::InitBasStatus | ( | ) |
Default constructor.
Definition at line 530 of file OSOption.cpp.
| InitBasStatus::~InitBasStatus | ( | ) |
Class destructor.
Definition at line 539 of file OSOption.cpp.
| bool InitBasStatus::IsEqual | ( | InitBasStatus * | that | ) |
A function to check for the equality of two objects.
Definition at line 9933 of file OSOption.cpp.
| bool InitBasStatus::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" atrbutes and <XXX> children) |
variable index
Definition at line 1326 of file OSOption.h.
| std::string InitBasStatus::value |
initial value
Definition at line 1329 of file OSOption.h.
1.6.1