STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::sequential::bgl_adaptor_traits< D, M, VertexP, EdgeP > Class Template Reference

Default traits for the bgl_adaptor. More...

Public Types

typedef bgl_graph< bgl_type > core_graph_type
 
typedef core_graph_type::vertex_descriptor vertex_descriptor
 
typedef core_graph_type::edge_descriptor edge_descriptor
 
typedef EdgeP edge_property
 
typedef VertexP vertex_property
 
typedef graph_type< this_type, D >::type directness_type
 
typedef graph_type< this_type, M >::type multiplicity_type
 

Detailed Description

template<graph_attributes D, graph_attributes M, class VertexP, class EdgeP>
class stapl::sequential::bgl_adaptor_traits< D, M, VertexP, EdgeP >

Default traits for the bgl_adaptor.

Template Parameters
Dattribute to specify if the graph is directed or undirected.
Mattribute to specify if the graph is a simple or a multi graph.
VertexPType of a vertex property.
EdgePType of an edge property.

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