Constraints Class Reference

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

#include <OSInstance.h>

Collaboration diagram for Constraints:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Constraints ()
 The Constraints class constructor.
 ~Constraints ()
 The Constraints class destructor.
bool IsEqual (Constraints *that)
 A function to check for the equality of two objects.
 Constraints ()
 The Constraints class constructor.
 ~Constraints ()
 The Constraints class destructor.

Public Attributes

int numberOfConstraints
 numberOfConstraints is the number of constraints in the instance
Constraint ** con
 con is pointer to an array of Constraint object pointers

Detailed Description

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

Definition at line 255 of file OSInstance.h.


Constructor & Destructor Documentation

Constraints::Constraints (  ) 

The Constraints class constructor.

Definition at line 582 of file OSInstance.cpp.

Constraints::~Constraints (  ) 

The Constraints class destructor.

Definition at line 591 of file OSInstance.cpp.

Constraints::Constraints (  ) 

The Constraints class constructor.

Constraints::~Constraints (  ) 

The Constraints class destructor.


Member Function Documentation

bool Constraints::IsEqual ( Constraints that  ) 

A function to check for the equality of two objects.

Definition at line 6024 of file OSInstance.cpp.


Member Data Documentation

numberOfConstraints is the number of constraints in the instance

Definition at line 268 of file OSInstance.h.

con is pointer to an array of Constraint object pointers

Definition at line 272 of file OSInstance.h.


The documentation for this class was generated from the following files:

Generated on 22 May 2012 by  doxygen 1.6.1