PandA-2024.02
|
Parsing pragma from C sources. More...
#include "PragmaParser.hpp"
#include "Parameter.hpp"
#include "exceptions.hpp"
#include "fileIO.hpp"
#include "pragma_constants.hpp"
#include "pragma_manager.hpp"
#include "string_manipulation.hpp"
#include <filesystem>
#include <fstream>
Go to the source code of this file.
Parsing pragma from C sources.
A object for retrieving information about pragma directives in a C/C++ program.
Definition in file PragmaParser.cpp.