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

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

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 176 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 178 of file Digraph.h.

◆ target

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

Definition at line 179 of file Digraph.h.

◆ data

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

Definition at line 180 of file Digraph.h.