#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::keyword[5] |
Keyword (=token[1].token, uppercased)
Referenced by ccp4_parser(), ccp4spg_load_spacegroup(), MtzGet(), and MtzParseLabin().
Number of tokens
Referenced by ccp4_parse(), ccp4_parse_reset(), and ccp4_parser().
Array of tokens
Referenced by ccp4_parse(), ccp4_parse_end(), ccp4_parse_init_token(), ccp4_parse_start(), ccp4_parser(), ccp4fyp(), ccp4spg_load_spacegroup(), MtzGet(), and MtzParseLabin().
| FILE* CCP4PARSERARRAY::fp |
Pointer to an external command file
Referenced by ccp4_parse_start(), and ccp4_parser().
Maximum number of tokens allowed
Referenced by ccp4_parse(), ccp4_parse_end(), ccp4_parse_reset(), and ccp4_parse_start().
| char* CCP4PARSERARRAY::delim |
List of delimiter characters
Referenced by ccp4_parse(), ccp4_parse_delimiters(), ccp4_parse_end(), and ccp4_parse_start().
List of null delimiter characters
Referenced by ccp4_parse(), ccp4_parse_delimiters(), ccp4_parse_end(), and ccp4_parse_start().
| char* CCP4PARSERARRAY::comment |
List of comment characters
Referenced by ccp4_parse(), ccp4_parse_comments(), ccp4_parse_end(), and ccp4_parse_start().
Largest allowed exponent for numerical tokens
Referenced by ccp4_parse(), and ccp4_parse_maxmin().
Smallest allowed exponent for numerical tokens
Referenced by ccp4_parse(), and ccp4_parse_maxmin().
1.5.6