|
Mobil_surveillance_system 1
|
Type of dinamic arrays. More...
#include <Dinamic_Array.h>
Data Fields | |
| void ** | pArray |
| unsigned int | uiLimit |
| unsigned int | uiSize |
| unsigned int | uiStep |
Type of dinamic arrays.
Definition at line 31 of file Dinamic_Array.h.
| void** pArray |
Array to store any types of data.
Definition at line 34 of file Dinamic_Array.h.
| unsigned int uiLimit |
If the value of the uiLimit equal with the uiSize the array will expand.
Definition at line 36 of file Dinamic_Array.h.
| unsigned int uiSize |
The current size of the array.
Definition at line 38 of file Dinamic_Array.h.
| unsigned int uiStep |
If there is no more space in the array, the array will expand with the value of this variable automatically.
Definition at line 40 of file Dinamic_Array.h.
1.7.4