• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • dcop
 

dcop

  • dcop
  • dcopidl
yacc.cpp.h
1 
2 /* A Bison parser, made by GNU Bison 2.4.1. */
3 
4 /* Skeleton interface for Bison's Yacc-like parsers in C
5 
6  Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
7  Free Software Foundation, Inc.
8 
9  This program is free software: you can redistribute it and/or modify
10  it under the terms of the GNU General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  (at your option) any later version.
13 
14  This program is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  GNU General Public License for more details.
18 
19  You should have received a copy of the GNU General Public License
20  along with this program. If not, see <http://www.gnu.org/licenses/>. */
21 
22 /* As a special exception, you may create a larger work that contains
23  part or all of the Bison parser skeleton and distribute that work
24  under terms of your choice, so long as that work isn't itself a
25  parser generator using the skeleton or a modified version thereof
26  as a parser skeleton. Alternatively, if you modify or redistribute
27  the parser skeleton itself, you may (at your option) remove this
28  special exception, which will cause the skeleton and the resulting
29  Bison output files to be licensed under the GNU General Public
30  License without this special exception.
31 
32  This special exception was added by the Free Software Foundation in
33  version 2.2 of Bison. */
34 
35 
36 /* Tokens. */
37 #ifndef YYTOKENTYPE
38 # define YYTOKENTYPE
39  /* Put the tokens into the symbol table, so that GDB and other debuggers
40  know about them. */
41  enum yytokentype {
42  T_UNIMPORTANT = 258,
43  T_CHARACTER_LITERAL = 259,
44  T_DOUBLE_LITERAL = 260,
45  T_IDENTIFIER = 261,
46  T_INTEGER_LITERAL = 262,
47  T_STRING_LITERAL = 263,
48  T_INCLUDE = 264,
49  T_CLASS = 265,
50  T_STRUCT = 266,
51  T_LEFT_CURLY_BRACKET = 267,
52  T_LEFT_PARANTHESIS = 268,
53  T_RIGHT_CURLY_BRACKET = 269,
54  T_RIGHT_PARANTHESIS = 270,
55  T_COLON = 271,
56  T_SEMICOLON = 272,
57  T_PUBLIC = 273,
58  T_PROTECTED = 274,
59  T_TRIPE_DOT = 275,
60  T_PRIVATE = 276,
61  T_VIRTUAL = 277,
62  T_CONST = 278,
63  T_INLINE = 279,
64  T_FRIEND = 280,
65  T_RETURN = 281,
66  T_SIGNAL = 282,
67  T_SLOT = 283,
68  T_TYPEDEF = 284,
69  T_PLUS = 285,
70  T_MINUS = 286,
71  T_COMMA = 287,
72  T_ASTERISK = 288,
73  T_TILDE = 289,
74  T_LESS = 290,
75  T_GREATER = 291,
76  T_AMPERSAND = 292,
77  T_EXTERN = 293,
78  T_EXTERN_C = 294,
79  T_ACCESS = 295,
80  T_ENUM = 296,
81  T_NAMESPACE = 297,
82  T_USING = 298,
83  T_UNKNOWN = 299,
84  T_TRIPLE_DOT = 300,
85  T_TRUE = 301,
86  T_FALSE = 302,
87  T_STATIC = 303,
88  T_MUTABLE = 304,
89  T_EQUAL = 305,
90  T_SCOPE = 306,
91  T_NULL = 307,
92  T_INT = 308,
93  T_ARRAY_OPEN = 309,
94  T_ARRAY_CLOSE = 310,
95  T_CHAR = 311,
96  T_DCOP = 312,
97  T_DCOP_AREA = 313,
98  T_DCOP_SIGNAL_AREA = 314,
99  T_SIGNED = 315,
100  T_UNSIGNED = 316,
101  T_LONG = 317,
102  T_SHORT = 318,
103  T_FUNOPERATOR = 319,
104  T_MISCOPERATOR = 320,
105  T_SHIFT = 321
106  };
107 #endif
108 
109 
110 
111 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
112 typedef union YYSTYPE
113 {
114 
115 /* Line 1676 of yacc.c */
116 #line 67 "yacc.yy"
117 
118  long _int;
119  TQString *_str;
120  unsigned short _char;
121  double _float;
122 
123 
124 
125 /* Line 1676 of yacc.c */
126 #line 127 "yacc.hh"
127 } YYSTYPE;
128 # define YYSTYPE_IS_TRIVIAL 1
129 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
130 # define YYSTYPE_IS_DECLARED 1
131 #endif
132 
133 extern YYSTYPE yylval;
134 
135 

dcop

Skip menu "dcop"
  • Main Page
  • Modules
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

dcop

Skip menu "dcop"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for dcop by doxygen 1.9.1
This website is maintained by Timothy Pearson.