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

int CCP4PARSERTOKEN::frcdigits

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

char* CCP4PARSERTOKEN::fullstring

Full string containing all of token

int CCP4PARSERTOKEN::ibeg

Begin character positions of token in input line

int CCP4PARSERTOKEN::iend

End character positions of token in input line

int CCP4PARSERTOKEN::intdigits

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

int CCP4PARSERTOKEN::isnull

Flag: true if token is null field

int CCP4PARSERTOKEN::isnumber

Flag: true if token is number

int CCP4PARSERTOKEN::isquoted

Flag: true if token is contained in quotes

int CCP4PARSERTOKEN::isstring

Flag: true if token is character string

int CCP4PARSERTOKEN::strlength

Number of characters in whole token (strings only)

double CCP4PARSERTOKEN::value

Equivalent numerical value

char CCP4PARSERTOKEN::word[5]

First four characters of token


The documentation for this struct was generated from the following file:
Generated on Wed Oct 29 21:14:36 2008 for gpp4 by  doxygen 1.4.7