struct StarErrEntry

The struct that holds a single error message from the parser:

int colNum
column of the input text where the error was reported:
StarErrID errID
Identifier number for the type of error. For a text description, see errStr below.
char errStr[512]
string of text describing the error in English:
int lineNum
line of the input text where the error was reported:
char tokenStr[1024]
string of the token where the error was reported:

Documentation

The struct that holds a single error message from the parser:
StarErrID errID
Identifier number for the type of error. For a text description, see errStr below.

int lineNum
line of the input text where the error was reported:

int colNum
column of the input text where the error was reported:

char tokenStr[1024]
string of the token where the error was reported:

char errStr[512]
string of text describing the error in English:

alphabetic index hierarchy of classes


Starlib is a creation of BioMagResBank: bmrb.wisc.edu starlib banner

generated by doc++