This class identifies a node of the graph. It also serves as a base class of the node iterators, thus they convert to this type.
#include <lemon/concepts/graph.h>
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. | |
|
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 |
Artificial ordering operator.