|
|
using | vertex_type = V |
|
using | label_type = L |
|
|
void | add_vertex (V vertex) |
|
void | add_edge (V from, V to, L label) |
|
void | add_edge (V from, V to) |
|
std::vector< V > | get_target_vertices (const V &from) const |
|
std::size_t | count_vertices () |
|
auto | get_vertices () |
|
auto | get_vertices () const |
The documentation for this class was generated from the following file: