#include <OSGeneral.h>
Inheritance diagram for IntVector:
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 |
Definition at line 335 of file OSGeneral.h.
IntVector::IntVector | ( | ) |
Definition at line 241 of file OSGeneral.cpp.
IntVector::~IntVector | ( | ) |
IntVector::IntVector | ( | int | n | ) |
bool IntVector::IsEqual | ( | IntVector * | that | ) |
Definition at line 274 of file OSGeneral.cpp.
References DEBUG_ISEQUAL_ROUTINES, el, and numberOfEl.
Referenced by OtherOptionEnumeration::IsEqual().
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().
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().