#include <OSDataStructures.h>
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 |
Definition at line 335 of file OSDataStructures.h.
| IntVector::IntVector | ( | ) |
Definition at line 232 of file OSDataStructures.cpp.
| IntVector::~IntVector | ( | ) |
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::getSparseJacobianFromRowMajor(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setLinearConstraintCoefficients(), ~IntVector(), and OSmps2osil::~OSmps2osil().
1.4.7