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

Structure describing file pointers for structures. More...

#include <inpdef.h>

+ Collaboration diagram for tagStructFptrs:

Data Fields

INCHI_FPTRfptr
 
int len_fptr
 
int cur_fptr
 
int max_fptr
 

Detailed Description

Structure describing file pointers for structures.

Parameters
fptrArray of file pointers to structures (input: fptr[cur_fptr] =file ptr to the struct to read; output: fptr[cur_fptr+1]=file ptr to the next struct or EOF)
len_fptrAllocated length of fptr
cur_fptrCurrent file pointer index (input: k-1 to read the kth struct, k = 1, 2, 3,...; left unchanged; struct number := cur_fptr+1)
max_fptrLength of the filled out portion of fptr

Field Documentation

◆ cur_fptr

int tagStructFptrs::cur_fptr

◆ fptr

INCHI_FPTR* tagStructFptrs::fptr

◆ len_fptr

int tagStructFptrs::len_fptr

◆ max_fptr

int tagStructFptrs::max_fptr

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