#include <OSInstance.h>
Collaboration diagram for InstanceHeader:

Public Member Functions | |
| InstanceHeader () | |
| The InstanceHeader class constructor. | |
| ~InstanceHeader () | |
| The InstanceHeader class destructor. | |
| bool | IsEqual (InstanceHeader *that) |
| A function to check for the equality of two objects. | |
| InstanceHeader () | |
| The InstanceHeader class constructor. | |
| ~InstanceHeader () | |
| The InstanceHeader class destructor. | |
Public Attributes | |
| std::string | description |
| the problem instance description | |
| std::string | name |
| the name of the problem instance | |
| std::string | source |
| the source of the problem instance | |
Definition at line 48 of file OSInstance.h.
| InstanceHeader::InstanceHeader | ( | ) |
| InstanceHeader::~InstanceHeader | ( | ) |
| InstanceHeader::InstanceHeader | ( | ) |
The InstanceHeader class constructor.
| InstanceHeader::~InstanceHeader | ( | ) |
The InstanceHeader class destructor.
| bool InstanceHeader::IsEqual | ( | InstanceHeader * | that | ) |
A function to check for the equality of two objects.
Definition at line 4871 of file OSInstance.cpp.
References description, name, and source.
| std::string InstanceHeader::description |
the problem instance description
Definition at line 58 of file OSInstance.h.
Referenced by OSInstance::getInstanceDescription(), IsEqual(), and OSiLWriter::writeOSiL().
| std::string InstanceHeader::name |
the name of the problem instance
Definition at line 61 of file OSInstance.h.
Referenced by OSInstance::getInstanceName(), IsEqual(), and OSiLWriter::writeOSiL().
| std::string InstanceHeader::source |
the source of the problem instance
Definition at line 64 of file OSInstance.h.
Referenced by OSInstance::getInstanceSource(), IsEqual(), and OSiLWriter::writeOSiL().
1.4.7