STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Protected Attributes
stapl::sequential::short_graph_edge< VertexDescriptor > Class Template Reference

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
 

Detailed Description

template<typename VertexDescriptor>
class stapl::sequential::short_graph_edge< VertexDescriptor >

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.

Constructor & Destructor Documentation

◆ short_graph_edge()

template<typename VertexDescriptor >
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.

Parameters
edThe descriptor of this edge.
pThe property of this edge (no_property).

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