a double vector data structure More...
#include <OSDataStructures.h>
Public Member Functions | |
| DoubleVector () | |
| ~DoubleVector () | |
Public Attributes | |
| bool | bDeleteArrays |
| bDeleteArrays is true if we delete the arrays in garbage collection set to true by default | |
| double * | el |
a double vector data structure
Definition at line 350 of file OSDataStructures.h.
| DoubleVector::DoubleVector | ( | ) |
| DoubleVector::~DoubleVector | ( | ) |
bDeleteArrays is true if we delete the arrays in garbage collection set to true by default
Definition at line 358 of file OSDataStructures.h.
| double* DoubleVector::el |
Definition at line 359 of file OSDataStructures.h.
1.6.1