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


Constructor & Destructor Documentation

IntVector::IntVector (  ) 

Definition at line 232 of file OSDataStructures.cpp.

IntVector::~IntVector (  ) 

Definition at line 241 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 344 of file OSDataStructures.h.

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

int* IntVector::el

Definition at line 345 of file OSDataStructures.h.

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


The documentation for this class was generated from the following files:
Generated on Thu Oct 8 03:08:05 2009 by  doxygen 1.4.7