Grammar.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define YYDEBUG   1
 
#define yystype   YYSTYPE /* obsolescent; will be withdrawn */
 
#define YYSTYPE_IS_DECLARED   1
 
#define YYSTYPE_IS_TRIVIAL   1
 
#define YYTOKENTYPE
 

Typedefs

typedef int YYSTYPE
 

Enumerations

enum  yytokentype {
  ICE_STORM_HELP = 258, ICE_STORM_EXIT = 259, ICE_STORM_CURRENT = 260, ICE_STORM_CREATE = 261,
  ICE_STORM_DESTROY = 262, ICE_STORM_LINK = 263, ICE_STORM_UNLINK = 264, ICE_STORM_LINKS = 265,
  ICE_STORM_TOPICS = 266, ICE_STORM_REPLICA = 267, ICE_STORM_SUBSCRIBERS = 268, ICE_STORM_STRING = 269,
  ICE_STORM_HELP = 258, ICE_STORM_EXIT = 259, ICE_STORM_CURRENT = 260, ICE_STORM_CREATE = 261,
  ICE_STORM_DESTROY = 262, ICE_STORM_LINK = 263, ICE_STORM_UNLINK = 264, ICE_STORM_LINKS = 265,
  ICE_STORM_TOPICS = 266, ICE_STORM_REPLICA = 267, ICE_STORM_SUBSCRIBERS = 268, ICE_STORM_STRING = 269
}
 

Functions

int yyparse ()
 

Variables

int yydebug
 

Macro Definition Documentation

◆ YYDEBUG

#define YYDEBUG   1

Definition at line 37 of file Grammar.h.

◆ yystype

#define yystype   YYSTYPE /* obsolescent; will be withdrawn */

Definition at line 69 of file Grammar.h.

◆ YYSTYPE_IS_DECLARED

#define YYSTYPE_IS_DECLARED   1

Definition at line 70 of file Grammar.h.

◆ YYSTYPE_IS_TRIVIAL

#define YYSTYPE_IS_TRIVIAL   1

Definition at line 68 of file Grammar.h.

◆ YYTOKENTYPE

#define YYTOKENTYPE

Definition at line 45 of file Grammar.h.

Typedef Documentation

◆ YYSTYPE

typedef int YYSTYPE

Definition at line 67 of file Grammar.h.

Enumeration Type Documentation

◆ yytokentype

Enumerator
ICE_STORM_HELP 
ICE_STORM_EXIT 
ICE_STORM_CURRENT 
ICE_STORM_CREATE 
ICE_STORM_DESTROY 
ICE_STORM_LINK 
ICE_STORM_UNLINK 
ICE_STORM_LINKS 
ICE_STORM_TOPICS 
ICE_STORM_REPLICA 
ICE_STORM_SUBSCRIBERS 
ICE_STORM_STRING 
ICE_STORM_HELP 
ICE_STORM_EXIT 
ICE_STORM_CURRENT 
ICE_STORM_CREATE 
ICE_STORM_DESTROY 
ICE_STORM_LINK 
ICE_STORM_UNLINK 
ICE_STORM_LINKS 
ICE_STORM_TOPICS 
ICE_STORM_REPLICA 
ICE_STORM_SUBSCRIBERS 
ICE_STORM_STRING 

Definition at line 48 of file Grammar.h.

Function Documentation

◆ yyparse()

int yyparse ( )

Definition at line 1187 of file Grammar.cpp.

Variable Documentation

◆ yydebug

int yydebug

Definition at line 844 of file Grammar.cpp.