IntVector Class Reference

an integer Vector data structure More...

#include <OSGeneral.h>

Inheritance diagram for IntVector:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 IntVector ()
 ~IntVector ()
 IntVector (int n)
bool IsEqual (IntVector *that)

Public Attributes

bool bDeleteArrays
 bDeleteArrays is true if we delete the arrays in garbage collection set to true by default
int numberOfEl
int * el

Detailed Description

an integer Vector data structure

Definition at line 335 of file OSGeneral.h.


Constructor & Destructor Documentation

IntVector::IntVector (  ) 

Definition at line 241 of file OSGeneral.cpp.

IntVector::~IntVector (  ) 

Definition at line 263 of file OSGeneral.cpp.

References bDeleteArrays, and el.

IntVector::IntVector ( int  n  ) 

Definition at line 252 of file OSGeneral.cpp.

References el, and numberOfEl.


Member Function Documentation

bool IntVector::IsEqual ( IntVector that  ) 

Definition at line 274 of file OSGeneral.cpp.

References DEBUG_ISEQUAL_ROUTINES, el, and numberOfEl.

Referenced by OtherOptionEnumeration::IsEqual().


Member Data Documentation

bool IntVector::bDeleteArrays

bDeleteArrays is true if we delete the arrays in garbage collection set to true by default

Definition at line 347 of file OSGeneral.h.

Referenced by ~IntVector(), and OSnl2osil::~OSnl2osil().

int IntVector::numberOfEl

Definition at line 348 of file OSGeneral.h.

Referenced by IntVector(), IsEqual(), BasisStatus::setBasisStatusIntVector(), OtherOptionEnumeration::setOtherOptionEnumeration(), writeBasisStatus(), writeIntVectorData(), and writeOtherOptionEnumeration().

int* IntVector::el

Definition at line 349 of file OSGeneral.h.

Referenced by OSInstance::getSparseJacobianFromColumnMajor(), OSInstance::getSparseJacobianFromRowMajor(), IntVector(), IsEqual(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setLinearConstraintCoefficients(), OtherOptionEnumeration::setOtherOptionEnumeration(), writeIntVectorData(), ~IntVector(), and OSmps2osil::~OSmps2osil().


The documentation for this class was generated from the following files:
Generated on Sun Mar 20 03:11:07 2011 by  doxygen 1.4.7