![]() |
PandA-2024.02
|
#include "graph.hpp"

Go to the source code of this file.
Data Structures | |
| class | UnfoldedCallGraph |
Macros | |
| #define | UNFOLDED_NULL_VERTEX boost::graph_traits<UnfoldedCallGraph>::null_vertex() |
Typedefs | |
| using | UnfoldedVertexDescriptor = boost::graph_traits< UnfoldedCallGraph >::vertex_descriptor |
| using | UnfoldedVertexIterator = boost::graph_traits< UnfoldedCallGraph >::vertex_iterator |
| using | UnfoldedInEdgeIterator = boost::graph_traits< UnfoldedCallGraph >::in_edge_iterator |
| using | UnfoldedOutEdgeIterator = boost::graph_traits< UnfoldedCallGraph >::out_edge_iterator |
| using | UnfoldedEdgeIterator = boost::graph_traits< UnfoldedCallGraph >::edge_iterator |
| using | UnfoldedEdgeDescriptor = boost::graph_traits< UnfoldedCallGraph >::edge_descriptor |
| using | UnfoldedCallGraphRef = refcount< UnfoldedCallGraph > |
| using | UnfoldedCallGraphConstRef = refcount< const UnfoldedCallGraph > |
| #define UNFOLDED_NULL_VERTEX boost::graph_traits<UnfoldedCallGraph>::null_vertex() |
Definition at line 55 of file UnfoldedCallGraph.hpp.
| using UnfoldedCallGraphConstRef = refcount<const UnfoldedCallGraph> |
Definition at line 63 of file UnfoldedCallGraph.hpp.
Definition at line 62 of file UnfoldedCallGraph.hpp.
| using UnfoldedEdgeDescriptor = boost::graph_traits<UnfoldedCallGraph>::edge_descriptor |
Definition at line 60 of file UnfoldedCallGraph.hpp.
| using UnfoldedEdgeIterator = boost::graph_traits<UnfoldedCallGraph>::edge_iterator |
Definition at line 59 of file UnfoldedCallGraph.hpp.
| using UnfoldedInEdgeIterator = boost::graph_traits<UnfoldedCallGraph>::in_edge_iterator |
Definition at line 57 of file UnfoldedCallGraph.hpp.
| using UnfoldedOutEdgeIterator = boost::graph_traits<UnfoldedCallGraph>::out_edge_iterator |
Definition at line 58 of file UnfoldedCallGraph.hpp.
| using UnfoldedVertexDescriptor = boost::graph_traits<UnfoldedCallGraph>::vertex_descriptor |
Definition at line 53 of file UnfoldedCallGraph.hpp.
| using UnfoldedVertexIterator = boost::graph_traits<UnfoldedCallGraph>::vertex_iterator |
Definition at line 54 of file UnfoldedCallGraph.hpp.
1.8.13