#include <lemon/concept/bpugraph.h>
Inherits BpUGraph::Edge.
Inheritance diagram for BpUGraph::EdgeIt:
g
of type Graph
as follows: int count=0; for(Graph::EdgeIt e(g); e!=INVALID; ++e) ++count;
Public Member Functions | |
EdgeIt () | |
Default constructor. | |
EdgeIt (const EdgeIt &e) | |
Copy constructor. | |
EdgeIt (Invalid) | |
Initialize the iterator to be invalid. | |
EdgeIt (const BpUGraph &g) | |
This constructor sets the iterator to the first edge. | |
EdgeIt (const BpUGraph &, 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 |