#include <Graph.hpp>
Public Member Functions | |
EdgeState * | operator-> () |
Access elements of EdgeState with operator '->'. More... | |
const EdgeState * | operator-> () const |
Public Attributes | |
VertexID | id |
Global index of adjacent vertex. More... | |
GlobalAddress< Vertex > | ga |
Global address to adjacent vertex. More... | |
EdgeState & | data |
|
inline |
|
inline |
EdgeState& Grappa::Graph< V, E >::Edge::data |
GlobalAddress<Vertex> Grappa::Graph< V, E >::Edge::ga |
VertexID Grappa::Graph< V, E >::Edge::id |