Public Member Functions | Public Attributes | List of all members
Constraints Class Reference

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

#include <OSInstance.h>

Collaboration diagram for Constraints:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Definition at line 251 of file OSInstance.h.

Constructor & Destructor Documentation

Constraints::Constraints ( )

The Constraints class constructor.

Definition at line 704 of file OSInstance.cpp.

Constraints::~Constraints ( )

The Constraints class destructor.

Definition at line 713 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 8342 of file OSInstance.cpp.

Member Data Documentation

int Constraints::numberOfConstraints

numberOfConstraints is the number of constraints in the instance

Definition at line 264 of file OSInstance.h.

Constraint ** Constraints::con

con is pointer to an array of Constraint object pointers

Definition at line 268 of file OSInstance.h.


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