|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <weighted_dynamic_graph.hpp>
Public Attributes | |
| VertexId | src {} |
| VertexId | dst {} |
| EdgeWeight | weight {1} |
| bool | add {true} |
| std::uint64_t | timestamp {0} |
Definition at line 20 of file weighted_dynamic_graph.hpp.
| bool velographx::WeightedEdgeUpdate::add {true} |
Definition at line 24 of file weighted_dynamic_graph.hpp.
| VertexId velographx::WeightedEdgeUpdate::dst {} |
Definition at line 22 of file weighted_dynamic_graph.hpp.
Referenced by velographx::WeightedDynamicGraph::apply().
| VertexId velographx::WeightedEdgeUpdate::src {} |
Definition at line 21 of file weighted_dynamic_graph.hpp.
| std::uint64_t velographx::WeightedEdgeUpdate::timestamp {0} |
Definition at line 25 of file weighted_dynamic_graph.hpp.
| EdgeWeight velographx::WeightedEdgeUpdate::weight {1} |
Definition at line 23 of file weighted_dynamic_graph.hpp.