ZEDA
1.6.18
|
integer value array class More...
#include <zeda_index.h>
integer value array class
zIndex is a container of an array of integer values. The body structure is an instance of zIndexStruct.
To access elements of the integer array, use zIndexElem() and zIndexSetElem().
For frequent accesses to the head, neck (one-cell-before-head) and tail, zIndexHead(), zIndexNeck() and zIndexTail() are available.