CCP4PARSERTOKEN Struct Reference

CCP4 Parser token Construct to hold the information about a single token. More...

#include <ccp4_parser.h>

List of all members.

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


Detailed Description

CCP4 Parser token Construct to hold the information about a single token.

Member Data Documentation

Full string containing all of token

Referenced by ccp4_parse(), ccp4_parse_end(), ccp4_parse_init_token(), ccp4_parse_start(), ccp4fyp(), and MtzGet().

First four characters of token

Referenced by ccp4_parse(), ccp4_parse_init_token(), and ccp4_parser().

Equivalent numerical value

Referenced by ccp4_parse(), ccp4_parse_init_token(), and MtzGet().

Flag: true if token is character string

Referenced by ccp4_parse(), and ccp4_parse_init_token().

Number of characters in whole token (strings only)

Referenced by ccp4_parse().

Flag: true if token is number

Referenced by ccp4_parse(), and ccp4_parse_init_token().

Number of 'digits' preceeding the decimal point (numbers only)

Referenced by ccp4_parse().

Number of 'digits' after the decimal point (numbers only)

Referenced by ccp4_parse().

Flag: true if token is contained in quotes

Referenced by ccp4_parse(), and ccp4_parse_init_token().

Flag: true if token is null field

Referenced by ccp4_parse(), and ccp4_parse_init_token().

Begin character positions of token in input line

Referenced by ccp4_parse(), ccp4_parse_init_token(), and ccp4_parser().

End character positions of token in input line

Referenced by ccp4_parse(), and ccp4_parse_init_token().


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

Generated on Wed Oct 29 21:05:09 2008 for gpp4 by  doxygen 1.5.6