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 Of course it converts to Graph::Edge


Public Member Functions

 EdgeIt ()
 Default constructor.
 EdgeIt (Invalid)
 Invalid constructor.
 EdgeIt (const Path &_path, int _id=0)
 Constructor with starting point.
 operator Edge () const
 Conversion to Graph::Edge.
EdgeItoperator++ ()
 Steps to the 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.


Constructor & Destructor Documentation

EdgeIt (  )  [inline]

Default constructor

EdgeIt ( Invalid   )  [inline]

Invalid constructor

EdgeIt ( const Path _path,
int  _id = 0 
) [inline]

Constructor with starting point


Member Function Documentation

operator Edge (  )  const [inline]

Conversion to Graph::Edge

EdgeIt& operator++ (  )  [inline]

Steps to the next edge

bool operator== ( const EdgeIt e  )  const [inline]

Comparison operator

bool operator!= ( const EdgeIt e  )  const [inline]

Comparison operator

bool operator< ( const EdgeIt e  )  const [inline]

Comparison operator


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