Detailed Description
template<typename _Graph, typename _Item>
class lemon::concepts::GraphItemIt< _Graph, _Item >
Skeleton class for graph NodeIt and ArcIt.
#include <lemon/concepts/graph_components.h>
List of all members.
Constructor & Destructor Documentation
- Warning:
- The default constructor sets the iterator to an undefined value.
Sets the iterator to the first item of the
graph.
This constructor initializes the item to be invalid.
- See also:
- Invalid for more details.
Member Function Documentation
The items are assignable.
Assign the iterator to the next item.
bool operator== |
( |
const GraphItemIt< _Graph, _Item > & |
|
) |
const [inline] |
Two iterators are equal if and only if they point to the same object or both are invalid.
bool operator!= |
( |
const GraphItemIt< _Graph, _Item > & |
|
) |
const [inline] |
- See also:
- operator==(Node n)
The documentation for this class was generated from the following file: