Vector.inc

This file defines structures and constants for the library of VECTOR data types and algorithms.

See Also

Authors

  • Neil G.  Dickson
Summary
Vector.incThis file defines structures and constants for the library of VECTOR data types and algorithms.
VECTORThis structure is the base of a resizable (or fixed-capacity) array data structure.

VECTOR

This structure is the base of a resizable (or fixed-capacity) array data structure.

Members

lencurrent length of the VECTOR, i.e. the number of array elements used
capacitycurrent capacity of the VECTOR, i.e. the number of array elements that could be used before expanding
pArrayaddress of the array
contentTypeindication of the type of data in the array (see <Content Type Constants>)
This structure is the base of a resizable (or fixed-capacity) array data structure.
This file defines the library for VECTOR data types and algorithms thereof.
This file defines the library for common data types and algorithms of PwnOS.
This file defines structures and constants for the library of common data types and algorithms of PwnOS.