|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <dynamic_graph.hpp>
Public Member Functions | |
| void | clear () |
| bool | empty () const noexcept |
| const std::vector< VertexId > * | find (VertexId u) const noexcept |
| void | set (VertexId u, std::vector< VertexId > row) |
| std::size_t | storage_bytes () const noexcept |
Definition at line 448 of file dynamic_graph.hpp.
|
inline |
Definition at line 450 of file dynamic_graph.hpp.
Referenced by velographx::DynamicGraph::bulk_load_edges().
|
inlinenoexcept |
Definition at line 451 of file dynamic_graph.hpp.
|
inlinenoexcept |
Definition at line 453 of file dynamic_graph.hpp.
Referenced by velographx::DynamicGraph::compact_in_neighbors(), and velographx::DynamicGraph::compact_neighbors().
|
inline |
Definition at line 458 of file dynamic_graph.hpp.
|
inlinenoexcept |
Definition at line 462 of file dynamic_graph.hpp.
Referenced by velographx::DynamicGraph::storage_bytes().