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

dcop

  • dcop
  • dcopidl
yacc.cc.h
1 /* A Bison parser, made by GNU Bison 1.875d. */
2 
3 /* Skeleton parser for Yacc-like parsing with Bison,
4  Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
5 
6  This program is free software; you can redistribute it and/or modify
7  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 2, or (at your option)
9  any later version.
10 
11  This program is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  GNU General Public License for more details.
15 
16  You should have received a copy of the GNU General Public License
17  along with this program; if not, write to the Free Software
18  Foundation, Inc., 51 Franklin Street, Fifth Floor,
19  Boston, MA 02110-1301, USA. */
20 
21 /* As a special exception, when this file is copied by Bison into a
22  Bison output file, you may use that output file without restriction.
23  This special exception was added by the Free Software Foundation
24  in version 1.24 of Bison. */
25 
26 /* Tokens. */
27 #ifndef YYTOKENTYPE
28 # define YYTOKENTYPE
29  /* Put the tokens into the symbol table, so that GDB and other debuggers
30  know about them. */
31  enum yytokentype {
32  T_UNIMPORTANT = 258,
33  T_CHARACTER_LITERAL = 259,
34  T_DOUBLE_LITERAL = 260,
35  T_IDENTIFIER = 261,
36  T_INTEGER_LITERAL = 262,
37  T_STRING_LITERAL = 263,
38  T_INCLUDE = 264,
39  T_CLASS = 265,
40  T_STRUCT = 266,
41  T_LEFT_CURLY_BRACKET = 267,
42  T_LEFT_PARANTHESIS = 268,
43  T_RIGHT_CURLY_BRACKET = 269,
44  T_RIGHT_PARANTHESIS = 270,
45  T_COLON = 271,
46  T_SEMICOLON = 272,
47  T_PUBLIC = 273,
48  T_PROTECTED = 274,
49  T_TRIPE_DOT = 275,
50  T_PRIVATE = 276,
51  T_VIRTUAL = 277,
52  T_CONST = 278,
53  T_INLINE = 279,
54  T_FRIEND = 280,
55  T_RETURN = 281,
56  T_SIGNAL = 282,
57  T_SLOT = 283,
58  T_TYPEDEF = 284,
59  T_PLUS = 285,
60  T_MINUS = 286,
61  T_COMMA = 287,
62  T_ASTERISK = 288,
63  T_TILDE = 289,
64  T_LESS = 290,
65  T_GREATER = 291,
66  T_AMPERSAND = 292,
67  T_EXTERN = 293,
68  T_EXTERN_C = 294,
69  T_ACCESS = 295,
70  T_ENUM = 296,
71  T_NAMESPACE = 297,
72  T_USING = 298,
73  T_UNKNOWN = 299,
74  T_TRIPLE_DOT = 300,
75  T_TRUE = 301,
76  T_FALSE = 302,
77  T_STATIC = 303,
78  T_MUTABLE = 304,
79  T_EQUAL = 305,
80  T_SCOPE = 306,
81  T_NULL = 307,
82  T_INT = 308,
83  T_ARRAY_OPEN = 309,
84  T_ARRAY_CLOSE = 310,
85  T_CHAR = 311,
86  T_DCOP = 312,
87  T_DCOP_AREA = 313,
88  T_DCOP_SIGNAL_AREA = 314,
89  T_SIGNED = 315,
90  T_UNSIGNED = 316,
91  T_LONG = 317,
92  T_SHORT = 318,
93  T_FUNOPERATOR = 319,
94  T_MISCOPERATOR = 320,
95  T_SHIFT = 321
96  };
97 #endif
98 #define T_UNIMPORTANT 258
99 #define T_CHARACTER_LITERAL 259
100 #define T_DOUBLE_LITERAL 260
101 #define T_IDENTIFIER 261
102 #define T_INTEGER_LITERAL 262
103 #define T_STRING_LITERAL 263
104 #define T_INCLUDE 264
105 #define T_CLASS 265
106 #define T_STRUCT 266
107 #define T_LEFT_CURLY_BRACKET 267
108 #define T_LEFT_PARANTHESIS 268
109 #define T_RIGHT_CURLY_BRACKET 269
110 #define T_RIGHT_PARANTHESIS 270
111 #define T_COLON 271
112 #define T_SEMICOLON 272
113 #define T_PUBLIC 273
114 #define T_PROTECTED 274
115 #define T_TRIPE_DOT 275
116 #define T_PRIVATE 276
117 #define T_VIRTUAL 277
118 #define T_CONST 278
119 #define T_INLINE 279
120 #define T_FRIEND 280
121 #define T_RETURN 281
122 #define T_SIGNAL 282
123 #define T_SLOT 283
124 #define T_TYPEDEF 284
125 #define T_PLUS 285
126 #define T_MINUS 286
127 #define T_COMMA 287
128 #define T_ASTERISK 288
129 #define T_TILDE 289
130 #define T_LESS 290
131 #define T_GREATER 291
132 #define T_AMPERSAND 292
133 #define T_EXTERN 293
134 #define T_EXTERN_C 294
135 #define T_ACCESS 295
136 #define T_ENUM 296
137 #define T_NAMESPACE 297
138 #define T_USING 298
139 #define T_UNKNOWN 299
140 #define T_TRIPLE_DOT 300
141 #define T_TRUE 301
142 #define T_FALSE 302
143 #define T_STATIC 303
144 #define T_MUTABLE 304
145 #define T_EQUAL 305
146 #define T_SCOPE 306
147 #define T_NULL 307
148 #define T_INT 308
149 #define T_ARRAY_OPEN 309
150 #define T_ARRAY_CLOSE 310
151 #define T_CHAR 311
152 #define T_DCOP 312
153 #define T_DCOP_AREA 313
154 #define T_DCOP_SIGNAL_AREA 314
155 #define T_SIGNED 315
156 #define T_UNSIGNED 316
157 #define T_LONG 317
158 #define T_SHORT 318
159 #define T_FUNOPERATOR 319
160 #define T_MISCOPERATOR 320
161 #define T_SHIFT 321
162 
163 
164 
165 
166 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
167 #line 67 "yacc.yy"
168 typedef union YYSTYPE {
169  long _int;
170  TQString *_str;
171  unsigned short _char;
172  double _float;
173 } YYSTYPE;
174 /* Line 1285 of yacc.c. */
175 #line 176 "yacc.hh"
176 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
177 # define YYSTYPE_IS_DECLARED 1
178 # define YYSTYPE_IS_TRIVIAL 1
179 #endif
180 
181 extern YYSTYPE yylval;
182 
183 
184 

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
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for dcop by doxygen 1.8.11
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |