#include <lemon/concept/graph.h>
Inheritance diagram for StaticGraph::EdgeIt:
g
of type Graph
as follows: int count=0; for(Graph::EdgeIt e(g); e!=INVALID; ++e) ++count;
Definition at line 353 of file graph.h.
Public Member Functions | |
EdgeIt () | |
Default constructor. | |
EdgeIt (const EdgeIt &) | |
Copy constructor. | |
EdgeIt (Invalid) | |
Initialize the iterator to be invalid. | |
EdgeIt (const StaticGraph &g) | |
This constructor sets the iterator to first edge. | |
EdgeIt (const StaticGraph &, const Edge &) | |
Edge -> EdgeIt conversion. | |
EdgeIt & | operator++ () |
Next edge. |
|
|
|
Copy constructor. |
|
Initialize the iterator to be invalid. |
|
This constructor set the iterator to the first edge of node
|
|
Sets the iterator to the value of the trivial iterator |
|
Assign the iterator to the next edge of the corresponding node. |