|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
This is the complete list of members for velographx::WeightedDynamicGraph, including all inherited members.
| apply(const WeightedUpdateBatch &batch) | velographx::WeightedDynamicGraph | inline |
| degree(VertexId u) const noexcept | velographx::WeightedDynamicGraph | inline |
| directed() const noexcept | velographx::WeightedDynamicGraph | inline |
| ensure_vertex(VertexId v) | velographx::WeightedDynamicGraph | inline |
| for_each_neighbor(VertexId u, Fn &&fn) const | velographx::WeightedDynamicGraph | inline |
| neighbors(VertexId u) const | velographx::WeightedDynamicGraph | inline |
| version() const noexcept | velographx::WeightedDynamicGraph | inline |
| vertex_count() const noexcept | velographx::WeightedDynamicGraph | inline |
| weight(VertexId u, VertexId v) const | velographx::WeightedDynamicGraph | inline |
| WeightedDynamicGraph(std::size_t vertices=0, bool directed=false) | velographx::WeightedDynamicGraph | inlineexplicit |