ssParse.tab.h

Go to the documentation of this file.
00001 #define CLASS 257
00002 #define PUBLIC 258
00003 #define PRIVATE 259
00004 #define PROTECTED 260
00005 #define VIRTUAL 261
00006 #define STRING 262
00007 #define NUM 263
00008 #define ID 264
00009 #define INT 265
00010 #define FLOAT 266
00011 #define SHORT 267
00012 #define LONG 268
00013 #define DOUBLE 269
00014 #define VOID 270
00015 #define CHAR 271
00016 #define CLASS_REF 272
00017 #define OTHER 273
00018 #define CONST 274
00019 #define OPERATOR 275
00020 #define UNSIGNED 276
00021 #define FRIEND 277
00022 #define VTK_ID 278
00023 #define STATIC 279
00024 #define VAR_FUNCTION 280
00025 #define ARRAY_NUM 281
00026 #define SetMacro 282
00027 #define GetMacro 283
00028 #define SetStringMacro 284
00029 #define GetStringMacro 285
00030 #define SetClampMacro 286
00031 #define SetObjectMacro 287
00032 #define SetReferenceCountedObjectMacro 288
00033 #define GetObjectMacro 289
00034 #define BooleanMacro 290
00035 #define SetVector2Macro 291
00036 #define SetVector3Macro 292
00037 #define SetVector4Macro 293
00038 #define SetVector6Macro 294
00039 #define GetVector2Macro 295
00040 #define GetVector3Macro 296
00041 #define GetVector4Macro 297
00042 #define GetVector6Macro 298
00043 #define SetVectorMacro 299
00044 #define GetVectorMacro 300
00045 #define ViewportCoordinateMacro 301
00046 #define WorldCoordinateMacro 302
00047 #define TypeMacro 303
00048 typedef union{
00049   char *str;
00050   int   integer;
00051   } YYSTYPE;
00052 extern YYSTYPE yylval;