ListPath::ArcIt Class Reference

#include <lemon/path.h>

List of all members.


Detailed Description

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

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

Of course it converts to Digraph::Arc

Public Member Functions

 ArcIt ()
 Default constructor.
 ArcIt (Invalid)
 Invalid constructor.
 ArcIt (const ListPath &_path)
 Initializate the constructor to the first arc of path.
 operator const Arc & () const
 Conversion to Digraph::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