#include <lemon/concept/graph_component.h>
Inheritance diagram for GraphItem:
Definition at line 52 of file graph_component.h.
Public Member Functions | |
GraphItem () | |
Default constructor. | |
GraphItem (GraphItem const &) | |
Copy constructor. | |
GraphItem (Invalid) | |
Invalid constructor & conversion. | |
GraphItem & | operator= (GraphItem const &) |
Assign operator for nodes. | |
bool | operator== (GraphItem) const |
Equality operator. | |
bool | operator!= (GraphItem) const |
Inequality operator. | |
bool | operator< (GraphItem) const |
Artificial ordering operator. |
|
Definition at line 59 of file graph_component.h. |
|
Copy constructor. Definition at line 64 of file graph_component.h. |
|
This constructor initializes the item to be invalid.
Definition at line 69 of file graph_component.h. |
|
The nodes are assignable. Definition at line 74 of file graph_component.h. |
|
Two iterators are equal if and only if they represents the same node in the graph or both are invalid. Definition at line 79 of file graph_component.h. |
|
Definition at line 84 of file graph_component.h. |
|
To allow the use of graph descriptors as key type in std::map or similar associative container we require this.
Definition at line 96 of file graph_component.h. |