Path::NodeIt Class Reference

#include <lemon/concepts/path.h>

List of all members.


Detailed Description

template<typename _Graph>
class lemon::concepts::Path< _Graph >::NodeIt

This class is used to iterate on the nodes of the paths

Of course it converts to Graph::Node.


Public Member Functions

 NodeIt ()
 Default constructor.
 NodeIt (Invalid)
 Invalid constructor.
 NodeIt (const Path &)
 Constructor with starting point.
 operator Node () const
 Conversion to Graph::Node.
NodeItoperator++ ()
 Next node.
bool operator== (const NodeIt &) const
 Comparison operator.
bool operator!= (const NodeIt &) const
 Comparison operator.
bool operator< (const NodeIt &) const
 Comparison operator.


The documentation for this class was generated from the following file:
Generated on Tue Oct 31 09:51:49 2006 for LEMON by  doxygen 1.5.1