g2o
|
#include <FlexLexer.h>
Public Member Functions | |
virtual | ~FlexLexer () |
const char * | YYText () const |
int | YYLeng () const |
virtual void | yy_switch_to_buffer (struct yy_buffer_state *new_buffer)=0 |
virtual struct yy_buffer_state * | yy_create_buffer (FLEX_STD istream *s, int size)=0 |
virtual void | yy_delete_buffer (struct yy_buffer_state *b)=0 |
virtual void | yyrestart (FLEX_STD istream *s)=0 |
virtual int | yylex ()=0 |
int | yylex (FLEX_STD istream *new_in, FLEX_STD ostream *new_out=0) |
virtual void | switch_streams (FLEX_STD istream *new_in=0, FLEX_STD ostream *new_out=0)=0 |
int | lineno () const |
int | debug () const |
void | set_debug (int flag) |
Protected Attributes | |
char * | yytext |
int | yyleng |
int | yylineno |
int | yy_flex_debug |
Definition at line 61 of file FlexLexer.h.
|
inlinevirtual |
Definition at line 63 of file FlexLexer.h.
|
inline |
|
inline |
|
inline |
|
pure virtual |
Implemented in yyFlexLexer.
Referenced by yylex().
|
pure virtual |
Implemented in yyFlexLexer.
Referenced by YYLeng().
|
pure virtual |
Implemented in yyFlexLexer.
Referenced by YYLeng().
|
pure virtual |
Implemented in yyFlexLexer.
Referenced by YYLeng().
|
inline |
Definition at line 66 of file FlexLexer.h.
References FLEX_STD, yy_create_buffer(), yy_delete_buffer(), yy_switch_to_buffer(), yyleng, yylex(), and yyrestart().
|
pure virtual |
Implemented in yyFlexLexer.
Definition at line 78 of file FlexLexer.h.
References FLEX_STD, switch_streams(), and yylex().
|
pure virtual |
Implemented in yyFlexLexer.
Referenced by YYLeng().
|
inline |
|
protected |
Definition at line 98 of file FlexLexer.h.
Referenced by debug(), and set_debug().
|
protected |
Definition at line 96 of file FlexLexer.h.
Referenced by YYLeng().
|
protected |
Definition at line 97 of file FlexLexer.h.
Referenced by lineno().
|
protected |
Definition at line 95 of file FlexLexer.h.
Referenced by YYText().