CBMC
call_grapht::directed_grapht Member List

This is the complete list of members for call_grapht::directed_grapht, including all inherited members.

add_edge(node_indext a, node_indext b)grapht< function_nodet >inline
add_node(arguments &&... values)grapht< function_nodet >inline
add_undirected_edge(node_indext a, node_indext b)grapht< function_nodet >
call_grapht classcall_grapht::directed_graphtfriend
clear()grapht< function_nodet >inline
connected_subgraphs(std::vector< node_indext > &subgraph_nr)grapht< function_nodet >
depth_limited_search(typename N::node_indext src, std::size_t limit) constgrapht< function_nodet >
depth_limited_search(std::vector< typename N::node_indext > &src, std::size_t limit) constgrapht< function_nodet >
depth_limited_search(std::vector< typename N::node_indext > &src, std::size_t limit, std::vector< bool > &visited) constgrapht< function_nodet >protected
disconnect_unreachable(node_indext src)grapht< function_nodet >
disconnect_unreachable(const std::vector< node_indext > &src)grapht< function_nodet >
edge(node_indext a, node_indext b)grapht< function_nodet >inline
edgest typedefgrapht< function_nodet >
edget typedefgrapht< function_nodet >
empty() constgrapht< function_nodet >inline
for_each_predecessor(const node_indext &n, std::function< void(const node_indext &)> f) constgrapht< function_nodet >
for_each_successor(const node_indext &n, std::function< void(const node_indext &)> f) constgrapht< function_nodet >
get_node_index(const irep_idt &function) constcall_grapht::directed_grapht
get_nodes_by_name() constcall_grapht::directed_graphtinline
get_predecessors(const node_indext &n) constgrapht< function_nodet >
get_reachable(node_indext src, bool forwards) constgrapht< function_nodet >
get_reachable(const std::vector< node_indext > &src, bool forwards) constgrapht< function_nodet >
get_successors(const node_indext &n) constgrapht< function_nodet >
has_edge(node_indext i, node_indext j) constgrapht< function_nodet >inline
in(node_indext n) constgrapht< function_nodet >inline
is_dag() constgrapht< function_nodet >inline
make_chordal()grapht< function_nodet >
node_indext typedefgrapht< function_nodet >
nodesgrapht< function_nodet >protected
nodes_by_namecall_grapht::directed_graphtprivate
nodes_by_namet typedefcall_grapht::directed_grapht
nodest typedefgrapht< function_nodet >
nodet typedefgrapht< function_nodet >
operator[](node_indext n) constgrapht< function_nodet >inline
operator[](node_indext n)grapht< function_nodet >inline
out(node_indext n) constgrapht< function_nodet >inline
output_dot(std::ostream &out) constgrapht< function_nodet >
patht typedefgrapht< function_nodet >
remove_edge(node_indext a, node_indext b)grapht< function_nodet >inline
remove_edges(node_indext n)grapht< function_nodet >inline
remove_in_edges(node_indext n)grapht< function_nodet >
remove_out_edges(node_indext n)grapht< function_nodet >
remove_undirected_edge(node_indext a, node_indext b)grapht< function_nodet >
resize(node_indext s)grapht< function_nodet >inline
SCCs(std::vector< node_indext > &subgraph_nr) constgrapht< function_nodet >
shortest_loop(node_indext node, patht &path) constgrapht< function_nodet >inline
shortest_path(node_indext src, node_indext dest, patht &path) constgrapht< function_nodet >inline
shortest_path(node_indext src, node_indext dest, patht &path, bool non_trivial) constgrapht< function_nodet >protected
size() constgrapht< function_nodet >inline
swap(grapht &other)grapht< function_nodet >inline
tarjan(class tarjant &t, node_indext v) constgrapht< function_nodet >protected
topsort() constgrapht< function_nodet >
visit_reachable(node_indext src)grapht< function_nodet >