47 #ifndef __FLEX_LEXER_H
49 #define __FLEX_LEXER_H
54 # define FLEX_STD std::
76 virtual int yylex() = 0;
103 #endif // FLEXLEXER_H
105 #if defined(yyFlexLexer) || ! defined(yyFlexLexerOnce)
109 #define yyFlexLexerOnce
140 virtual int LexerInput(
char* buf,
int max_size);
141 virtual void LexerOutput(
const char* buf,
int size);
144 void yyunput(
int c,
char* buf_ptr);
212 #endif // yyFlexLexer || ! yyFlexLexerOnce
void yy_switch_to_buffer(struct yy_buffer_state *new_buffer)
virtual void switch_streams(FLEX_STD istream *new_in=0, FLEX_STD ostream *new_out=0)=0
void yypush_buffer_state(struct yy_buffer_state *new_buffer)
char * yy_last_accepting_cpos
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
void yy_flush_buffer(struct yy_buffer_state *b)
const char * YYText() const
yy_state_type yy_last_accepting_state
struct yy_buffer_state * yy_create_buffer(FLEX_STD istream *s, int size)
void yyunput(int c, char *buf_ptr)
void yypop_buffer_state()
virtual void LexerError(const char *msg)
void yy_load_buffer_state()
yyFlexLexer(FLEX_STD istream *arg_yyin=0, FLEX_STD ostream *arg_yyout=0)
int yy_looking_for_trail_begin
struct yy_buffer_state ** yy_buffer_stack
virtual int LexerInput(char *buf, int max_size)
virtual struct yy_buffer_state * yy_create_buffer(FLEX_STD istream *s, int size)=0
size_t yy_buffer_stack_max
int yy_did_buffer_switch_on_eof
virtual void LexerOutput(const char *buf, int size)
void yyensure_buffer_stack(void)
virtual void yyrestart(FLEX_STD istream *s)=0
yy_state_type * yy_state_ptr
int yylex(FLEX_STD istream *new_in, FLEX_STD ostream *new_out=0)
void yyrestart(FLEX_STD istream *s)
void yy_delete_buffer(struct yy_buffer_state *b)
virtual void switch_streams(FLEX_STD istream *new_in, FLEX_STD ostream *new_out)
yy_state_type * yy_state_buf
virtual void yy_delete_buffer(struct yy_buffer_state *b)=0
void yy_init_buffer(struct yy_buffer_state *b, FLEX_STD istream *s)
yy_state_type yy_get_previous_state()