Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields  

TokenType Struct Reference
[Generic String Parser]

A structure defining the type and subtype of a token. More...

#include <toyparse.h>


Data Fields

int type
 Type of token.

int subtype
 Subtype of token.

char * token
 The token itself.


Detailed Description

A structure defining the type and subtype of a token.

When used in arrays, if token==NULL that is the last element.

Definition at line 63 of file toyparse.h.


Field Documentation

int TokenType::subtype
 

Subtype of token.

Definition at line 68 of file toyparse.h.

Referenced by CheckLineSyntax(), and TMM_ParseLine().

char* TokenType::token
 

The token itself.

Definition at line 70 of file toyparse.h.

Referenced by CheckLineSyntax(), FreeType(), and TMM_ParseLine().

int TokenType::type
 

Type of token.

Definition at line 66 of file toyparse.h.

Referenced by CheckLineSyntax().


The documentation for this struct was generated from the following file:
Generated on Fri Apr 4 14:29:07 2003 for ToyMem by doxygen1.3-rc3