|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::yyFlexLexer Class Reference#include <lex.h>
Inheritance diagram for NLAISCRIPT::yyFlexLexer:
List of all members.
Constructor & Destructor Documentation
NLAISCRIPT::yyFlexLexer::yyFlexLexer |
( |
istream * |
arg_yyin = 0, |
|
|
ostream * |
arg_yyout = 0 |
|
) |
|
|
virtual NLAISCRIPT::yyFlexLexer::~yyFlexLexer |
( |
|
) |
[virtual] |
|
Member Function Documentation
virtual void NLAISCRIPT::yyFlexLexer::LexerError |
( |
const char * |
msg |
) |
[protected, virtual] |
|
virtual int NLAISCRIPT::yyFlexLexer::LexerInput |
( |
char * |
buf, |
|
|
int |
max_size |
|
) |
[protected, virtual] |
|
virtual void NLAISCRIPT::yyFlexLexer::LexerOutput |
( |
const char * |
buf, |
|
|
int |
size |
|
) |
[protected, virtual] |
|
virtual void NLAISCRIPT::yyFlexLexer::setNewLine |
( |
|
) |
[protected, pure virtual] |
|
virtual void NLAISCRIPT::yyFlexLexer::switch_streams |
( |
istream * |
new_in, |
|
|
ostream * |
new_out |
|
) |
[virtual] |
|
struct yy_buffer_state* NLAISCRIPT::yyFlexLexer::yy_create_buffer |
( |
istream * |
s, |
|
|
int |
size |
|
) |
[virtual] |
|
void NLAISCRIPT::yyFlexLexer::yy_delete_buffer |
( |
struct yy_buffer_state * |
b |
) |
[virtual] |
|
void NLAISCRIPT::yyFlexLexer::yy_flush_buffer |
( |
struct yy_buffer_state * |
b |
) |
[protected] |
|
int NLAISCRIPT::yyFlexLexer::yy_get_next_buffer |
( |
|
) |
[protected] |
|
yy_state_type NLAISCRIPT::yyFlexLexer::yy_get_previous_state |
( |
|
) |
[protected] |
|
void NLAISCRIPT::yyFlexLexer::yy_init_buffer |
( |
struct yy_buffer_state * |
b, |
|
|
istream * |
s |
|
) |
[protected] |
|
void NLAISCRIPT::yyFlexLexer::yy_load_buffer_state |
( |
|
) |
[protected] |
|
void NLAISCRIPT::yyFlexLexer::yy_pop_state |
( |
|
) |
[protected] |
|
void NLAISCRIPT::yyFlexLexer::yy_push_state |
( |
int |
new_state |
) |
[protected] |
|
void NLAISCRIPT::yyFlexLexer::yy_switch_to_buffer |
( |
struct yy_buffer_state * |
new_buffer |
) |
[virtual] |
|
int NLAISCRIPT::yyFlexLexer::yy_top_state |
( |
|
) |
[protected] |
|
int NLAISCRIPT::yyFlexLexer::yyinput |
( |
|
) |
[protected] |
|
virtual int NLAISCRIPT::yyFlexLexer::yylex |
( |
|
) |
[virtual] |
|
void NLAISCRIPT::yyFlexLexer::yyrestart |
( |
istream * |
s |
) |
[virtual] |
|
void NLAISCRIPT::yyFlexLexer::yyunput |
( |
int |
c, |
|
|
char * |
buf_ptr |
|
) |
[protected] |
|
virtual int NLAISCRIPT::yyFlexLexer::yywrap |
( |
|
) |
[protected, pure virtual] |
|
Member Data Documentation
double NLAISCRIPT::yyFlexLexer::LastyyNum [protected]
|
|
char NLAISCRIPT::yyFlexLexer::LastyyText[2][1024*4] [protected]
|
|
char* NLAISCRIPT::yyFlexLexer::yy_c_buf_p [protected]
|
|
struct yy_buffer_state* NLAISCRIPT::yyFlexLexer::yy_current_buffer [protected]
|
|
int NLAISCRIPT::yyFlexLexer::yy_did_buffer_switch_on_eof [protected]
|
|
int NLAISCRIPT::yyFlexLexer::yy_full_lp [protected]
|
|
char* NLAISCRIPT::yyFlexLexer::yy_full_match [protected]
|
|
int* NLAISCRIPT::yyFlexLexer::yy_full_state [protected]
|
|
char NLAISCRIPT::yyFlexLexer::yy_hold_char [protected]
|
|
int NLAISCRIPT::yyFlexLexer::yy_init [protected]
|
|
char* NLAISCRIPT::yyFlexLexer::yy_last_accepting_cpos [protected]
|
|
yy_state_type NLAISCRIPT::yyFlexLexer::yy_last_accepting_state [protected]
|
|
int NLAISCRIPT::yyFlexLexer::yy_looking_for_trail_begin [protected]
|
|
int NLAISCRIPT::yyFlexLexer::yy_lp [protected]
|
|
int NLAISCRIPT::yyFlexLexer::yy_more_flag [protected]
|
|
int NLAISCRIPT::yyFlexLexer::yy_more_len [protected]
|
|
int NLAISCRIPT::yyFlexLexer::yy_n_chars [protected]
|
|
int NLAISCRIPT::yyFlexLexer::yy_start [protected]
|
|
int* NLAISCRIPT::yyFlexLexer::yy_start_stack [protected]
|
|
int NLAISCRIPT::yyFlexLexer::yy_start_stack_depth [protected]
|
|
int NLAISCRIPT::yyFlexLexer::yy_start_stack_ptr [protected]
|
|
int NLAISCRIPT::yyFlexLexer::yyColone [protected]
|
|
istream* NLAISCRIPT::yyFlexLexer::yyin [protected]
|
|
int NLAISCRIPT::yyFlexLexer::yyLine [protected]
|
|
ostream* NLAISCRIPT::yyFlexLexer::yyout [protected]
|
|
The documentation for this class was generated from the following file:
|
|