Code_Saturne
CFD tool
Data Structures | Macros | Typedefs | Enumerations | Variables
mei_parser.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  YYSTYPE
 

Macros

#define NUMBER   258
 
#define VAR   259
 
#define FUN1   260
 
#define FUN2   261
 
#define FUN3   262
 
#define FUN4   263
 
#define IN1D   264
 
#define WHILE   265
 
#define IF   266
 
#define PRINT   267
 
#define IFX   268
 
#define ELSE   269
 
#define OR   270
 
#define AND   271
 
#define NE   272
 
#define EQ   273
 
#define LE   274
 
#define GE   275
 
#define UMINUS   276
 
#define UPLUS   277
 
#define YYSTYPE_IS_TRIVIAL   1
 
#define yystype   YYSTYPE /* obsolescent; will be withdrawn */
 
#define YYSTYPE_IS_DECLARED   1
 

Typedefs

typedef union YYSTYPE YYSTYPE
 

Enumerations

enum  yytokentype {
  NUMBER = 258, VAR = 259, FUN1 = 260, FUN2 = 261,
  FUN3 = 262, FUN4 = 263, IN1D = 264, WHILE = 265,
  IF = 266, PRINT = 267, IFX = 268, ELSE = 269,
  OR = 270, AND = 271, NE = 272, EQ = 273,
  LE = 274, GE = 275, UMINUS = 276, UPLUS = 277,
  NUMBER = 258, VAR = 259, FUN1 = 260, FUN2 = 261,
  FUN3 = 262, FUN4 = 263, IN1D = 264, WHILE = 265,
  IF = 266, PRINT = 267, IFX = 268, ELSE = 269,
  OR = 270, AND = 271, NE = 272, EQ = 273,
  LE = 274, GE = 275, UMINUS = 276, UPLUS = 277
}
 

Variables

YYSTYPE yylval
 

Macro Definition Documentation

◆ AND

#define AND   271

◆ ELSE

#define ELSE   269

◆ EQ

#define EQ   273

◆ FUN1

#define FUN1   260

◆ FUN2

#define FUN2   261

◆ FUN3

#define FUN3   262

◆ FUN4

#define FUN4   263

◆ GE

#define GE   275

◆ IF

#define IF   266

◆ IFX

#define IFX   268

◆ IN1D

#define IN1D   264

◆ LE

#define LE   274

◆ NE

#define NE   272

◆ NUMBER

#define NUMBER   258

◆ OR

#define OR   270

◆ PRINT

#define PRINT   267

◆ UMINUS

#define UMINUS   276

◆ UPLUS

#define UPLUS   277

◆ VAR

#define VAR   259

◆ WHILE

#define WHILE   265

◆ yystype

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

◆ YYSTYPE_IS_DECLARED

#define YYSTYPE_IS_DECLARED   1

◆ YYSTYPE_IS_TRIVIAL

#define YYSTYPE_IS_TRIVIAL   1

Typedef Documentation

◆ YYSTYPE

typedef union YYSTYPE YYSTYPE

Enumeration Type Documentation

◆ yytokentype

Enumerator
NUMBER 
VAR 
FUN1 
FUN2 
FUN3 
FUN4 
IN1D 
WHILE 
IF 
PRINT 
IFX 
ELSE 
OR 
AND 
NE 
EQ 
LE 
GE 
UMINUS 
UPLUS 
NUMBER 
VAR 
FUN1 
FUN2 
FUN3 
FUN4 
IN1D 
WHILE 
IF 
PRINT 
IFX 
ELSE 
OR 
AND 
NE 
EQ 
LE 
GE 
UMINUS 
UPLUS 

Variable Documentation

◆ yylval

YYSTYPE yylval