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

#include <weighted_dynamic_graph.hpp>

Public Attributes

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

Detailed Description

Definition at line 20 of file weighted_dynamic_graph.hpp.

Member Data Documentation

◆ add

bool velographx::WeightedEdgeUpdate::add {true}

Definition at line 24 of file weighted_dynamic_graph.hpp.

◆ dst

VertexId velographx::WeightedEdgeUpdate::dst {}

Definition at line 22 of file weighted_dynamic_graph.hpp.

Referenced by velographx::WeightedDynamicGraph::apply().

◆ src

VertexId velographx::WeightedEdgeUpdate::src {}

Definition at line 21 of file weighted_dynamic_graph.hpp.

◆ timestamp

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

Definition at line 25 of file weighted_dynamic_graph.hpp.

◆ weight

EdgeWeight velographx::WeightedEdgeUpdate::weight {1}

Definition at line 23 of file weighted_dynamic_graph.hpp.


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