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