60 #ifndef __FLEX_LEXER_H
62 #define __FLEX_LEXER_H
66 # define FLEX_STD std::
90 virtual int yylex() = 0;
117 #endif // FLEXLEXER_H
119 #if defined(yyFlexLexer) || ! defined(yyFlexLexerOnce)
123 #define yyFlexLexerOnce
150 virtual int LexerInput(
char* buf,
int max_size);
151 virtual void LexerOutput(
const char* buf,
int size);
154 void yyunput(
int c,
char* buf_ptr);
222 #endif // yyFlexLexer || ! yyFlexLexerOnce
void yy_switch_to_buffer(struct yy_buffer_state *new_buffer)
void yypush_buffer_state(struct yy_buffer_state *new_buffer)
yy_state_type * yy_state_ptr
void yy_push_state(int new_state)
yy_state_type yy_try_NUL_trans(yy_state_type current_state)
size_t yy_buffer_stack_top
virtual void yy_switch_to_buffer(struct yy_buffer_state *new_buffer)=0
virtual void yyrestart(std::istream *s)=0
yyFlexLexer(std::istream *arg_yyin=0, std::ostream *arg_yyout=0)
virtual void switch_streams(std::istream *new_in=0, std::ostream *new_out=0)=0
yy_state_type * yy_state_buf
void yy_flush_buffer(struct yy_buffer_state *b)
virtual void switch_streams(std::istream *new_in, std::ostream *new_out=0)
const char * YYText() const
yy_state_type yy_last_accepting_state
void yyunput(int c, char *buf_ptr)
void yypop_buffer_state()
virtual void LexerError(const char *msg)
char * yy_last_accepting_cpos
void yy_load_buffer_state()
struct yy_buffer_state * yy_create_buffer(std::istream *s, int size)
void yyrestart(std::istream *s)
int yy_looking_for_trail_begin
size_t yy_buffer_stack_max
int yy_did_buffer_switch_on_eof
void yy_init_buffer(struct yy_buffer_state *b, std::istream *s)
struct yy_buffer_state ** yy_buffer_stack
void yyensure_buffer_stack(void)
virtual void LexerOutput(const char *buf, int size)
virtual int LexerInput(char *buf, int max_size)
void yy_delete_buffer(struct yy_buffer_state *b)
int yylex(std::istream *new_in, std::ostream *new_out=0)
virtual struct yy_buffer_state * yy_create_buffer(std::istream *s, int size)=0
virtual void yy_delete_buffer(struct yy_buffer_state *b)=0
yy_state_type yy_get_previous_state()