#include <lemon/concept/graph.h>
Inheritance diagram for StaticGraph::Edge:
Definition at line 218 of file graph.h.
Public Member Functions | |
Edge () | |
Default constructor. | |
Edge (const Edge &) | |
Copy constructor. | |
Edge (Invalid) | |
Initialize the iterator to be invalid. | |
bool | operator== (Edge) const |
Equality operator. | |
bool | operator!= (Edge) const |
Inequality operator. |
|
|
|
Copy constructor. |
|
Initialize the iterator to be invalid. |
|
Two iterators are equal if and only if they point to the same object or both are invalid. |
|
|