an integer Vector data structure More...
#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 |
an integer Vector data structure
Definition at line 335 of file OSDataStructures.h.
| IntVector::IntVector | ( | ) |
| 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.
| int* IntVector::el |
Definition at line 344 of file OSDataStructures.h.
1.6.1