![]() |
PandA-2024.02
|
macro used to instantiate LEX based lexers. More...
#include "config_HAVE_FLEX_2_5_34_OR_GREATER.hpp"#include "config_HAVE_FLEX_2_5_35_OR_GREATER.hpp"#include <iosfwd>#include <FlexLexer.h>

Go to the source code of this file.
Macros | |
| #define | yyalloc LN_CONCAT(yyalloc) |
| Autoheader include. More... | |
| #define | yyrealloc LN_CONCAT(yyrealloc) |
| #define | yyfree LN_CONCAT(yyfree) |
| #define | YY_DECL int LN_CONCAT(FlexLexer)::yylex() |
| #define | yyFlexLexer LN_CONCAT(baseFlexLexer) |
| #define | yywrap LN_CONCAT(yywrap) |
Functions | |
| void | yyfree (void *ptr) |
| void * | yyrealloc (void *ptr, unsigned int size) |
| void * | yyalloc (unsigned int size) |
| int | yywrap () |
macro used to instantiate LEX based lexers.
Definition in file Lexer_utilities.hpp.
| #define YY_DECL int LN_CONCAT(FlexLexer)::yylex() |
Definition at line 77 of file Lexer_utilities.hpp.
| #define yyalloc LN_CONCAT(yyalloc) |
Autoheader include.
Definition at line 52 of file Lexer_utilities.hpp.
| #define yyFlexLexer LN_CONCAT(baseFlexLexer) |
Definition at line 81 of file Lexer_utilities.hpp.
| #define yyfree LN_CONCAT(yyfree) |
Definition at line 54 of file Lexer_utilities.hpp.
| #define yyrealloc LN_CONCAT(yyrealloc) |
Definition at line 53 of file Lexer_utilities.hpp.
| #define yywrap LN_CONCAT(yywrap) |
Definition at line 123 of file Lexer_utilities.hpp.
| void* yyalloc | ( | unsigned int | size | ) |
| void yyfree | ( | void * | ptr | ) |
| void* yyrealloc | ( | void * | ptr, |
| unsigned int | size | ||
| ) |
|
inline |
Definition at line 124 of file Lexer_utilities.hpp.
1.8.13