doxygen
Classes | Macros | Typedefs | Functions
constexp_p.h File Reference

Private interface between Parser (constexp.y) and Lexer (constexp.l) More...

#include <string>
#include "cppvalue.h"
Include dependency graph for constexp_p.h:

Go to the source code of this file.

Classes

struct  constexpYY_state
 

Macros

#define YYSTYPE   CPPValue
 
#define YY_TYPEDEF_YY_SCANNER_T
 

Typedefs

typedef yyguts_t * yyscan_t
 

Functions

constexpYY_stateconstexpYYget_extra (yyscan_t yyscanner)
 
int constexpYYlex (YYSTYPE *lvalp, yyscan_t)
 
int constexpYYparse (yyscan_t)
 

Detailed Description

Private interface between Parser (constexp.y) and Lexer (constexp.l)