Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Typedefs | Enumerations | Variables
ExprIntrp.tab.h File Reference

Macros

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

Typedefs

typedef int YYSTYPE
 

Enumerations

enum  yytokentype {
  SUMOP = 258, MINUSOP = 259, DIVIDEOP = 260, EXPOP = 261,
  MULTOP = 262, PARENTHESIS = 263, BRACKET = 264, ENDPARENTHESIS = 265,
  ENDBRACKET = 266, VALUE = 267, IDENTIFIER = 268, COMMA = 269,
  DIFFERENTIAL = 270, DERIVATE = 271, DERIVKEY = 272, ASSIGNOP = 273,
  DEASSIGNKEY = 274, EQUALOP = 275, RELSEPARATOR = 276, CONSTKEY = 277,
  SUMKEY = 278, PRODKEY = 279
}
 

Variables

YYSTYPE ExprIntrplval
 

Macro Definition Documentation

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

Typedef Documentation

typedef int YYSTYPE

Enumeration Type Documentation

Enumerator
SUMOP 
MINUSOP 
DIVIDEOP 
EXPOP 
MULTOP 
PARENTHESIS 
BRACKET 
ENDPARENTHESIS 
ENDBRACKET 
VALUE 
IDENTIFIER 
COMMA 
DIFFERENTIAL 
DERIVATE 
DERIVKEY 
ASSIGNOP 
DEASSIGNKEY 
EQUALOP 
RELSEPARATOR 
CONSTKEY 
SUMKEY 
PRODKEY 

Variable Documentation

YYSTYPE ExprIntrplval