MOL_FMT_SGROUPS is a dynamically growing array of pointers to MOL_FMT_SGROUP objects. More...
#include <mol_fmt.h>
Data Fields | |
MOL_FMT_SGROUP ** | group |
int | allocated |
int | used |
int | increment |
MOL_FMT_SGROUPS is a dynamically growing array of pointers to MOL_FMT_SGROUP objects.
group | Pointer to the growable array of pointers to MOL_FMT_SGROUPs |
allocated | Number of allocated objects |
used | Number of used objects |
increment | Array expansion increment |
int A_MOL_FMT_SGROUPS::allocated |
MOL_FMT_SGROUP** A_MOL_FMT_SGROUPS::group |
int A_MOL_FMT_SGROUPS::increment |
int A_MOL_FMT_SGROUPS::used |