#include <ccp4_parser.h>
Public Attributes | |
| char | keyword [5] |
| int | ntokens |
| CCP4PARSERTOKEN * | token |
| FILE * | fp |
| int | maxtokens |
| char * | delim |
| char * | nulldelim |
| char * | comment |
| double | max_exponent |
| double | min_exponent |
| char* CCP4PARSERARRAY::comment |
List of comment characters
| char* CCP4PARSERARRAY::delim |
List of delimiter characters
| FILE* CCP4PARSERARRAY::fp |
Pointer to an external command file
| char CCP4PARSERARRAY::keyword[5] |
Keyword (=token[1].token, uppercased)
Largest allowed exponent for numerical tokens
Maximum number of tokens allowed
Smallest allowed exponent for numerical tokens
Number of tokens
List of null delimiter characters
Array of tokens
1.4.7