#include <OSOption.h>
Collaboration diagram for ServiceOption:
Public Member Functions | |
ServiceOption () | |
Default constructor. | |
~ServiceOption () | |
Class destructor. | |
bool | IsEqual (ServiceOption *that) |
A function to check for the equality of two objects. | |
Public Attributes | |
std::string | type |
the service type | |
OtherOptions * | otherOptions |
the list of other service options |
Definition at line 432 of file OSOption.h.
ServiceOption::ServiceOption | ( | ) |
ServiceOption::~ServiceOption | ( | ) |
bool ServiceOption::IsEqual | ( | ServiceOption * | that | ) |
A function to check for the equality of two objects.
Definition at line 6795 of file OSOption.cpp.
References otherOptions, and type.
std::string ServiceOption::type |
the service type
Definition at line 436 of file OSOption.h.
Referenced by OSOption::getServiceType(), IsEqual(), and OSOption::setServiceType().
the list of other service options
Definition at line 439 of file OSOption.h.
Referenced by OSOption::getNumberOfOtherServiceOptions(), OSOption::getOtherServiceOptions(), IsEqual(), ServiceOption(), OSOption::setAnOtherServiceOption(), OSOption::setOtherServiceOptions(), and ~ServiceOption().