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

Public Member Functions | |
| ContactOption () | |
| Default constructor. More... | |
| ~ContactOption () | |
| Class destructor. More... | |
| bool | IsEqual (ContactOption *that) |
| A function to check for the equality of two objects. More... | |
| bool | setRandom (double density, bool conformant) |
| A function to make a random instance of this class. More... | |
| bool | deepCopyFrom (ContactOption *that) |
| A function to make a deep copy of an instance of this class. More... | |
Public Attributes | |
| std::string | transportType |
| the contact mechanism More... | |
| std::string | value |
| the value of the <contact> element More... | |
the ContactOption class.
Definition at line 96 of file OSOption.h.
| ContactOption::ContactOption | ( | ) |
Default constructor.
Definition at line 49 of file OSOption.cpp.
| ContactOption::~ContactOption | ( | ) |
Class destructor.
Definition at line 58 of file OSOption.cpp.
| bool ContactOption::IsEqual | ( | ContactOption * | that | ) |
A function to check for the equality of two objects.
Definition at line 10024 of file OSOption.cpp.
| bool ContactOption::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 12463 of file OSOption.cpp.
| bool ContactOption::deepCopyFrom | ( | ContactOption * | that | ) |
A function to make a deep copy of an instance of this class.
| that,: | the instance from which information is to be copied |
Definition at line 13587 of file OSOption.cpp.
| std::string ContactOption::transportType |
the contact mechanism
Definition at line 101 of file OSOption.h.
| std::string ContactOption::value |
the value of the <contact> element
Definition at line 104 of file OSOption.h.
1.8.5