#include <OSOption.h>
Collaboration diagram for InstanceLocationOption:

Public Member Functions | |
| InstanceLocationOption () | |
| Default constructor. | |
| ~InstanceLocationOption () | |
| Class destructor. | |
| bool | IsEqual (InstanceLocationOption *that) |
| A function to check for the equality of two objects. | |
Public Attributes | |
| std::string | locationType |
| the type of the location | |
| std::string | value |
| the value of the <instanceLocation> element | |
Definition at line 35 of file OSOption.h.
| InstanceLocationOption::InstanceLocationOption | ( | ) |
| InstanceLocationOption::~InstanceLocationOption | ( | ) |
| bool InstanceLocationOption::IsEqual | ( | InstanceLocationOption * | that | ) |
A function to check for the equality of two objects.
Definition at line 6930 of file OSOption.cpp.
References locationType, and value.
| std::string InstanceLocationOption::locationType |
the type of the location
Definition at line 39 of file OSOption.h.
Referenced by OSOption::getInstanceLocationType(), IsEqual(), OSOption::setInstanceLocationType(), and OSoLWriter::writeOSoL().
| std::string InstanceLocationOption::value |
the value of the <instanceLocation> element
Definition at line 42 of file OSOption.h.
Referenced by OSOption::getInstanceLocation(), IsEqual(), OSOption::setInstanceLocation(), and OSoLWriter::writeOSoL().
1.4.7