LEMON style iterator class for enumerating the arcs of a path in reverse direction.
#include <lemon/concepts/path.h>
Public Member Functions | |
RevArcIt () | |
Default constructor. | |
RevArcIt (Invalid) | |
Invalid constructor. | |
RevArcIt (const PathDumper &) | |
Sets the iterator to the last arc of the given path. | |
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. | |