The in-memory representation of the <instanceHeader> element. More...
#include <OSInstance.h>
Public Member Functions | |
InstanceHeader () | |
The InstanceHeader class constructor. More... | |
~InstanceHeader () | |
The InstanceHeader class destructor. More... | |
Public Attributes | |
std::string | description |
the problem instance description More... | |
std::string | name |
the name of the problem instance More... | |
std::string | source |
the source of the problem instance More... | |
The in-memory representation of the <instanceHeader> element.
Definition at line 47 of file OSInstance.h.
InstanceHeader::InstanceHeader | ( | ) |
The InstanceHeader class constructor.
InstanceHeader::~InstanceHeader | ( | ) |
The InstanceHeader class destructor.
std::string InstanceHeader::description |
the problem instance description
Definition at line 57 of file OSInstance.h.
std::string InstanceHeader::name |
the name of the problem instance
Definition at line 60 of file OSInstance.h.
std::string InstanceHeader::source |
the source of the problem instance
Definition at line 63 of file OSInstance.h.