kio Library API Documentation

yacc.h

00001 typedef union
00002 {
00003      char valb;
00004      int vali;
00005      double vald;
00006      char *name;
00007      void *ptr;
00008 } YYSTYPE;
00009 #define NOT     257
00010 #define EQ      258
00011 #define NEQ     259
00012 #define LEQ     260
00013 #define GEQ     261
00014 #define LE      262
00015 #define GR      263
00016 #define OR      264
00017 #define AND     265
00018 #define IN      266
00019 #define EXIST   267
00020 #define MAX     268
00021 #define MIN     269
00022 #define BOOL    270
00023 #define STRING  271
00024 #define ID      272
00025 #define NUM     273
00026 #define FLOAT   274
00027 
00028 
00029 extern YYSTYPE kiotraderlval;
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Jan 28 13:14:43 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001