|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <dynamic_graph.hpp>
Public Attributes | |
| VertexId | src {} |
| VertexId | dst {} |
| bool | add {true} |
| std::uint64_t | timestamp {0} |
Definition at line 17 of file dynamic_graph.hpp.
| bool velographx::EdgeUpdate::add {true} |
Definition at line 20 of file dynamic_graph.hpp.
| VertexId velographx::EdgeUpdate::dst {} |
Definition at line 19 of file dynamic_graph.hpp.
| VertexId velographx::EdgeUpdate::src {} |
Definition at line 18 of file dynamic_graph.hpp.
| std::uint64_t velographx::EdgeUpdate::timestamp {0} |
Definition at line 21 of file dynamic_graph.hpp.