#include <OSOption.h>
Collaboration diagram for ContactOption:
Public Member Functions | |
ContactOption () | |
Default constructor. | |
~ContactOption () | |
Class destructor. | |
bool | IsEqual (ContactOption *that) |
A function to check for the equality of two objects. | |
Public Attributes | |
std::string | transportType |
the contact mechanism | |
std::string | value |
the value of the <contact> element |
Definition at line 74 of file OSOption.h.
ContactOption::ContactOption | ( | ) |
ContactOption::~ContactOption | ( | ) |
bool ContactOption::IsEqual | ( | ContactOption * | that | ) |
A function to check for the equality of two objects.
Definition at line 6958 of file OSOption.cpp.
References transportType, and value.
std::string ContactOption::transportType |
the contact mechanism
Definition at line 78 of file OSOption.h.
Referenced by OSOption::getContactTransportType(), IsEqual(), OSOption::setContactTransportType(), and OSoLWriter::writeOSoL().
std::string ContactOption::value |
the value of the <contact> element
Definition at line 81 of file OSOption.h.
Referenced by OSOption::getContact(), IsEqual(), OSOption::setContact(), and OSoLWriter::writeOSoL().