A short graph edge with no property. More...
Public Member Functions | |
short_graph_edge (edge_descriptor_type const &ed) | |
short_graph_edge (edge_descriptor_type const &ed, property_type const &) | |
Creates an edge for the graph with the given descriptor and property. More... | |
vertex_descriptor | target (void) const noexcept |
property_type | property (void) const noexcept |
Public Types | |
using | vertex_descriptor = VertexDescriptor |
using | edge_descriptor_type = edge_descriptor_impl< vertex_descriptor > |
using | edge_id_type = typename edge_descriptor_type::edge_id_type |
using | property_type = properties::no_property |
Protected Attributes | |
vertex_descriptor | m_target |
A short graph edge with no property.
A short edge is one that only has information about the target, and no source or id information.
stapl::sequential::short_graph_edge< VertexDescriptor >::short_graph_edge | ( | edge_descriptor_type const & | ed, |
property_type const & | |||
) |
Creates an edge for the graph with the given descriptor and property.
ed | The descriptor of this edge. |
p | The property of this edge (no_property). |