PathDumper::RevEdgeIt Class Reference

#include <lemon/concepts/path.h>

List of all members.


Detailed Description

template<typename _Graph>
class lemon::concepts::PathDumper< _Graph >::RevEdgeIt

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

Public Member Functions

 RevEdgeIt ()
 Default constructor.
 RevEdgeIt (Invalid)
 Invalid constructor.
 RevEdgeIt (const PathDumper &)
 Constructor for first edge.
 operator Edge () const
 Conversion to Edge.
RevEdgeItoperator++ ()
 Next edge.
bool operator== (const RevEdgeIt &) const
 Comparison operator.
bool operator!= (const RevEdgeIt &) const
 Comparison operator.
bool operator< (const RevEdgeIt &) const
 Comparison operator.

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

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