rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
ripple::test::csf::Digraph< Vertex, EdgeData >::Edge Struct Reference

Vertices and data associated with an Edge. More...

#include <Digraph.h>

Public Attributes

Vertex source
 
Vertex target
 
EdgeData data
 

Detailed Description

template<class Vertex, class EdgeData = detail::NoEdgeData>
struct ripple::test::csf::Digraph< Vertex, EdgeData >::Edge

Vertices and data associated with an Edge.

Definition at line 157 of file Digraph.h.

Member Data Documentation

◆ source

template<class Vertex , class EdgeData = detail::NoEdgeData>
Vertex ripple::test::csf::Digraph< Vertex, EdgeData >::Edge::source

Definition at line 159 of file Digraph.h.

◆ target

template<class Vertex , class EdgeData = detail::NoEdgeData>
Vertex ripple::test::csf::Digraph< Vertex, EdgeData >::Edge::target

Definition at line 160 of file Digraph.h.

◆ data

template<class Vertex , class EdgeData = detail::NoEdgeData>
EdgeData ripple::test::csf::Digraph< Vertex, EdgeData >::Edge::data

Definition at line 161 of file Digraph.h.