#include <graph.h>
Inheritance diagram for StaticGraph::Edge:
Definition at line 159 of file graph.h.
Public Member Functions | |
Edge () | |
Default constructor. | |
Edge (const Edge &) | |
Copy constructor. | |
Edge (Invalid) | |
Initialize the iterator to be invalid. | |
bool | operator== (Edge) const |
Equality operator. | |
bool | operator!= (Edge) const |
Inequality operator. | |
bool | operator< (Edge) const |
Comparison operator. |
|
|
|
|
Initialize the iterator to be invalid.Definition at line 175 of file graph.h. |
|
Two iterators are equal if and only if they point to the same object or both are invalid. Definition at line 180 of file graph.h. |
|
|
|
This is a strict ordering between the nodes. This ordering can be different from the order in which NodeIt goes through the nodes.
|