H5LTparse.h

00001 #ifndef YYERRCODE
00002 #define YYERRCODE 256
00003 #endif
00004 
00005 #define H5T_STD_I8BE_TOKEN 257
00006 #define H5T_STD_I8LE_TOKEN 258
00007 #define H5T_STD_I16BE_TOKEN 259
00008 #define H5T_STD_I16LE_TOKEN 260
00009 #define H5T_STD_I32BE_TOKEN 261
00010 #define H5T_STD_I32LE_TOKEN 262
00011 #define H5T_STD_I64BE_TOKEN 263
00012 #define H5T_STD_I64LE_TOKEN 264
00013 #define H5T_STD_U8BE_TOKEN 265
00014 #define H5T_STD_U8LE_TOKEN 266
00015 #define H5T_STD_U16BE_TOKEN 267
00016 #define H5T_STD_U16LE_TOKEN 268
00017 #define H5T_STD_U32BE_TOKEN 269
00018 #define H5T_STD_U32LE_TOKEN 270
00019 #define H5T_STD_U64BE_TOKEN 271
00020 #define H5T_STD_U64LE_TOKEN 272
00021 #define H5T_NATIVE_CHAR_TOKEN 273
00022 #define H5T_NATIVE_SCHAR_TOKEN 274
00023 #define H5T_NATIVE_UCHAR_TOKEN 275
00024 #define H5T_NATIVE_SHORT_TOKEN 276
00025 #define H5T_NATIVE_USHORT_TOKEN 277
00026 #define H5T_NATIVE_INT_TOKEN 278
00027 #define H5T_NATIVE_UINT_TOKEN 279
00028 #define H5T_NATIVE_LONG_TOKEN 280
00029 #define H5T_NATIVE_ULONG_TOKEN 281
00030 #define H5T_NATIVE_LLONG_TOKEN 282
00031 #define H5T_NATIVE_ULLONG_TOKEN 283
00032 #define H5T_IEEE_F32BE_TOKEN 284
00033 #define H5T_IEEE_F32LE_TOKEN 285
00034 #define H5T_IEEE_F64BE_TOKEN 286
00035 #define H5T_IEEE_F64LE_TOKEN 287
00036 #define H5T_NATIVE_FLOAT_TOKEN 288
00037 #define H5T_NATIVE_DOUBLE_TOKEN 289
00038 #define H5T_NATIVE_LDOUBLE_TOKEN 290
00039 #define H5T_STRING_TOKEN 291
00040 #define STRSIZE_TOKEN 292
00041 #define STRPAD_TOKEN 293
00042 #define CSET_TOKEN 294
00043 #define CTYPE_TOKEN 295
00044 #define H5T_VARIABLE_TOKEN 296
00045 #define H5T_STR_NULLTERM_TOKEN 297
00046 #define H5T_STR_NULLPAD_TOKEN 298
00047 #define H5T_STR_SPACEPAD_TOKEN 299
00048 #define H5T_CSET_ASCII_TOKEN 300
00049 #define H5T_CSET_UTF8_TOKEN 301
00050 #define H5T_C_S1_TOKEN 302
00051 #define H5T_FORTRAN_S1_TOKEN 303
00052 #define H5T_OPAQUE_TOKEN 304
00053 #define OPQ_SIZE_TOKEN 305
00054 #define OPQ_TAG_TOKEN 306
00055 #define H5T_COMPOUND_TOKEN 307
00056 #define H5T_ENUM_TOKEN 308
00057 #define H5T_ARRAY_TOKEN 309
00058 #define H5T_VLEN_TOKEN 310
00059 #define STRING 311
00060 #define NUMBER 312
00061 typedef union {
00062     int   ival;         /*for integer token*/
00063     char  *sval;        /*for name string*/
00064 } YYSTYPE;
00065 extern YYSTYPE H5LTyylval;