PandA-2024.02
|
Wrapper to call graph. More...
#include "call_graph.hpp"
#include "custom_map.hpp"
#include "custom_set.hpp"
#include "graph.hpp"
#include "refcount.hpp"
#include <boost/graph/depth_first_search.hpp>
Go to the source code of this file.
Data Structures | |
class | CallGraphManager |
This class manages the accesses to the CallGraph. More... | |
Typedefs | |
using | CallGraphManagerRef = refcount< CallGraphManager > |
using | CallGraphManagerConstRef = refcount< const CallGraphManager > |
Wrapper to call graph.
Definition in file call_graph_manager.hpp.
using CallGraphManagerConstRef = refcount<const CallGraphManager> |
Definition at line 327 of file call_graph_manager.hpp.
using CallGraphManagerRef = refcount<CallGraphManager> |
Definition at line 326 of file call_graph_manager.hpp.
CONSTREF_FORWARD_DECL | ( | application_manager | ) |
CONSTREF_FORWARD_DECL | ( | CallGraph | ) |
CONSTREF_FORWARD_DECL | ( | FunctionExpander | ) |
CONSTREF_FORWARD_DECL | ( | OpGraph | ) |
CONSTREF_FORWARD_DECL | ( | Parameter | ) |
CONSTREF_FORWARD_DECL | ( | tree_manager | ) |
REF_FORWARD_DECL | ( | application_manager | ) |
REF_FORWARD_DECL | ( | CallGraph | ) |
REF_FORWARD_DECL | ( | CallGraphsCollection | ) |
REF_FORWARD_DECL | ( | FunctionBehavior | ) |
REF_FORWARD_DECL | ( | tree_manager | ) |
REF_FORWARD_DECL | ( | tree_node | ) |