This class identifies an arc of the digraph. It also serves as a base class of the arc iterators, thus they will convert to this type.
#include <lemon/concepts/digraph.h>
Inheritance diagram for Digraph::Arc:Public Member Functions | |
| Arc () | |
| Default constructor. | |
| Arc (const Arc &) | |
| Arc (Invalid) | |
| Invalid constructor & conversion. | |
| bool | operator== (Arc) const |
| Equality operator. | |
| bool | operator!= (Arc) const |
| bool | operator< (Arc) const |
| Artificial ordering operator. | |
| Arc | ( | ) | [inline] |
Default constructor.
| bool operator== | ( | Arc | ) | const [inline] |
Equality operator.
Two iterators are equal if and only if they point to the same object or both are INVALID.
| bool operator!= | ( | Arc | ) | const [inline] |
Inequality operator.
| bool operator< | ( | Arc | ) | const [inline] |
Artificial ordering operator.
1.7.3