This file defines structures and constants for the library of VECTOR data types and algorithms.
| Vector.inc | This file defines structures and constants for the library of VECTOR data types and algorithms. |
| VECTOR | This structure is the base of a resizable (or fixed-capacity) array data structure. |
This structure is the base of a resizable (or fixed-capacity) array data structure.
| len | current length of the VECTOR, i.e. the number of array elements used |
| capacity | current capacity of the VECTOR, i.e. the number of array elements that could be used before expanding |
| pArray | address of the array |
| contentType | indication of the type of data in the array (see <Content Type Constants>) |