|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::FlexLexer Class Reference#include <lex.h>
Inheritance diagram for NLAISCRIPT::FlexLexer:
List of all members.
Constructor & Destructor Documentation
virtual NLAISCRIPT::FlexLexer::~FlexLexer |
( |
|
) |
[inline, virtual] |
|
|
Definition at line 43 of file lex.h. |
Member Function Documentation
int NLAISCRIPT::FlexLexer::debug |
( |
|
) |
const [inline] |
|
int NLAISCRIPT::FlexLexer::lineno |
( |
|
) |
const [inline] |
|
void NLAISCRIPT::FlexLexer::set_debug |
( |
int |
flag |
) |
[inline] |
|
virtual void NLAISCRIPT::FlexLexer::switch_streams |
( |
istream * |
new_in = 0, |
|
|
ostream * |
new_out = 0 |
|
) |
[pure virtual] |
|
virtual struct yy_buffer_state* NLAISCRIPT::FlexLexer::yy_create_buffer |
( |
istream * |
s, |
|
|
int |
size |
|
) |
[pure virtual] |
|
virtual void NLAISCRIPT::FlexLexer::yy_delete_buffer |
( |
struct yy_buffer_state * |
b |
) |
[pure virtual] |
|
virtual void NLAISCRIPT::FlexLexer::yy_switch_to_buffer |
( |
struct yy_buffer_state * |
new_buffer |
) |
[pure virtual] |
|
int NLAISCRIPT::FlexLexer::YYLeng |
( |
|
) |
[inline] |
|
int NLAISCRIPT::FlexLexer::yylex |
( |
istream * |
new_in, |
|
|
ostream * |
new_out = 0 |
|
) |
[inline] |
|
virtual int NLAISCRIPT::FlexLexer::yylex |
( |
|
) |
[pure virtual] |
|
virtual void NLAISCRIPT::FlexLexer::yyrestart |
( |
istream * |
s |
) |
[pure virtual] |
|
const char* NLAISCRIPT::FlexLexer::YYText |
( |
|
) |
[inline] |
|
Member Data Documentation
int NLAISCRIPT::FlexLexer::yy_flex_debug [protected]
|
|
int NLAISCRIPT::FlexLexer::yyleng [protected]
|
|
int NLAISCRIPT::FlexLexer::yylineno [protected]
|
|
char* NLAISCRIPT::FlexLexer::yytext [protected]
|
|
The documentation for this class was generated from the following file:
|
|