Path::ArcIt Class Reference

#include <lemon/path.h>

List of all members.


Detailed Description

template<typename _Digraph>
class lemon::Path< _Digraph >::ArcIt

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

Public Member Functions

 ArcIt ()
 Default constructor.
 ArcIt (Invalid)
 Invalid constructor.
 ArcIt (const Path &_path)
 Initializate the iterator to the first arc of path.
 operator const Arc & () const
 Conversion to Arc.
ArcItoperator++ ()
 Next arc.
bool operator== (const ArcIt &e) const
 Comparison operator.
bool operator!= (const ArcIt &e) const
 Comparison operator.
bool operator< (const ArcIt &e) const
 Comparison operator.

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

Generated on Fri Jan 23 18:15:19 2009 for LEMON by  doxygen 1.5.6