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

Public Member Functions | |
| InstanceLocationOption () | |
| Default constructor. | |
| ~InstanceLocationOption () | |
| Class destructor. | |
| bool | IsEqual (InstanceLocationOption *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 | |
| std::string | locationType |
| the type of the location | |
| std::string | value |
| the value of the <instanceLocation> element | |
the InstanceLocationOption class.
Definition at line 38 of file OSOption.h.
| InstanceLocationOption::InstanceLocationOption | ( | ) |
Default constructor.
Definition at line 35 of file OSOption.cpp.
| InstanceLocationOption::~InstanceLocationOption | ( | ) |
Class destructor.
Definition at line 44 of file OSOption.cpp.
| bool InstanceLocationOption::IsEqual | ( | InstanceLocationOption * | that | ) |
A function to check for the equality of two objects.
Definition at line 9076 of file OSOption.cpp.
| bool InstanceLocationOption::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) |
Definition at line 11303 of file OSOption.cpp.
| std::string InstanceLocationOption::locationType |
the type of the location
Definition at line 43 of file OSOption.h.
| std::string InstanceLocationOption::value |
the value of the <instanceLocation> element
Definition at line 46 of file OSOption.h.
1.6.1