#include <FlexLexer.h>
◆ ~FlexLexer()
virtual FlexLexer::~FlexLexer |
( |
| ) |
|
|
inlinevirtual |
◆ debug()
int FlexLexer::debug |
( |
| ) |
const |
|
inline |
◆ lineno()
int FlexLexer::lineno |
( |
| ) |
const |
|
inline |
◆ set_debug()
void FlexLexer::set_debug |
( |
int |
flag | ) |
|
|
inline |
◆ switch_streams() [1/2]
virtual void FlexLexer::switch_streams |
( |
std::istream & |
new_in, |
|
|
std::ostream & |
new_out |
|
) |
| |
|
pure virtual |
◆ switch_streams() [2/2]
virtual void FlexLexer::switch_streams |
( |
std::istream * |
new_in, |
|
|
std::ostream * |
new_out |
|
) |
| |
|
pure virtual |
◆ yy_create_buffer() [1/2]
virtual yy_buffer_state* FlexLexer::yy_create_buffer |
( |
std::istream & |
s, |
|
|
int |
size |
|
) |
| |
|
pure virtual |
◆ yy_create_buffer() [2/2]
virtual yy_buffer_state* FlexLexer::yy_create_buffer |
( |
std::istream * |
s, |
|
|
int |
size |
|
) |
| |
|
pure virtual |
◆ yy_delete_buffer()
◆ yy_switch_to_buffer()
virtual void FlexLexer::yy_switch_to_buffer |
( |
yy_buffer_state * |
new_buffer | ) |
|
|
pure virtual |
◆ YYLeng()
int FlexLexer::YYLeng |
( |
| ) |
const |
|
inline |
◆ yylex() [1/3]
virtual int FlexLexer::yylex |
( |
| ) |
|
|
pure virtual |
◆ yylex() [2/3]
int FlexLexer::yylex |
( |
std::istream & |
new_in, |
|
|
std::ostream & |
new_out |
|
) |
| |
|
inline |
◆ yylex() [3/3]
int FlexLexer::yylex |
( |
std::istream * |
new_in, |
|
|
std::ostream * |
new_out = 0 |
|
) |
| |
|
inline |
◆ yyrestart() [1/2]
virtual void FlexLexer::yyrestart |
( |
std::istream & |
s | ) |
|
|
pure virtual |
◆ yyrestart() [2/2]
virtual void FlexLexer::yyrestart |
( |
std::istream * |
s | ) |
|
|
pure virtual |
◆ YYText()
const char* FlexLexer::YYText |
( |
| ) |
const |
|
inline |
◆ yy_flex_debug
int FlexLexer::yy_flex_debug |
|
protected |
◆ yyleng
◆ yylineno
◆ yytext
The documentation for this class was generated from the following file: