PandA-2024.02
|
#include <UnfoldedCallGraph.hpp>
Public Member Functions | |
UnfoldedCallGraph (GraphInfoRef g_info) | |
~UnfoldedCallGraph ()=default | |
Public Member Functions inherited from RawGraph | |
RawGraph (GraphInfoRef g_info) | |
Constructor. More... | |
~RawGraph ()=default | |
Destructor. More... | |
boost::graph_traits< boost_raw_graph >::vertex_descriptor | AddVertex (const NodeInfoRef v_info) |
void | RemoveVertex (boost::graph_traits< boost_raw_graph >::vertex_descriptor v) |
boost::graph_traits< boost_raw_graph >::edge_descriptor | AddEdge (boost::graph_traits< boost_raw_graph >::vertex_descriptor src, boost::graph_traits< boost_raw_graph >::vertex_descriptor tgt, const EdgeInfoRef e_info) |
void | RemoveEdge (boost::graph_traits< boost_raw_graph >::edge_descriptor e) |
void | RemoveEdge (boost::graph_traits< boost_raw_graph >::vertex_descriptor src, boost::graph_traits< boost_raw_graph >::vertex_descriptor tgt) |
Definition at line 43 of file UnfoldedCallGraph.hpp.
|
inlineexplicit |
Definition at line 46 of file UnfoldedCallGraph.hpp.
References ~UnfoldedCallGraph().
|
default |