![]()  | 
  
    Vcsn
    2.5.dev
    
   Be Rational 
   | 
 
#include <iosfwd>#include <ostream>Go to the source code of this file.
Classes | |
| class | FlexLexer | 
| class | yyFlexLexer | 
Macros | |
| #define | FLEX_STD std:: | 
Typedefs | |
| typedef int | yy_state_type | 
Functions | |
| YY_FLEX_NAMESPACE_BEGIN void * | yyalloc (size_t) | 
| void * | yyrealloc (void *, size_t) | 
| void | yyfree (void *) | 
| #define FLEX_STD std:: | 
Definition at line 54 of file flex-lexer.hh.
| typedef int yy_state_type | 
Definition at line 57 of file flex-lexer.hh.
| YY_FLEX_NAMESPACE_BEGIN void* yyalloc | ( | size_t | ) | 
Definition at line 2187 of file scan.cc.
Referenced by yyFlexLexer::yy_create_buffer(), yyFlexLexer::yy_push_state(), and yyFlexLexer::yyensure_buffer_stack().
| void yyfree | ( | void * | ) | 
Definition at line 2205 of file scan.cc.
Referenced by yyFlexLexer::yy_delete_buffer(), and yyFlexLexer::~yyFlexLexer().
| void* yyrealloc | ( | void * | , | 
| size_t | |||
| ) | 
Definition at line 2192 of file scan.cc.
Referenced by yyFlexLexer::yy_get_next_buffer(), yyFlexLexer::yy_push_state(), and yyFlexLexer::yyensure_buffer_stack().