![]()  | 
  
    Vcsn
    2.5.dev
    
   Be Rational 
   | 
 
#include <flex-lexer.hh>
Public Member Functions | |
| virtual | ~FlexLexer () | 
| const char * | YYText () const | 
| int | YYLeng () const | 
| virtual void | yy_switch_to_buffer (yy_buffer_state *new_buffer)=0 | 
| virtual yy_buffer_state * | yy_create_buffer (std::istream *s, int size)=0 | 
| virtual void | yy_delete_buffer (yy_buffer_state *b)=0 | 
| virtual void | yyrestart (std::istream *s)=0 | 
| virtual void | switch_streams (std::istream *new_in=nullptr, std::ostream *new_out=nullptr)=0 | 
| int | lineno () const | 
| int | debug () const | 
| void | set_debug (int flag) | 
Protected Attributes | |
| char * | yytext | 
| int | yyleng | 
| int | yylineno | 
| int | yy_flex_debug | 
Definition at line 60 of file flex-lexer.hh.
      
  | 
  inlinevirtual | 
Definition at line 63 of file flex-lexer.hh.
      
  | 
  inline | 
Definition at line 85 of file flex-lexer.hh.
References yy_flex_debug.
      
  | 
  inline | 
Definition at line 83 of file flex-lexer.hh.
References yylineno.
      
  | 
  inline | 
Definition at line 86 of file flex-lexer.hh.
References yy_flex_debug.
Referenced by yyFlexLexer::scan_open_().
      
  | 
  pure virtual | 
Implemented in yyFlexLexer.
Referenced by YYLeng().
      
  | 
  pure virtual | 
Implemented in yyFlexLexer.
Referenced by YYLeng().
      
  | 
  pure virtual | 
Implemented in yyFlexLexer.
Referenced by YYLeng().
      
  | 
  pure virtual | 
Implemented in yyFlexLexer.
Referenced by YYLeng().
      
  | 
  inline | 
Definition at line 66 of file flex-lexer.hh.
References vcsn::rat::size(), switch_streams(), yy_create_buffer(), yy_delete_buffer(), yy_switch_to_buffer(), yyleng, and yyrestart().
      
  | 
  pure virtual | 
Implemented in yyFlexLexer.
Referenced by YYLeng().
      
  | 
  inline | 
Definition at line 65 of file flex-lexer.hh.
References yytext.
      
  | 
  protected | 
Definition at line 92 of file flex-lexer.hh.
Referenced by yyFlexLexer::ctor_common(), debug(), and set_debug().
      
  | 
  protected | 
Definition at line 90 of file flex-lexer.hh.
Referenced by YYLeng().
      
  | 
  protected | 
Definition at line 91 of file flex-lexer.hh.
Referenced by yyFlexLexer::ctor_common(), and lineno().
      
  | 
  protected | 
Definition at line 89 of file flex-lexer.hh.
Referenced by YYText().