#include <FlexLexer.h>
List of all members.
Public Member Functions
Protected Attributes
Constructor & Destructor Documentation
virtual FlexLexer::~FlexLexer |
( |
|
) |
[inline, virtual] |
Member Function Documentation
const char* FlexLexer::YYText |
( |
|
) |
const [inline] |
int FlexLexer::YYLeng |
( |
|
) |
const [inline] |
virtual void FlexLexer::yy_switch_to_buffer |
( |
struct yy_buffer_state * |
new_buffer |
) |
[pure virtual] |
virtual struct yy_buffer_state* FlexLexer::yy_create_buffer |
( |
std::istream * |
s, |
|
|
int |
size | |
|
) |
| | [read, pure virtual] |
virtual void FlexLexer::yy_delete_buffer |
( |
struct yy_buffer_state * |
b |
) |
[pure virtual] |
virtual void FlexLexer::yyrestart |
( |
std::istream * |
s |
) |
[pure virtual] |
virtual int FlexLexer::yylex |
( |
|
) |
[pure virtual] |
int FlexLexer::yylex |
( |
std::istream * |
new_in, |
|
|
std::ostream * |
new_out = 0 | |
|
) |
| | [inline] |
virtual void FlexLexer::switch_streams |
( |
std::istream * |
new_in = 0 , |
|
|
std::ostream * |
new_out = 0 | |
|
) |
| | [pure virtual] |
int FlexLexer::lineno |
( |
|
) |
const [inline] |
int FlexLexer::debug |
( |
|
) |
const [inline] |
void FlexLexer::set_debug |
( |
int |
flag |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: