InChI
 
Loading...
Searching...
No Matches
A_NUM_LISTS Struct Reference

NUM_LISTS - Dynamically growing array of numeric lists. More...

#include <mol_fmt.h>

+ Collaboration diagram for A_NUM_LISTS:

Data Fields

int ** lists
 
int allocated
 
int used
 
int increment
 

Detailed Description

NUM_LISTS - Dynamically growing array of numeric lists.

Parameters
listsPointer to the array of integer lists.
allocatedAmount of memory allocated.
usedAmount of memory used.
incrementAmount to increment when expanding.

Field Documentation

◆ allocated

int A_NUM_LISTS::allocated

◆ increment

int A_NUM_LISTS::increment

◆ lists

int** A_NUM_LISTS::lists

◆ used

int A_NUM_LISTS::used

The documentation for this struct was generated from the following file: