Definition at line 53 of file alphabet.h.
#include <alphabet.h>
Data Fields | |
| size_t | occupied |
| Number of elements in use. | |
| size_t | allocated |
| Number of elements for which space has * been allocated. | |
| fid_Symbol * | dyndata |
| Pointer to array data. | |
| fid_Symbol * | prev_dyndata |
Temporary used before calling\ * realloc() to prevent leaking memory. | |
| size_t fid_ArraySymbol::occupied |
| size_t fid_ArraySymbol::allocated |
Temporary used before calling\ * realloc() to prevent leaking memory.
Definition at line 53 of file alphabet.h.
1.5.9