Mobil_surveillance_system 1
Data Fields
tDinamicArray Struct Reference

Type of dinamic arrays. More...

#include <Dinamic_Array.h>

Data Fields

void ** pArray
unsigned int uiLimit
unsigned int uiSize
unsigned int uiStep

Detailed Description

Type of dinamic arrays.

Definition at line 31 of file Dinamic_Array.h.


Field Documentation

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Defines