yyFlexLexer Class Reference

#include <FlexLexer.h>

Inheritance diagram for yyFlexLexer:

Inheritance graph
[legend]
Collaboration diagram for yyFlexLexer:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 yyFlexLexer (std::istream *arg_yyin=0, std::ostream *arg_yyout=0)
virtual ~yyFlexLexer ()
void yy_switch_to_buffer (struct yy_buffer_state *new_buffer)
struct yy_buffer_stateyy_create_buffer (std::istream *s, int size)
void yy_delete_buffer (struct yy_buffer_state *b)
void yyrestart (std::istream *s)
virtual int yylex ()
virtual void switch_streams (std::istream *new_in, std::ostream *new_out)

Protected Member Functions

virtual int LexerInput (char *buf, int max_size)
virtual void LexerOutput (const char *buf, int size)
virtual void LexerError (const char *msg)
void yyunput (int c, char *buf_ptr)
int yyinput ()
void yy_load_buffer_state ()
void yy_init_buffer (struct yy_buffer_state *b, std::istream *s)
void yy_flush_buffer (struct yy_buffer_state *b)
void yy_push_state (int new_state)
void yy_pop_state ()
int yy_top_state ()
yy_state_type yy_get_previous_state ()
yy_state_type yy_try_NUL_trans (yy_state_type current_state)
int yy_get_next_buffer ()

Protected Attributes

int yy_start_stack_ptr
int yy_start_stack_depth
int * yy_start_stack
std::istream * yyin
std::ostream * yyout
struct yy_buffer_stateyy_current_buffer
char yy_hold_char
int yy_n_chars
char * yy_c_buf_p
int yy_init
int yy_start
int yy_did_buffer_switch_on_eof
yy_state_type yy_last_accepting_state
char * yy_last_accepting_cpos
yy_state_typeyy_state_buf
yy_state_typeyy_state_ptr
char * yy_full_match
int * yy_full_state
int yy_full_lp
int yy_lp
int yy_looking_for_trail_begin
int yy_more_flag
int yy_more_len
int yy_more_offset
int yy_prev_more_offset


Detailed Description

Definition at line 103 of file FlexLexer.h.


Constructor & Destructor Documentation

yyFlexLexer::yyFlexLexer ( std::istream *  arg_yyin = 0,
std::ostream *  arg_yyout = 0 
)

yyFlexLexer::~yyFlexLexer (  )  [virtual]

Definition at line 971 of file lex.yy.cc.

References yy_current_buffer, yy_delete_buffer(), and yy_state_buf.

Here is the call graph for this function:


Member Function Documentation

void yyFlexLexer::yy_switch_to_buffer ( struct yy_buffer_state new_buffer  )  [virtual]

Implements FlexLexer.

struct yy_buffer_state* yyFlexLexer::yy_create_buffer ( std::istream *  s,
int  size 
) [read, virtual]

Implements FlexLexer.

void yyFlexLexer::yy_delete_buffer ( struct yy_buffer_state b  )  [virtual]

Implements FlexLexer.

Referenced by ~yyFlexLexer().

void yyFlexLexer::yyrestart ( std::istream *  s  )  [virtual]

Implements FlexLexer.

Referenced by yy_get_next_buffer(), and yyinput().

virtual int yyFlexLexer::yylex (  )  [virtual]

Implements FlexLexer.

Referenced by yylex().

virtual void yyFlexLexer::switch_streams ( std::istream *  new_in,
std::ostream *  new_out 
) [virtual]

Implements FlexLexer.

int yyFlexLexer::LexerInput ( char *  buf,
int  max_size 
) [protected, virtual]

Definition at line 990 of file lex.yy.cc.

References yyin.

void yyFlexLexer::LexerOutput ( const char *  buf,
int  size 
) [protected, virtual]

Definition at line 1019 of file lex.yy.cc.

References yyout.

virtual void yyFlexLexer::LexerError ( const char *  msg  )  [protected, virtual]

void yyFlexLexer::yyunput ( int  c,
char *  buf_ptr 
) [protected]

int yyFlexLexer::yyinput (  )  [protected]

void yyFlexLexer::yy_load_buffer_state (  )  [protected]

void yyFlexLexer::yy_init_buffer ( struct yy_buffer_state b,
std::istream *  s 
) [protected]

void yyFlexLexer::yy_flush_buffer ( struct yy_buffer_state b  )  [protected]

void yyFlexLexer::yy_push_state ( int  new_state  )  [protected]

void yyFlexLexer::yy_pop_state (  )  [protected]

int yyFlexLexer::yy_top_state (  )  [protected]

yy_state_type yyFlexLexer::yy_get_previous_state (  )  [protected]

yy_state_type yyFlexLexer::yy_try_NUL_trans ( yy_state_type  current_state  )  [protected]

Definition at line 1198 of file lex.yy.cc.

References yy_c_buf_p, yy_last_accepting_cpos, and yy_last_accepting_state.

int yyFlexLexer::yy_get_next_buffer (  )  [protected]


Member Data Documentation

Definition at line 131 of file FlexLexer.h.

Definition at line 132 of file FlexLexer.h.

int* yyFlexLexer::yy_start_stack [protected]

Definition at line 133 of file FlexLexer.h.

std::istream* yyFlexLexer::yyin [protected]

Definition at line 143 of file FlexLexer.h.

Referenced by LexerInput(), yy_get_next_buffer(), yy_load_buffer_state(), and yyinput().

std::ostream* yyFlexLexer::yyout [protected]

Definition at line 144 of file FlexLexer.h.

Referenced by LexerOutput().

Definition at line 146 of file FlexLexer.h.

Referenced by yy_get_next_buffer(), yy_load_buffer_state(), and ~yyFlexLexer().

char yyFlexLexer::yy_hold_char [protected]

Definition at line 149 of file FlexLexer.h.

Referenced by yy_load_buffer_state(), and yyinput().

int yyFlexLexer::yy_n_chars [protected]

Definition at line 152 of file FlexLexer.h.

Referenced by yy_get_next_buffer(), yy_load_buffer_state(), and yyinput().

char* yyFlexLexer::yy_c_buf_p [protected]

int yyFlexLexer::yy_init [protected]

Definition at line 157 of file FlexLexer.h.

int yyFlexLexer::yy_start [protected]

Definition at line 158 of file FlexLexer.h.

Referenced by yy_get_previous_state().

Definition at line 162 of file FlexLexer.h.

Referenced by yyinput().

Definition at line 167 of file FlexLexer.h.

Referenced by yy_get_previous_state(), and yy_try_NUL_trans().

Definition at line 168 of file FlexLexer.h.

Referenced by yy_get_previous_state(), and yy_try_NUL_trans().

Definition at line 170 of file FlexLexer.h.

Referenced by ~yyFlexLexer().

Definition at line 171 of file FlexLexer.h.

char* yyFlexLexer::yy_full_match [protected]

Definition at line 173 of file FlexLexer.h.

int* yyFlexLexer::yy_full_state [protected]

Definition at line 174 of file FlexLexer.h.

int yyFlexLexer::yy_full_lp [protected]

Definition at line 175 of file FlexLexer.h.

int yyFlexLexer::yy_lp [protected]

Definition at line 177 of file FlexLexer.h.

Definition at line 178 of file FlexLexer.h.

int yyFlexLexer::yy_more_flag [protected]

Definition at line 180 of file FlexLexer.h.

int yyFlexLexer::yy_more_len [protected]

Definition at line 181 of file FlexLexer.h.

int yyFlexLexer::yy_more_offset [protected]

Definition at line 182 of file FlexLexer.h.

Definition at line 183 of file FlexLexer.h.


The documentation for this class was generated from the following files:

Generated on Thu Jun 19 19:14:39 2008 for unification by  doxygen 1.5.6