![]() |
PandA-2024.02
|
header file for LEX based lexer for the xml format. More...
#include <utility>#include "Lexer_utilities.hpp"#include "dbgPrintHelper.hpp"#include "exceptions.hpp"#include "string_manipulation.hpp"
Go to the source code of this file.
Data Structures | |
| struct | XmlFlexLexer |
Macros | |
| #define | LN_CONCAT(name) Xml##name |
| #define | LCLASS_SPECIALIZED |
Variables | |
| int | exit_code |
| utility include More... | |
header file for LEX based lexer for the xml format.
Definition in file xmlLexer.hpp.
| #define LCLASS_SPECIALIZED |
Definition at line 48 of file xmlLexer.hpp.
| #define LN_CONCAT | ( | name | ) | Xml##name |
Definition at line 46 of file xmlLexer.hpp.
| int exit_code |
utility include
utility include
STD include Exit code
Definition at line 51 of file global_variables.cpp.
Referenced by XmlFlexLexer::LexerError().
1.8.13