a double vector data structure More...
#include <OSGeneral.h>
Public Member Functions | |
DoubleVector () | |
~DoubleVector () | |
bool | IsEqual (DoubleVector *that) |
Public Attributes | |
bool | bDeleteArrays |
bDeleteArrays is true if we delete the arrays in garbage collection set to true by default | |
int | numberOfEl |
double * | el |
a double vector data structure
Definition at line 563 of file OSGeneral.h.
DoubleVector::DoubleVector | ( | ) |
Definition at line 674 of file OSGeneral.cpp.
DoubleVector::~DoubleVector | ( | ) |
Definition at line 685 of file OSGeneral.cpp.
bool DoubleVector::IsEqual | ( | DoubleVector * | that | ) |
Definition at line 698 of file OSGeneral.cpp.
bDeleteArrays is true if we delete the arrays in garbage collection set to true by default
Definition at line 572 of file OSGeneral.h.
Definition at line 573 of file OSGeneral.h.
double* DoubleVector::el |
Definition at line 574 of file OSGeneral.h.