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>
 Inheritance diagram for Graph::Node:
 Inheritance diagram for Graph::Node:| Public Member Functions | |
| Node () | |
| Default constructor.  More... | |
| Node (const Node &) | |
| Copy constructor.  More... | |
| Node (Invalid) | |
| Invalid constructor & conversion.  More... | |
| bool | operator== (Node) const | 
| Equality operator.  More... | |
| bool | operator!= (Node) const | 
| Inequality operator.  More... | |
| bool | operator< (Node) const | 
| Artificial ordering operator.  More... | |
| 
 | 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.
 1.8.5
 1.8.5