Vcsn  2.8
Be Rational
flex-lexer.hh File Reference
#include <iosfwd>
#include <ostream>
Include dependency graph for flex-lexer.hh:
This graph shows which files directly or indirectly include this file:

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 *)
 

Macro Definition Documentation

◆ FLEX_STD

#define FLEX_STD   std::

Definition at line 54 of file flex-lexer.hh.

Typedef Documentation

◆ yy_state_type

typedef int yy_state_type

Definition at line 57 of file flex-lexer.hh.

Function Documentation

◆ yyalloc()

◆ yyfree()

void yyfree ( void *  )

Definition at line 2196 of file scan.cc.

Referenced by yyFlexLexer::yy_delete_buffer(), and yyFlexLexer::~yyFlexLexer().

◆ yyrealloc()

void* yyrealloc ( void *  ,
size_t   
)