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

#include <dynamic_graph.hpp>

Public Attributes

VertexId src {}
 
VertexId dst {}
 
bool add {true}
 
std::uint64_t timestamp {0}
 

Detailed Description

Definition at line 17 of file dynamic_graph.hpp.

Member Data Documentation

◆ add

bool velographx::EdgeUpdate::add {true}

Definition at line 20 of file dynamic_graph.hpp.

◆ dst

VertexId velographx::EdgeUpdate::dst {}

Definition at line 19 of file dynamic_graph.hpp.

◆ src

VertexId velographx::EdgeUpdate::src {}

Definition at line 18 of file dynamic_graph.hpp.

◆ timestamp

std::uint64_t velographx::EdgeUpdate::timestamp {0}

Definition at line 21 of file dynamic_graph.hpp.


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