Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

y.tab.hh

Go to the documentation of this file.
00001 #ifndef BISON_Y_TAB_HH
00002 # define BISON_Y_TAB_HH
00003 
00004 #ifndef YYSTYPE
00005 typedef union {
00006   long                  ival;           /* Long value                   */
00007   double                dval;           /* Double value                 */
00008   float                 fval;           /* Float value                  */
00009   char                  cval;           /* Char value                   */
00010   char                  *sval;          /* string value                 */
00011   char                  *kval;          /* key value                    */
00012   OEP_cfps              *cfps;          /* Channel Factory params       */
00013   OEP_ecps              *ecps;          /* Event Channel params         */
00014   OEP_caps              *caps;          /* Consumer Admin params        */
00015   OEP_saps              *saps;          /* Supplier Admin params        */
00016   OEP_prxy              *prxy;          /* Proxy params                 */
00017 } yystype;
00018 # define YYSTYPE yystype
00019 # define YYSTYPE_IS_TRIVIAL 1
00020 #endif
00021 # define        CHANNELFACTORY_LABEL    257
00022 # define        EVENTCHANNEL_LABEL      258
00023 # define        CONSUMERADMIN_LABEL     259
00024 # define        SUPPLIERADMIN_LABEL     260
00025 # define        PROXYPUSHSUPP_LABEL     261
00026 # define        PROXYPUSHCONS_LABEL     262
00027 # define        PROXYPULLSUPP_LABEL     263
00028 # define        PROXYPULLCONS_LABEL     264
00029 # define        NAME_LABEL      265
00030 # define        IOR_LABEL       266
00031 # define        KEY_LABEL       267
00032 # define        PORT_LABEL      268
00033 # define        PULLRETRYPERIOD_LABEL   269
00034 # define        MAXQUEUELENGTH_LABEL    270
00035 # define        MAXEVENTSPERCONSUMER_LABEL      271
00036 # define        IOR_VALUE       272
00037 # define        KEY_VALUE       273
00038 # define        INTEGER_LITERAL 274
00039 # define        STRING_LITERAL  275
00040 # define        TRUETOK 276
00041 # define        FALSETOK        277
00042 
00043 
00044 extern YYSTYPE yylval;
00045 
00046 #endif /* not BISON_Y_TAB_HH */

Generated on Fri Dec 12 10:53:03 2003 for OmniEvents by doxygen1.2.15