Solid
predicate_parser.h File Reference
Go to the source code of this file.
Classes | |
| union | YYSTYPE |
Macros | |
| #define | yystype YYSTYPE /* obsolescent; will be withdrawn */ |
| #define | YYSTYPE_IS_DECLARED 1 |
| #define | YYSTYPE_IS_TRIVIAL 1 |
Typedefs | |
| typedef union YYSTYPE | YYSTYPE |
Enumerations | |
| enum | yytokentype { EQ = 258 , MASK = 259 , AND = 260 , OR = 261 , IS = 262 , VAL_BOOL = 263 , VAL_STRING = 264 , VAL_ID = 265 , VAL_NUM = 266 , VAL_FLOAT = 267 } |
Macro Definition Documentation
◆ yystype
| #define yystype YYSTYPE /* obsolescent; will be withdrawn */ |
Definition at line 78 of file predicate_parser.h.
◆ YYSTYPE_IS_DECLARED
| #define YYSTYPE_IS_DECLARED 1 |
Definition at line 79 of file predicate_parser.h.
◆ YYSTYPE_IS_TRIVIAL
| #define YYSTYPE_IS_TRIVIAL 1 |
Definition at line 77 of file predicate_parser.h.
Typedef Documentation
◆ YYSTYPE
| typedef union YYSTYPE YYSTYPE |
Enumeration Type Documentation
◆ yytokentype
| enum yytokentype |
| Enumerator | |
|---|---|
| EQ | |
| MASK | |
| AND | |
| OR | |
| IS | |
| VAL_BOOL | |
| VAL_STRING | |
| VAL_ID | |
| VAL_NUM | |
| VAL_FLOAT | |
Definition at line 43 of file predicate_parser.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.