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 class | call_grapht::directed_grapht | friend |
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) const | grapht< function_nodet > | |
depth_limited_search(std::vector< typename N::node_indext > &src, std::size_t limit) const | grapht< function_nodet > | |
depth_limited_search(std::vector< typename N::node_indext > &src, std::size_t limit, std::vector< bool > &visited) const | grapht< 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 typedef | grapht< function_nodet > | |
edget typedef | grapht< function_nodet > | |
empty() const | grapht< function_nodet > | inline |
for_each_predecessor(const node_indext &n, std::function< void(const node_indext &)> f) const | grapht< function_nodet > | |
for_each_successor(const node_indext &n, std::function< void(const node_indext &)> f) const | grapht< function_nodet > | |
get_node_index(const irep_idt &function) const | call_grapht::directed_grapht | |
get_nodes_by_name() const | call_grapht::directed_grapht | inline |
get_predecessors(const node_indext &n) const | grapht< function_nodet > | |
get_reachable(node_indext src, bool forwards) const | grapht< function_nodet > | |
get_reachable(const std::vector< node_indext > &src, bool forwards) const | grapht< function_nodet > | |
get_successors(const node_indext &n) const | grapht< function_nodet > | |
has_edge(node_indext i, node_indext j) const | grapht< function_nodet > | inline |
in(node_indext n) const | grapht< function_nodet > | inline |
is_dag() const | grapht< function_nodet > | inline |
make_chordal() | grapht< function_nodet > | |
node_indext typedef | grapht< function_nodet > | |
nodes | grapht< function_nodet > | protected |
nodes_by_name | call_grapht::directed_grapht | private |
nodes_by_namet typedef | call_grapht::directed_grapht | |
nodest typedef | grapht< function_nodet > | |
nodet typedef | grapht< function_nodet > | |
operator[](node_indext n) const | grapht< function_nodet > | inline |
operator[](node_indext n) | grapht< function_nodet > | inline |
out(node_indext n) const | grapht< function_nodet > | inline |
output_dot(std::ostream &out) const | grapht< function_nodet > | |
patht typedef | grapht< 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) const | grapht< function_nodet > | |
shortest_loop(node_indext node, patht &path) const | grapht< function_nodet > | inline |
shortest_path(node_indext src, node_indext dest, patht &path) const | grapht< function_nodet > | inline |
shortest_path(node_indext src, node_indext dest, patht &path, bool non_trivial) const | grapht< function_nodet > | protected |
size() const | grapht< function_nodet > | inline |
swap(grapht &other) | grapht< function_nodet > | inline |
tarjan(class tarjant &t, node_indext v) const | grapht< function_nodet > | protected |
topsort() const | grapht< function_nodet > | |
visit_reachable(node_indext src) | grapht< function_nodet > | |