#include <lemon/concept/graph.h>
Inherits StaticGraph::Edge.
Inheritance diagram for StaticGraph::EdgeIt:
g
of type Graph
as follows:
Public Member Functions | |
EdgeIt () | |
Default constructor. | |
EdgeIt (const EdgeIt &e) | |
Copy constructor. | |
EdgeIt (Invalid) | |
Initialize the iterator to be invalid. | |
EdgeIt (const StaticGraph &g) | |
This constructor sets the iterator to the first edge. | |
EdgeIt (const StaticGraph &, const Edge &) | |
Edge -> EdgeIt conversion. | |
EdgeIt & | operator++ () |
Assign the iterator to the next edge. |
|
|
|
Copy constructor. |
|
Initialize the iterator to be invalid. |
|
This constructor sets the iterator to the first edge of
|
|
Sets the iterator to the value of the trivial iterator |