PandA-2024.02
|
Definition of the class representing a generic C application. More...
#include "config_HAVE_FROM_DISCREPANCY_BUILT.hpp"
#include "config_HAVE_PRAGMA_BUILT.hpp"
#include <cstddef>
#include <string>
#include "custom_map.hpp"
#include "custom_set.hpp"
#include "graph.hpp"
#include "refcount.hpp"
#include "tree_node.hpp"
Go to the source code of this file.
Data Structures | |
class | application_manager |
Typedefs | |
using | application_managerRef = refcount< application_manager > |
refcount definition of the class More... | |
using | application_managerConstRef = refcount< const application_manager > |
constant refcount definition of the class More... | |
Functions | |
CONSTREF_FORWARD_DECL (ActorGraphManager) | |
REF_FORWARD_DECL (ActorGraphManager) | |
REF_FORWARD_DECL (BehavioralHelper) | |
CONSTREF_FORWARD_DECL (CallGraphManager) | |
REF_FORWARD_DECL (CallGraphManager) | |
CONSTREF_FORWARD_DECL (FunctionBehavior) | |
REF_FORWARD_DECL (FunctionBehavior) | |
CONSTREF_FORWARD_DECL (FunctionExpander) | |
CONSTREF_FORWARD_DECL (Parameter) | |
REF_FORWARD_DECL (pragma_manager) | |
REF_FORWARD_DECL (tree_manager) | |
REF_FORWARD_DECL (Discrepancy) | |
Definition of the class representing a generic C application.
Definition in file application_manager.hpp.
using application_managerConstRef = refcount<const application_manager> |
constant refcount definition of the class
Definition at line 306 of file application_manager.hpp.
refcount definition of the class
Definition at line 304 of file application_manager.hpp.
CONSTREF_FORWARD_DECL | ( | ActorGraphManager | ) |
CONSTREF_FORWARD_DECL | ( | CallGraphManager | ) |
CONSTREF_FORWARD_DECL | ( | FunctionBehavior | ) |
CONSTREF_FORWARD_DECL | ( | FunctionExpander | ) |
CONSTREF_FORWARD_DECL | ( | Parameter | ) |
REF_FORWARD_DECL | ( | ActorGraphManager | ) |
REF_FORWARD_DECL | ( | BehavioralHelper | ) |
REF_FORWARD_DECL | ( | CallGraphManager | ) |
REF_FORWARD_DECL | ( | FunctionBehavior | ) |
REF_FORWARD_DECL | ( | pragma_manager | ) |
REF_FORWARD_DECL | ( | tree_manager | ) |
REF_FORWARD_DECL | ( | Discrepancy | ) |