VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::storage_detail::CompactRowPatches Class Reference

#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
 

Detailed Description

Definition at line 448 of file dynamic_graph.hpp.

Member Function Documentation

◆ clear()

void velographx::storage_detail::CompactRowPatches::clear ( )
inline

Definition at line 450 of file dynamic_graph.hpp.

Referenced by velographx::DynamicGraph::bulk_load_edges().

◆ empty()

bool velographx::storage_detail::CompactRowPatches::empty ( ) const
inlinenoexcept

Definition at line 451 of file dynamic_graph.hpp.

◆ find()

const std::vector< VertexId > * velographx::storage_detail::CompactRowPatches::find ( VertexId  u) const
inlinenoexcept

◆ set()

void velographx::storage_detail::CompactRowPatches::set ( VertexId  u,
std::vector< VertexId row 
)
inline

Definition at line 458 of file dynamic_graph.hpp.

◆ storage_bytes()

std::size_t velographx::storage_detail::CompactRowPatches::storage_bytes ( ) const
inlinenoexcept

Definition at line 462 of file dynamic_graph.hpp.

Referenced by velographx::DynamicGraph::storage_bytes().


The documentation for this class was generated from the following file: