5 #ifndef IBIS_WHERELEXER_H
6 #define IBIS_WHERELEXER_H
13 #define YY_DECL ibis::whereParser::token_type ibis::whereLexer::lex \
14 (ibis::whereParser::semantic_type* yylval, \
15 ibis::whereParser::location_type* yylloc)
17 #include "whereParser.hh"
21 #define yyFlexLexer _wLexer
22 #include <FlexLexer.h>
43 whereLexer(std::istream* in=0, std::ostream* out=0);
49 virtual whereParser::token_type
50 lex(whereParser::semantic_type*, whereParser::location_type*);
The current implementation of FastBit is code named IBIS; most data structures and functions are in t...
Definition: bord.h:16
Defines a new class with the desired lex function for C++ output of bison.
Definition: whereLexer.h:41