#include <ccp4_parser.h>
Public Attributes | |
char * | fullstring |
char | word [5] |
double | value |
int | isstring |
int | strlength |
int | isnumber |
int | intdigits |
int | frcdigits |
int | isquoted |
int | isnull |
int | ibeg |
int | iend |
Number of 'digits' after the decimal point (numbers only)
Full string containing all of token
Begin character positions of token in input line
End character positions of token in input line
Number of 'digits' preceeding the decimal point (numbers only)
Flag: true if token is null field
Flag: true if token is number
Flag: true if token is contained in quotes
Flag: true if token is character string
Number of characters in whole token (strings only)
double CCP4PARSERTOKEN::value |
Equivalent numerical value
char CCP4PARSERTOKEN::word[5] |
First four characters of token