ROSE 0.11.145.134
Public Types | List of all members
boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > > Struct Template Reference

Description

template<class V, class E, class VKey, class EKey, class Alloc>
struct boost::graph_traits< const Sawyer::Container::Graph< V, E, VKey, EKey, Alloc > >

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
 

Member Typedef Documentation

◆ traversal_category

template<class V , class E , class VKey , class EKey , class Alloc >
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.

◆ vertex_descriptor

template<class V , class E , class VKey , class EKey , class Alloc >
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.

◆ edge_descriptor

template<class V , class E , class VKey , class EKey , class Alloc >
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.

◆ directed_category

template<class V , class E , class VKey , class EKey , class Alloc >
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.

◆ edge_parallel_category

template<class V , class E , class VKey , class EKey , class Alloc >
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.

◆ vertex_iterator

template<class V , class E , class VKey , class EKey , class Alloc >
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.

◆ vertices_size_type

template<class V , class E , class VKey , class EKey , class Alloc >
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.

◆ edge_iterator

template<class V , class E , class VKey , class EKey , class Alloc >
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.

◆ edges_size_type

template<class V , class E , class VKey , class EKey , class Alloc >
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.

◆ out_edge_iterator

template<class V , class E , class VKey , class EKey , class Alloc >
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.

◆ degree_size_type

template<class V , class E , class VKey , class EKey , class Alloc >
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.

◆ in_edge_iterator

template<class V , class E , class VKey , class EKey , class Alloc >
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.


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