STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
boost::graph_traits< stapl::sequential::directed_preds_graph< stapl::MULTIEDGES, VertexProperty, EdgeProperty > > Struct Template Reference

Specialization of boost::graph_traits for STAPL sequential directed_preds_graph. More...

Public Types

typedef stapl::sequential::directed_preds_graph< stapl::MULTIEDGES, VertexProperty, EdgeProperty > graph
 
typedef graph::vertex_descriptor vertex_descriptor
 
typedef graph::edge_descriptor edge_descriptor
 
typedef graph::const_adj_edge_iterator adjacency_iterator
 
typedef graph::const_vertex_iterator vertex_iterator
 
typedef graph::const_edge_iterator edge_iterator
 
typedef graph::vertex_property vertex_property_type
 
typedef graph::edge_property edge_property_type
 
typedef edge_list_graph_tag graph_category
 
typedef directed_tag directed_category
 
typedef allow_parallel_edge_tag edge_parallel_category
 
typedef stapl_graph_traversal_category traversal_category
 
typedef size_t vertices_size_type
 
typedef size_t edges_size_type
 
typedef size_t degree_size_type
 

Detailed Description

template<typename VertexProperty, typename EdgeProperty>
struct boost::graph_traits< stapl::sequential::directed_preds_graph< stapl::MULTIEDGES, VertexProperty, EdgeProperty > >

Specialization of boost::graph_traits for STAPL sequential directed_preds_graph.

Template Parameters
VertexPropertyThe vertex property type.
EdgePropertyThe edge property type.

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