|
ROSE
0.11.96.11
|
Traits for graphs.
#include <Graph.h>

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. | |
1.8.17