COPASI API
4.16.103
|
#include <FlexLexer.h>
Public Member Functions | |
int | debug () const |
int | lineno () const |
void | set_debug (int flag) |
virtual void | switch_streams (std::istream *new_in=0, std::ostream *new_out=0)=0 |
virtual struct yy_buffer_state * | yy_create_buffer (std::istream *s, int size)=0 |
virtual void | yy_delete_buffer (struct yy_buffer_state *b)=0 |
virtual void | yy_switch_to_buffer (struct yy_buffer_state *new_buffer)=0 |
int | YYLeng () const |
virtual int | yylex ()=0 |
int | yylex (std::istream *new_in, std::ostream *new_out=0) |
virtual void | yyrestart (std::istream *s)=0 |
const char * | YYText () const |
virtual | ~FlexLexer () |
Protected Attributes | |
int | yy_flex_debug |
int | yyleng |
int | yylineno |
char * | yytext |
Definition at line 75 of file FlexLexer.h.
|
inlinevirtual |
Definition at line 78 of file FlexLexer.h.
|
inline |
|
inline |
|
inline |
|
pure virtual |
Implemented in yyFlexLexer, and CChemEqParser.
Referenced by yylex().
|
pure virtual |
Implemented in yyFlexLexer, and CChemEqParser.
|
pure virtual |
Implemented in yyFlexLexer, CEvaluationLexer, and CChemEqParser.
|
pure virtual |
Implemented in yyFlexLexer, CEvaluationLexer, and CChemEqParser.
|
inline |
|
pure virtual |
Implemented in yyFlexLexer, CEvaluationLexer, and CChemEqParser.
Referenced by yylex().
|
inline |
Definition at line 93 of file FlexLexer.h.
References switch_streams(), and yylex().
|
pure virtual |
Implemented in yyFlexLexer, and CChemEqParser.
|
inline |
|
protected |
Definition at line 113 of file FlexLexer.h.
Referenced by CChemEqParser::CChemEqParser(), CEvaluationLexer::CEvaluationLexer(), debug(), and set_debug().
|
protected |
Definition at line 111 of file FlexLexer.h.
Referenced by YYLeng().
|
protected |
Definition at line 112 of file FlexLexer.h.
Referenced by CChemEqParser::CChemEqParser(), CEvaluationLexer::CEvaluationLexer(), and lineno().
|
protected |
Definition at line 110 of file FlexLexer.h.
Referenced by YYText().