"L. Spiro Engine"
Public Types

yy::CPreProcParser::token Struct Reference

Tokens. More...

#include <LSGPreProcParser.h>

List of all members.

Public Types

enum  yytokentype {
  LSG_PPT_DEFINED = 258, LSG_PPT_CHAR_CONSTANT = 259, LSG_PPT_FLOAT_CONSTANT = 260, LSG_PPT_DEC_CONSTANT = 261,
  LSG_PPT_HEX_CONSTANT = 262, LSG_PPT_OCT_CONSTANT = 263, LSG_PPT_IDENTIFIER = 264, LSG_PPT_SHIFT_LEFT = 265,
  LSG_PPT_SHIFT_RIGHT = 266, LSG_PPT_AND = 267, LSG_PPT_OR = 268, LSG_PPT_GE = 269,
  LSG_PPT_LE = 270, LSG_PPT_EQUALS = 271, LSG_PPT_NOT_EQUALS = 272, LSG_PPT_NOT = 273,
  LSG_PPT_1SCOMPLIMENT = 274, LSG_PPT_UMINUS = 275, LSG_PPT_UPLUS = 276
}

Detailed Description

Tokens.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator