INT_ARRAY - Dynamically growing array of int. More...
#include <mol_fmt.h>
Collaboration diagram for tagINT_ARRAY:Data Fields | |
| int * | item |
| int | allocated |
| int | used |
| int | increment |
INT_ARRAY - Dynamically growing array of int.
| item | Pointer to the array of integers. |
| allocated | Amount of memory allocated. |
| used | Amount of memory used. |
| increment | Amount to increment when expanding. |
| int tagINT_ARRAY::allocated |
| int tagINT_ARRAY::increment |
| int* tagINT_ARRAY::item |
| int tagINT_ARRAY::used |