ROSE 0.11.145.134
|
Definition at line 545 of file GraphBoost.h.
Public Types | |
typedef bidirectional_graph_tag | traversal_category |
typedef size_t | vertex_descriptor |
typedef size_t | edge_descriptor |
typedef directed_tag | directed_category |
typedef allow_parallel_edge_tag | edge_parallel_category |
typedef Sawyer::Boost::ConstVertexOuterIterator< V, E, VKey, EKey, Alloc > | vertex_iterator |
typedef size_t | vertices_size_type |
typedef Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc > | edge_iterator |
typedef size_t | edges_size_type |
typedef Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc > | out_edge_iterator |
typedef size_t | degree_size_type |
typedef Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc > | in_edge_iterator |
typedef bidirectional_graph_tag boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > >::traversal_category |
Definition at line 546 of file GraphBoost.h.
typedef size_t boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > >::vertex_descriptor |
Definition at line 549 of file GraphBoost.h.
typedef size_t boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > >::edge_descriptor |
Definition at line 550 of file GraphBoost.h.
typedef directed_tag boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > >::directed_category |
Definition at line 551 of file GraphBoost.h.
typedef allow_parallel_edge_tag boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > >::edge_parallel_category |
Definition at line 552 of file GraphBoost.h.
typedef Sawyer::Boost::ConstVertexOuterIterator<V, E, VKey, EKey, Alloc> boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > >::vertex_iterator |
Definition at line 555 of file GraphBoost.h.
typedef size_t boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > >::vertices_size_type |
Definition at line 556 of file GraphBoost.h.
typedef Sawyer::Boost::ConstEdgeOuterIterator<V, E, VKey, EKey, Alloc> boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > >::edge_iterator |
Definition at line 559 of file GraphBoost.h.
typedef size_t boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > >::edges_size_type |
Definition at line 560 of file GraphBoost.h.
typedef Sawyer::Boost::ConstEdgeOuterIterator<V, E, VKey, EKey, Alloc> boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > >::out_edge_iterator |
Definition at line 563 of file GraphBoost.h.
typedef size_t boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > >::degree_size_type |
Definition at line 564 of file GraphBoost.h.
typedef Sawyer::Boost::ConstEdgeOuterIterator<V, E, VKey, EKey, Alloc> boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > >::in_edge_iterator |
Definition at line 567 of file GraphBoost.h.