#include <lemon/concept/graph.h>
Inherited by StaticGraph::NodeIt.
Inheritance diagram for StaticGraph::Node:
Public Member Functions | |
Node () | |
Default constructor. | |
Node (const Node &) | |
Copy constructor. | |
Node (Invalid) | |
Invalid constructor & conversion. | |
bool | operator== (Node) const |
Equality operator. | |
bool | operator!= (Node) const |
Inequality operator. | |
bool | operator< (Node) const |
Artificial ordering operator. |
|
|
|
Copy constructor. |
|
This constructor initializes the iterator to be invalid.
|
|
Two iterators are equal if and only if they point to the same object or both are invalid. |
|
|
|
To allow the use of graph descriptors as key type in std::map or similar associative container we require this.
|