Main Page | Class List | Directories | File List | Class Members | File Members

_token Struct Reference

This structure describes a scanner token. More...

#include <cpp_token.h>

List of all members.

Public Attributes

int stat
int sym
int line
int num
char * file
char ch
char id [IDENT_MAX_LEN]


Detailed Description

This structure describes a scanner token.


Member Data Documentation

char _token::ch
 

scanned character

char* _token::file
 

current file name

char _token::id[IDENT_MAX_LEN]
 

scanned identifier

int _token::line
 

line number

int _token::num
 

converted number for numeric constants

int _token::stat
 

status from read(2)

int _token::sym
 

scanned symbol


The documentation for this struct was generated from the following file:
Generated on Thu Jul 13 03:56:37 2006 for CKPMcc by  doxygen 1.4.4