Path::EdgeIt Class Reference

#include <lemon/path.h>

List of all members.


Detailed Description

template<typename _Graph>
class lemon::Path< _Graph >::EdgeIt

This class is used to iterate on the edges of the paths.

Public Member Functions

 EdgeIt ()
 Default constructor.
 EdgeIt (Invalid)
 Invalid constructor.
 EdgeIt (const Path &_path)
 Initializate the constructor to the first edge of path.
 operator const Edge & () const
 Conversion to Edge.
EdgeItoperator++ ()
 Next edge.
bool operator== (const EdgeIt &e) const
 Comparison operator.
bool operator!= (const EdgeIt &e) const
 Comparison operator.
bool operator< (const EdgeIt &e) const
 Comparison operator.

The documentation for this class was generated from the following file:

Generated on Sat Apr 19 14:21:10 2008 for LEMON by  doxygen 1.5.5