This class is used to iterate on the arcs of the paths in reverse direction.
#include <lemon/concepts/path.h>
Public Member Functions | |
RevArcIt () | |
Default constructor. | |
RevArcIt (Invalid) | |
Invalid constructor. | |
RevArcIt (const PathDumper &) | |
Constructor for first arc. | |
operator Arc () const | |
Conversion to Arc. | |
RevArcIt & | operator++ () |
Next arc. | |
bool | operator== (const RevArcIt &) const |
Comparison operator. | |
bool | operator!= (const RevArcIt &) const |
Comparison operator. | |
bool | operator< (const RevArcIt &) const |
Comparison operator. | |