#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 441 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 6755 of file OSOption.cpp.
References otherOptions, and type.
| std::string ServiceOption::type |
the service type
Definition at line 445 of file OSOption.h.
Referenced by OSOption::getServiceType(), IsEqual(), and OSOption::setServiceType().
the list of other service options
Definition at line 448 of file OSOption.h.
Referenced by OSOption::getNumberOfOtherServiceOptions(), OSOption::getOtherServiceOptions(), IsEqual(), ServiceOption(), OSOption::setAnOtherServiceOption(), OSOption::setOtherServiceOptions(), and ~ServiceOption().
1.4.7