|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
This is the complete list of members for velographx::CsrGraph, including all inherited members.
| CsrGraph()=default | velographx::CsrGraph | |
| CsrGraph(std::vector< Edge > edges, bool directed=false) | velographx::CsrGraph | |
| degree(VertexId v) const | velographx::CsrGraph | |
| directed() const noexcept | velographx::CsrGraph | inline |
| Edge typedef | velographx::CsrGraph | |
| edge_entry_count() const noexcept | velographx::CsrGraph | inline |
| for_each_in_neighbor(VertexId v, Fn &&fn) const | velographx::CsrGraph | inline |
| for_each_neighbor(VertexId v, Fn &&fn) const | velographx::CsrGraph | inline |
| has_edge(VertexId u, VertexId v) const | velographx::CsrGraph | |
| in_neighbors(VertexId v) const | velographx::CsrGraph | |
| neighbors(VertexId v) const | velographx::CsrGraph | |
| vertex_count() const noexcept | velographx::CsrGraph | inline |