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

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
 

Detailed Description

INT_ARRAY - Dynamically growing array of int.

Parameters
itemPointer to the array of integers.
allocatedAmount of memory allocated.
usedAmount of memory used.
incrementAmount to increment when expanding.

Field Documentation

◆ allocated

int tagINT_ARRAY::allocated

◆ increment

int tagINT_ARRAY::increment

◆ item

int* tagINT_ARRAY::item

◆ used

int tagINT_ARRAY::used

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