ipv2_parse.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 #ifndef YYTOKENTYPE
00028 # define YYTOKENTYPE
00029
00030
00031 enum yytokentype {
00032 T_KEYWORD_LEFT = 258,
00033 T_ARRAY_LEFT = 259,
00034 T_TABLE_LEFT = 260,
00035 T_KEYWORD_RIGHT = 261,
00036 T_ARRAY_RIGHT = 262,
00037 T_TABLE_RIGHT = 263,
00038 T_CONCAT = 264,
00039 T_STRING = 265,
00040 T_QUOTED_STRING = 266
00041 };
00042 #endif
00043 #define T_KEYWORD_LEFT 258
00044 #define T_ARRAY_LEFT 259
00045 #define T_TABLE_LEFT 260
00046 #define T_KEYWORD_RIGHT 261
00047 #define T_ARRAY_RIGHT 262
00048 #define T_TABLE_RIGHT 263
00049 #define T_CONCAT 264
00050 #define T_STRING 265
00051 #define T_QUOTED_STRING 266
00052
00053
00054
00055
00056 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00057 #line 53 "ipv2_parse.yy"
00058 typedef union YYSTYPE {
00059 char *str;
00060 sc::ip_string_list_t *sl;
00061 double dbl;
00062 } YYSTYPE;
00063
00064 #line 64 "ipv2_parse.tmp.hh"
00065 # define yystype YYSTYPE
00066 # define YYSTYPE_IS_DECLARED 1
00067 # define YYSTYPE_IS_TRIVIAL 1
00068 #endif
00069
00070 extern YYSTYPE yylval;
00071
00072
00073
Generated at Sat Dec 18 15:14:21 2004 for MPQC
2.2.3 using the documentation package Doxygen
1.3.7-20040617.