#include <lemon/concept/graph_component.h>
Definition at line 487 of file graph_component.h.
Public Member Functions | |
GraphIterator () | |
Default constructor. | |
GraphIterator (GraphIterator const &) | |
Copy constructor. | |
GraphIterator (const _Graph &) | |
Sets the iterator to the first item. | |
GraphIterator (Invalid) | |
Invalid constructor & conversion. | |
GraphIterator & | operator= (GraphIterator const &) |
Assign operator for items. | |
GraphIterator & | operator++ () |
Next item. | |
bool | operator== (const GraphIterator &) const |
Equality operator. | |
bool | operator!= (const GraphIterator &) const |
Inequality operator. |
|
Definition at line 495 of file graph_component.h. |
|
Copy constructor. Definition at line 500 of file graph_component.h. |
|
Sets the iterator to the first item of Definition at line 505 of file graph_component.h. |
|
This constructor initializes the item to be invalid.
Definition at line 510 of file graph_component.h. |
|
The items are assignable. Definition at line 515 of file graph_component.h. |
|
Assign the iterator to the next item. Definition at line 520 of file graph_component.h. |
|
Two iterators are equal if and only if they point to the same object or both are invalid. Definition at line 526 of file graph_component.h. |
|
Definition at line 531 of file graph_component.h. |