copasi API  0.1
Public Member Functions | Protected Attributes
FlexLexer Class Reference

#include <FlexLexer.h>

Inheritance diagram for FlexLexer:
CChemEqParser CEvaluationLexer yyFlexLexer

List of all members.

Public Member Functions

virtual ~FlexLexer ()
const char * YYText ()
int YYLeng ()
virtual void yy_switch_to_buffer (struct yy_buffer_state *new_buffer)=0
virtual struct yy_buffer_stateyy_create_buffer (FLEX_STD istream *s, int size)=0
virtual void yy_delete_buffer (struct yy_buffer_state *b)=0
virtual void yyrestart (FLEX_STD istream *s)=0
virtual int yylex ()=0
int yylex (FLEX_STD istream *new_in, FLEX_STD ostream *new_out=0)
virtual void switch_streams (FLEX_STD istream *new_in=0, FLEX_STD ostream *new_out=0)=0
int lineno () const
int debug () const
void set_debug (int flag)

Protected Attributes

char * yytext
int yyleng
int yylineno
int yy_flex_debug

Constructor & Destructor Documentation

virtual FlexLexer::~FlexLexer ( ) [inline, virtual]

Member Function Documentation

int FlexLexer::debug ( ) const [inline]
int FlexLexer::lineno ( ) const [inline]
void FlexLexer::set_debug ( int  flag) [inline]
virtual void FlexLexer::switch_streams ( FLEX_STD istream *  new_in = 0,
FLEX_STD ostream *  new_out = 0 
) [pure virtual]

Implemented in CEvaluationLexer, and yyFlexLexer.

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

Implemented in CEvaluationLexer, and yyFlexLexer.

virtual void FlexLexer::yy_delete_buffer ( struct yy_buffer_state b) [pure virtual]
virtual void FlexLexer::yy_switch_to_buffer ( struct yy_buffer_state new_buffer) [pure virtual]
int FlexLexer::YYLeng ( ) [inline]
virtual int FlexLexer::yylex ( ) [pure virtual]
int FlexLexer::yylex ( FLEX_STD istream *  new_in,
FLEX_STD ostream *  new_out = 0 
) [inline]
virtual void FlexLexer::yyrestart ( FLEX_STD istream *  s) [pure virtual]

Implemented in CEvaluationLexer, and yyFlexLexer.

const char* FlexLexer::YYText ( ) [inline]

Member Data Documentation

int FlexLexer::yy_flex_debug [protected]
int FlexLexer::yyleng [protected]
int FlexLexer::yylineno [protected]
char* FlexLexer::yytext [protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines