VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::UpdateBatch Struct Reference

#include <dynamic_graph.hpp>

Public Member Functions

void add (VertexId u, VertexId v, std::uint64_t ts=0)
 
void remove (VertexId u, VertexId v, std::uint64_t ts=0)
 
bool empty () const noexcept
 

Public Attributes

std::vector< EdgeUpdateupdates
 

Detailed Description

Definition at line 24 of file dynamic_graph.hpp.

Member Function Documentation

◆ add()

void velographx::UpdateBatch::add ( VertexId  u,
VertexId  v,
std::uint64_t  ts = 0 
)
inline

Definition at line 26 of file dynamic_graph.hpp.

References updates.

Referenced by velographx::DynamicGraph::add_edge(), and velographx::io::load_binary().

◆ empty()

◆ remove()

void velographx::UpdateBatch::remove ( VertexId  u,
VertexId  v,
std::uint64_t  ts = 0 
)
inline

Definition at line 27 of file dynamic_graph.hpp.

References updates.

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

Member Data Documentation

◆ updates


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