Template Struct directed_graph_spec

Struct Documentation

template<typename TVertexPropertyType, typename TEdgePropertyType>
struct directed_graph_spec

Public Types

using bgl_impl_type = boost::adjacency_list<vertex_edge_list_type, vertex_list_type, directedness_type, vertex_property_type, edge_property_type, graph_property_type, graph_edge_list_type>
using directedness_type = boost::directedS
using edge_property_type = TEdgePropertyType
using graph_edge_list_type = boost::listS
using graph_property_type = boost::no_property
using vertex_edge_list_type = boost::vecS
using vertex_list_type = boost::listS
using vertex_property_type = TVertexPropertyType