Public Member Functions | Protected Attributes

FlexLexer Class Reference

#include <FlexLexer.h>

Inheritance diagram for FlexLexer:
Inheritance graph
[legend]

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]

References yytext.

int FlexLexer::YYLeng (  )  const [inline]

References yyleng.

virtual void FlexLexer::yy_switch_to_buffer ( struct yy_buffer_state new_buffer  )  [pure virtual]

Implemented in yyFlexLexer.

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

Implemented in yyFlexLexer.

virtual void FlexLexer::yy_delete_buffer ( struct yy_buffer_state b  )  [pure virtual]

Implemented in yyFlexLexer.

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

Implemented in yyFlexLexer.

virtual int FlexLexer::yylex (  )  [pure virtual]

Implemented in yyFlexLexer.

Referenced by yylex().

Here is the caller graph for this function:

int FlexLexer::yylex ( std::istream *  new_in,
std::ostream *  new_out = 0 
) [inline]

References switch_streams(), and yylex().

Here is the call graph for this function:

virtual void FlexLexer::switch_streams ( std::istream *  new_in = 0,
std::ostream *  new_out = 0 
) [pure virtual]

Implemented in yyFlexLexer.

Referenced by yylex().

Here is the caller graph for this function:

int FlexLexer::lineno (  )  const [inline]

References yylineno.

int FlexLexer::debug (  )  const [inline]

References yy_flex_debug.

void FlexLexer::set_debug ( int  flag  )  [inline]

References yy_flex_debug.


Member Data Documentation

char* FlexLexer::yytext [protected]

Referenced by YYText().

int FlexLexer::yyleng [protected]

Referenced by YYLeng().

int FlexLexer::yylineno [protected]

Referenced by lineno().

int FlexLexer::yy_flex_debug [protected]

Referenced by debug(), and set_debug().


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