This class identifies an edge of the graph. It also serves as a base class of the edge iterators, thus they will convert to this type.
#include <lemon/concepts/graph.h>
Public Member Functions | |
Edge () | |
Default constructor. More... | |
Edge (const Edge &) | |
Copy constructor. More... | |
Edge (Invalid) | |
Invalid constructor & conversion. More... | |
bool | operator== (Edge) const |
Equality operator. More... | |
bool | operator!= (Edge) const |
Inequality operator. More... | |
bool | operator< (Edge) const |
Artificial ordering operator. More... | |
|
inline |
Default constructor.
|
inline |
Equality operator.
Two iterators are equal if and only if they point to the same object or both are INVALID
.
|
inline |
Inequality operator.
|
inline |
Artificial ordering operator.