ROSE  0.11.96.11
Public Types | List of all members
Sawyer::Container::GraphTraits< G > Struct Template Reference

Description

template<class G>
struct Sawyer::Container::GraphTraits< G >

Traits for graphs.

Definition at line 287 of file Graph.h.

#include <Graph.h>

Inheritance diagram for Sawyer::Container::GraphTraits< G >:
Inheritance graph
[legend]

Public Types

typedef G::EdgeIterator EdgeIterator
 Const or non-const edge iterator.
 
typedef G::EdgeValueIterator EdgeValueIterator
 Const or non-const edge value iterator.
 
typedef G::VertexIterator VertexIterator
 Const or non-const vertex iterator.
 
typedef G::VertexValueIterator VertexValueIterator
 Const or non-const vertex value iterator.
 
typedef G::Vertex Vertex
 Vertex type including user type and connectivity.
 
typedef G::Edge Edge
 Edge type including user type and connectivity.
 
typedef G::VertexValue VertexValue
 User-defined vertex type without connectivity information.
 
typedef G::EdgeValue EdgeValue
 User-defined edge type without connectivity information.
 

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