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/bpgraph.h>
Public Member Functions | |
Edge () | |
Default constructor. | |
Edge (const Edge &) | |
Edge (Invalid) | |
Invalid constructor & conversion. | |
bool | operator== (Edge) const |
Equality operator. | |
bool | operator!= (Edge) const |
bool | operator< (Edge) const |
Artificial ordering operator. | |
|
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.