IntVector Class Reference

an integer Vector data structure More...

#include <OSDataStructures.h>

List of all members.

Public Member Functions

 IntVector ()
 ~IntVector ()

Public Attributes

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


Detailed Description

an integer Vector data structure

Definition at line 335 of file OSDataStructures.h.


Constructor & Destructor Documentation

IntVector::IntVector (  ) 

Definition at line 231 of file OSDataStructures.cpp.

IntVector::~IntVector (  ) 

Definition at line 240 of file OSDataStructures.cpp.

References bDeleteArrays, and el.


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 343 of file OSDataStructures.h.

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

int* IntVector::el

Definition at line 344 of file OSDataStructures.h.

Referenced by OSInstance::getSparseJacobianFromColumnMajor(), OSInstance::getSparseJacobianFromRowMajor(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setLinearConstraintCoefficients(), OSiLWriter::writeOSiL(), ~IntVector(), and OSmps2osil::~OSmps2osil().


The documentation for this class was generated from the following files:
Generated on Sat Mar 29 22:38:05 2008 by  doxygen 1.5.3