PandA-2024.02
|
Manager for pragma annotations. More...
#include "config_HAVE_FROM_PRAGMA_BUILT.hpp"
#include "graph.hpp"
#include "custom_map.hpp"
#include "custom_set.hpp"
#include "dbgPrintHelper.hpp"
#include "refcount.hpp"
Go to the source code of this file.
Data Structures | |
class | pragma_manager |
This class is used to manage the pragma directives found in the source code. More... | |
Typedefs | |
using | pragma_managerConstRef = refcount< const pragma_manager > |
Refcount definition for the class. More... | |
using | pragma_managerRef = refcount< pragma_manager > |
Functions | |
Forward declarations. | |
Autoheader include graph include STL include Utility include | |
CONSTREF_FORWARD_DECL (application_manager) | |
REF_FORWARD_DECL (application_manager) | |
CONSTREF_FORWARD_DECL (Loop) | |
CONSTREF_FORWARD_DECL (Parameter) | |
REF_FORWARD_DECL (PartitioningManager) | |
REF_FORWARD_DECL (TaskGraphManager) | |
REF_FORWARD_DECL (TaskGraphEstimator) | |
REF_FORWARD_DECL (tree_manager) | |
Manager for pragma annotations.
A object for manage information about pragma directives in a C/C++ program.
Definition in file pragma_manager.hpp.
using pragma_managerConstRef = refcount<const pragma_manager> |
Refcount definition for the class.
Definition at line 228 of file pragma_manager.hpp.
using pragma_managerRef = refcount<pragma_manager> |
Definition at line 229 of file pragma_manager.hpp.
CONSTREF_FORWARD_DECL | ( | application_manager | ) |
CONSTREF_FORWARD_DECL | ( | Loop | ) |
CONSTREF_FORWARD_DECL | ( | Parameter | ) |
REF_FORWARD_DECL | ( | application_manager | ) |
REF_FORWARD_DECL | ( | PartitioningManager | ) |
REF_FORWARD_DECL | ( | TaskGraphManager | ) |
REF_FORWARD_DECL | ( | TaskGraphEstimator | ) |
REF_FORWARD_DECL | ( | tree_manager | ) |