InstanceHeader Class Reference

The in-memory representation of the <instanceHeader> element. More...

#include <OSInstance.h>

Collaboration diagram for InstanceHeader:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

The in-memory representation of the <instanceHeader> element.

Definition at line 47 of file OSInstance.h.


Constructor & Destructor Documentation

InstanceHeader::InstanceHeader (  ) 

The InstanceHeader class constructor.

Definition at line 423 of file OSInstance.cpp.

InstanceHeader::~InstanceHeader (  ) 

The InstanceHeader class destructor.

Definition at line 435 of file OSInstance.cpp.

InstanceHeader::InstanceHeader (  ) 

The InstanceHeader class constructor.

InstanceHeader::~InstanceHeader (  ) 

The InstanceHeader class destructor.


Member Function Documentation

bool InstanceHeader::IsEqual ( InstanceHeader that  ) 

A function to check for the equality of two objects.

Definition at line 5574 of file OSInstance.cpp.

References description, name, and source.


Member Data Documentation

std::string InstanceHeader::description

the problem instance description

Definition at line 58 of file OSInstance.h.

Referenced by IsEqual().

std::string InstanceHeader::name

the name of the problem instance

Definition at line 61 of file OSInstance.h.

Referenced by IsEqual().

std::string InstanceHeader::source

the source of the problem instance

Definition at line 64 of file OSInstance.h.

Referenced by IsEqual().


The documentation for this class was generated from the following files:
Generated on Thu Nov 10 03:12:31 2011 by  doxygen 1.4.7