NUM_LISTS - Dynamically growing array of numeric lists. More...
#include <mol_fmt.h>
Data Fields | |
int ** | lists |
int | allocated |
int | used |
int | increment |
NUM_LISTS - Dynamically growing array of numeric lists.
lists | Pointer to the array of integer lists. |
allocated | Amount of memory allocated. |
used | Amount of memory used. |
increment | Amount to increment when expanding. |
int A_NUM_LISTS::allocated |
int A_NUM_LISTS::increment |
int** A_NUM_LISTS::lists |
int A_NUM_LISTS::used |