• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

dcop

yacc.cc.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Defines

#define T_ACCESS   295
#define T_AMPERSAND   292
#define T_ARRAY_CLOSE   310
#define T_ARRAY_OPEN   309
#define T_ASTERISK   288
#define T_CHAR   311
#define T_CHARACTER_LITERAL   259
#define T_CLASS   265
#define T_COLON   271
#define T_COMMA   287
#define T_CONST   278
#define T_DCOP   312
#define T_DCOP_AREA   313
#define T_DCOP_SIGNAL_AREA   314
#define T_DOUBLE_LITERAL   260
#define T_ENUM   296
#define T_EQUAL   305
#define T_EXTERN   293
#define T_EXTERN_C   294
#define T_FALSE   302
#define T_FRIEND   280
#define T_FUNOPERATOR   319
#define T_GREATER   291
#define T_IDENTIFIER   261
#define T_INCLUDE   264
#define T_INLINE   279
#define T_INT   308
#define T_INTEGER_LITERAL   262
#define T_LEFT_CURLY_BRACKET   267
#define T_LEFT_PARANTHESIS   268
#define T_LESS   290
#define T_LONG   317
#define T_MINUS   286
#define T_MISCOPERATOR   320
#define T_MUTABLE   304
#define T_NAMESPACE   297
#define T_NULL   307
#define T_PLUS   285
#define T_PRIVATE   276
#define T_PROTECTED   274
#define T_PUBLIC   273
#define T_RETURN   281
#define T_RIGHT_CURLY_BRACKET   269
#define T_RIGHT_PARANTHESIS   270
#define T_SCOPE   306
#define T_SEMICOLON   272
#define T_SHIFT   321
#define T_SHORT   318
#define T_SIGNAL   282
#define T_SIGNED   315
#define T_SLOT   283
#define T_STATIC   303
#define T_STRING_LITERAL   263
#define T_STRUCT   266
#define T_TILDE   289
#define T_TRIPE_DOT   275
#define T_TRIPLE_DOT   300
#define T_TRUE   301
#define T_TYPEDEF   284
#define T_UNIMPORTANT   258
#define T_UNKNOWN   299
#define T_UNSIGNED   316
#define T_USING   298
#define T_VIRTUAL   277
#define yystype   YYSTYPE
#define YYSTYPE_IS_DECLARED   1
#define YYSTYPE_IS_TRIVIAL   1

Enumerations

enum  yytokentype {
  T_UNIMPORTANT = 258, T_CHARACTER_LITERAL = 259, T_DOUBLE_LITERAL = 260, T_IDENTIFIER = 261,
  T_INTEGER_LITERAL = 262, T_STRING_LITERAL = 263, T_INCLUDE = 264, T_CLASS = 265,
  T_STRUCT = 266, T_LEFT_CURLY_BRACKET = 267, T_LEFT_PARANTHESIS = 268, T_RIGHT_CURLY_BRACKET = 269,
  T_RIGHT_PARANTHESIS = 270, T_COLON = 271, T_SEMICOLON = 272, T_PUBLIC = 273,
  T_PROTECTED = 274, T_TRIPE_DOT = 275, T_PRIVATE = 276, T_VIRTUAL = 277,
  T_CONST = 278, T_INLINE = 279, T_FRIEND = 280, T_RETURN = 281,
  T_SIGNAL = 282, T_SLOT = 283, T_TYPEDEF = 284, T_PLUS = 285,
  T_MINUS = 286, T_COMMA = 287, T_ASTERISK = 288, T_TILDE = 289,
  T_LESS = 290, T_GREATER = 291, T_AMPERSAND = 292, T_EXTERN = 293,
  T_EXTERN_C = 294, T_ACCESS = 295, T_ENUM = 296, T_NAMESPACE = 297,
  T_USING = 298, T_UNKNOWN = 299, T_TRIPLE_DOT = 300, T_TRUE = 301,
  T_FALSE = 302, T_STATIC = 303, T_MUTABLE = 304, T_EQUAL = 305,
  T_SCOPE = 306, T_NULL = 307, T_INT = 308, T_ARRAY_OPEN = 309,
  T_ARRAY_CLOSE = 310, T_CHAR = 311, T_DCOP = 312, T_DCOP_AREA = 313,
  T_DCOP_SIGNAL_AREA = 314, T_SIGNED = 315, T_UNSIGNED = 316, T_LONG = 317,
  T_SHORT = 318, T_FUNOPERATOR = 319, T_MISCOPERATOR = 320, T_SHIFT = 321,
  T_UNIMPORTANT = 258, T_CHARACTER_LITERAL = 259, T_DOUBLE_LITERAL = 260, T_IDENTIFIER = 261,
  T_INTEGER_LITERAL = 262, T_STRING_LITERAL = 263, T_INCLUDE = 264, T_CLASS = 265,
  T_STRUCT = 266, T_LEFT_CURLY_BRACKET = 267, T_LEFT_PARANTHESIS = 268, T_RIGHT_CURLY_BRACKET = 269,
  T_RIGHT_PARANTHESIS = 270, T_COLON = 271, T_SEMICOLON = 272, T_PUBLIC = 273,
  T_PROTECTED = 274, T_TRIPE_DOT = 275, T_PRIVATE = 276, T_VIRTUAL = 277,
  T_CONST = 278, T_INLINE = 279, T_FRIEND = 280, T_RETURN = 281,
  T_SIGNAL = 282, T_SLOT = 283, T_TYPEDEF = 284, T_PLUS = 285,
  T_MINUS = 286, T_COMMA = 287, T_ASTERISK = 288, T_TILDE = 289,
  T_LESS = 290, T_GREATER = 291, T_AMPERSAND = 292, T_EXTERN = 293,
  T_EXTERN_C = 294, T_ACCESS = 295, T_ENUM = 296, T_NAMESPACE = 297,
  T_USING = 298, T_UNKNOWN = 299, T_TRIPLE_DOT = 300, T_TRUE = 301,
  T_FALSE = 302, T_STATIC = 303, T_MUTABLE = 304, T_EQUAL = 305,
  T_SCOPE = 306, T_NULL = 307, T_INT = 308, T_ARRAY_OPEN = 309,
  T_ARRAY_CLOSE = 310, T_CHAR = 311, T_DCOP = 312, T_DCOP_AREA = 313,
  T_DCOP_SIGNAL_AREA = 314, T_SIGNED = 315, T_UNSIGNED = 316, T_LONG = 317,
  T_SHORT = 318, T_FUNOPERATOR = 319, T_MISCOPERATOR = 320, T_SHIFT = 321
}

Variables

YYSTYPE yylval

Define Documentation

#define T_ACCESS   295

Definition at line 135 of file yacc.cc.h.

#define T_AMPERSAND   292

Definition at line 132 of file yacc.cc.h.

#define T_ARRAY_CLOSE   310

Definition at line 150 of file yacc.cc.h.

#define T_ARRAY_OPEN   309

Definition at line 149 of file yacc.cc.h.

#define T_ASTERISK   288

Definition at line 128 of file yacc.cc.h.

#define T_CHAR   311

Definition at line 151 of file yacc.cc.h.

#define T_CHARACTER_LITERAL   259

Definition at line 99 of file yacc.cc.h.

#define T_CLASS   265

Definition at line 105 of file yacc.cc.h.

#define T_COLON   271

Definition at line 111 of file yacc.cc.h.

#define T_COMMA   287

Definition at line 127 of file yacc.cc.h.

#define T_CONST   278

Definition at line 118 of file yacc.cc.h.

#define T_DCOP   312

Definition at line 152 of file yacc.cc.h.

#define T_DCOP_AREA   313

Definition at line 153 of file yacc.cc.h.

#define T_DCOP_SIGNAL_AREA   314

Definition at line 154 of file yacc.cc.h.

#define T_DOUBLE_LITERAL   260

Definition at line 100 of file yacc.cc.h.

#define T_ENUM   296

Definition at line 136 of file yacc.cc.h.

#define T_EQUAL   305

Definition at line 145 of file yacc.cc.h.

#define T_EXTERN   293

Definition at line 133 of file yacc.cc.h.

#define T_EXTERN_C   294

Definition at line 134 of file yacc.cc.h.

#define T_FALSE   302

Definition at line 142 of file yacc.cc.h.

#define T_FRIEND   280

Definition at line 120 of file yacc.cc.h.

#define T_FUNOPERATOR   319

Definition at line 159 of file yacc.cc.h.

#define T_GREATER   291

Definition at line 131 of file yacc.cc.h.

#define T_IDENTIFIER   261

Definition at line 101 of file yacc.cc.h.

#define T_INCLUDE   264

Definition at line 104 of file yacc.cc.h.

#define T_INLINE   279

Definition at line 119 of file yacc.cc.h.

#define T_INT   308

Definition at line 148 of file yacc.cc.h.

#define T_INTEGER_LITERAL   262

Definition at line 102 of file yacc.cc.h.

#define T_LEFT_CURLY_BRACKET   267

Definition at line 107 of file yacc.cc.h.

#define T_LEFT_PARANTHESIS   268

Definition at line 108 of file yacc.cc.h.

#define T_LESS   290

Definition at line 130 of file yacc.cc.h.

#define T_LONG   317

Definition at line 157 of file yacc.cc.h.

#define T_MINUS   286

Definition at line 126 of file yacc.cc.h.

#define T_MISCOPERATOR   320

Definition at line 160 of file yacc.cc.h.

#define T_MUTABLE   304

Definition at line 144 of file yacc.cc.h.

#define T_NAMESPACE   297

Definition at line 137 of file yacc.cc.h.

#define T_NULL   307

Definition at line 147 of file yacc.cc.h.

#define T_PLUS   285

Definition at line 125 of file yacc.cc.h.

#define T_PRIVATE   276

Definition at line 116 of file yacc.cc.h.

#define T_PROTECTED   274

Definition at line 114 of file yacc.cc.h.

#define T_PUBLIC   273

Definition at line 113 of file yacc.cc.h.

#define T_RETURN   281

Definition at line 121 of file yacc.cc.h.

#define T_RIGHT_CURLY_BRACKET   269

Definition at line 109 of file yacc.cc.h.

#define T_RIGHT_PARANTHESIS   270

Definition at line 110 of file yacc.cc.h.

#define T_SCOPE   306

Definition at line 146 of file yacc.cc.h.

#define T_SEMICOLON   272

Definition at line 112 of file yacc.cc.h.

#define T_SHIFT   321

Definition at line 161 of file yacc.cc.h.

#define T_SHORT   318

Definition at line 158 of file yacc.cc.h.

#define T_SIGNAL   282

Definition at line 122 of file yacc.cc.h.

#define T_SIGNED   315

Definition at line 155 of file yacc.cc.h.

#define T_SLOT   283

Definition at line 123 of file yacc.cc.h.

#define T_STATIC   303

Definition at line 143 of file yacc.cc.h.

#define T_STRING_LITERAL   263

Definition at line 103 of file yacc.cc.h.

#define T_STRUCT   266

Definition at line 106 of file yacc.cc.h.

#define T_TILDE   289

Definition at line 129 of file yacc.cc.h.

#define T_TRIPE_DOT   275

Definition at line 115 of file yacc.cc.h.

#define T_TRIPLE_DOT   300

Definition at line 140 of file yacc.cc.h.

#define T_TRUE   301

Definition at line 141 of file yacc.cc.h.

#define T_TYPEDEF   284

Definition at line 124 of file yacc.cc.h.

#define T_UNIMPORTANT   258

Definition at line 98 of file yacc.cc.h.

#define T_UNKNOWN   299

Definition at line 139 of file yacc.cc.h.

#define T_UNSIGNED   316

Definition at line 156 of file yacc.cc.h.

#define T_USING   298

Definition at line 138 of file yacc.cc.h.

#define T_VIRTUAL   277

Definition at line 117 of file yacc.cc.h.

#define yystype   YYSTYPE

Definition at line 176 of file yacc.cc.h.

#define YYSTYPE_IS_DECLARED   1

Definition at line 177 of file yacc.cc.h.

#define YYSTYPE_IS_TRIVIAL   1

Definition at line 178 of file yacc.cc.h.


Enumeration Type Documentation

enum yytokentype

Enumerator:
T_UNIMPORTANT 
T_CHARACTER_LITERAL 
T_DOUBLE_LITERAL 
T_IDENTIFIER 
T_INTEGER_LITERAL 
T_STRING_LITERAL 
T_INCLUDE 
T_CLASS 
T_STRUCT 
T_LEFT_CURLY_BRACKET 
T_LEFT_PARANTHESIS 
T_RIGHT_CURLY_BRACKET 
T_RIGHT_PARANTHESIS 
T_COLON 
T_SEMICOLON 
T_PUBLIC 
T_PROTECTED 
T_TRIPE_DOT 
T_PRIVATE 
T_VIRTUAL 
T_CONST 
T_INLINE 
T_FRIEND 
T_RETURN 
T_SIGNAL 
T_SLOT 
T_TYPEDEF 
T_PLUS 
T_MINUS 
T_COMMA 
T_ASTERISK 
T_TILDE 
T_LESS 
T_GREATER 
T_AMPERSAND 
T_EXTERN 
T_EXTERN_C 
T_ACCESS 
T_ENUM 
T_NAMESPACE 
T_USING 
T_UNKNOWN 
T_TRIPLE_DOT 
T_TRUE 
T_FALSE 
T_STATIC 
T_MUTABLE 
T_EQUAL 
T_SCOPE 
T_NULL 
T_INT 
T_ARRAY_OPEN 
T_ARRAY_CLOSE 
T_CHAR 
T_DCOP 
T_DCOP_AREA 
T_DCOP_SIGNAL_AREA 
T_SIGNED 
T_UNSIGNED 
T_LONG 
T_SHORT 
T_FUNOPERATOR 
T_MISCOPERATOR 
T_SHIFT 
T_UNIMPORTANT 
T_CHARACTER_LITERAL 
T_DOUBLE_LITERAL 
T_IDENTIFIER 
T_INTEGER_LITERAL 
T_STRING_LITERAL 
T_INCLUDE 
T_CLASS 
T_STRUCT 
T_LEFT_CURLY_BRACKET 
T_LEFT_PARANTHESIS 
T_RIGHT_CURLY_BRACKET 
T_RIGHT_PARANTHESIS 
T_COLON 
T_SEMICOLON 
T_PUBLIC 
T_PROTECTED 
T_TRIPE_DOT 
T_PRIVATE 
T_VIRTUAL 
T_CONST 
T_INLINE 
T_FRIEND 
T_RETURN 
T_SIGNAL 
T_SLOT 
T_TYPEDEF 
T_PLUS 
T_MINUS 
T_COMMA 
T_ASTERISK 
T_TILDE 
T_LESS 
T_GREATER 
T_AMPERSAND 
T_EXTERN 
T_EXTERN_C 
T_ACCESS 
T_ENUM 
T_NAMESPACE 
T_USING 
T_UNKNOWN 
T_TRIPLE_DOT 
T_TRUE 
T_FALSE 
T_STATIC 
T_MUTABLE 
T_EQUAL 
T_SCOPE 
T_NULL 
T_INT 
T_ARRAY_OPEN 
T_ARRAY_CLOSE 
T_CHAR 
T_DCOP 
T_DCOP_AREA 
T_DCOP_SIGNAL_AREA 
T_SIGNED 
T_UNSIGNED 
T_LONG 
T_SHORT 
T_FUNOPERATOR 
T_MISCOPERATOR 
T_SHIFT 

Definition at line 31 of file yacc.cc.h.


Variable Documentation

YYSTYPE yylval

Definition at line 1287 of file yacc.cc.

dcop

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

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal