#include <lemon/concepts/graph_components.h>
| Public Member Functions | |
| GraphIncIt () | |
| Default constructor. | |
| GraphIncIt (GraphIncIt const &gi) | |
| GraphIncIt (const _Graph &, const _Base &) | |
| GraphIncIt (Invalid) | |
| Invalid constructor & conversion. | |
| GraphIncIt & | operator= (GraphIncIt const &) | 
| Assign operator for iterators. | |
| GraphIncIt & | operator++ () | 
| Next item. | |
| bool | operator== (const GraphIncIt &) const | 
| Equality operator. | |
| bool | operator!= (const GraphIncIt &) const | 
| Inequality operator. | |
| GraphIncIt | ( | ) |  [inline] | 
| GraphIncIt | ( | GraphIncIt< _Graph, _Item, _Base, _selector > const & | gi | ) |  [inline] | 
Copy constructor.
| GraphIncIt | ( | const _Graph & | , | |
| const _Base & | ||||
| ) |  [inline, explicit] | 
Sets the iterator to the first edge incoming into or outgoing from the node.
| GraphIncIt | ( | Invalid | ) |  [inline] | 
This constructor initializes the item to be invalid.
| GraphIncIt& operator= | ( | GraphIncIt< _Graph, _Item, _Base, _selector > const & | ) |  [inline] | 
The iterators are assignable.
| GraphIncIt& operator++ | ( | ) |  [inline] | 
Assign the iterator to the next item.
| bool operator== | ( | const GraphIncIt< _Graph, _Item, _Base, _selector > & | ) | const  [inline] | 
Two iterators are equal if and only if they point to the same object or both are invalid.
| bool operator!= | ( | const GraphIncIt< _Graph, _Item, _Base, _selector > & | ) | const  [inline] | 
 1.5.9
 1.5.9