Go to the source code of this file.
Classes | |
class | example::Scanner |
Scanner is a derived class to add some extra function to the scanner class. More... | |
Namespaces | |
namespace | example |
The example namespace is used to encapsulate the three parser classes example::Parser, example::Scanner and example::Driver. | |
Defines | |
#define | YY_DECL |
#define | yyFlexLexer ExampleFlexLexer |
#define YY_DECL |
Value:
example::Parser::token_type \ example::Scanner::lex( \ example::Parser::semantic_type* yylval, \ example::Parser::location_type* yylloc \ )
#define yyFlexLexer ExampleFlexLexer |