PandA-2024.02
|
Parsing pragma from C sources. More...
#include <iosfwd>
#include "custom_map.hpp"
#include "custom_set.hpp"
#include <list>
#include "dbgPrintHelper.hpp"
#include "refcount.hpp"
Go to the source code of this file.
Data Structures | |
class | PragmaParser |
Main class for parsing: contains the context associated with a parsing action and the methods to retrieve all the information. More... | |
Typedefs | |
using | PragmaParserRef = refcount< PragmaParser > |
Refcount definition for the PragmaParser class. More... | |
Functions | |
CONSTREF_FORWARD_DECL (Parameter) | |
STD include. More... | |
REF_FORWARD_DECL (pragma_manager) | |
Parsing pragma from C sources.
A object for retrieving information about pragma directives in a C/C++ program.
Definition in file PragmaParser.hpp.
using PragmaParserRef = refcount<PragmaParser> |
Refcount definition for the PragmaParser class.
Definition at line 154 of file PragmaParser.hpp.
CONSTREF_FORWARD_DECL | ( | Parameter | ) |
STD include.
STL include Utility include
REF_FORWARD_DECL | ( | pragma_manager | ) |