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>
Inheritance diagram for Graph::Edge: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. | |
| Edge | ( | ) | [inline] |
Default constructor.
| bool operator== | ( | Edge | ) | const [inline] |
Equality operator.
Two iterators are equal if and only if they point to the same object or both are INVALID.
| bool operator!= | ( | Edge | ) | const [inline] |
Inequality operator.
| bool operator< | ( | Edge | ) | const [inline] |
Artificial ordering operator.
1.7.3