iterator over vertices of the cycle More...
#include <simple_cycle.hpp>
Public Member Functions | |
| vertex_iterator (const simple_cycle &cm, CycleEl ce) | |
| constructor More... | |
| vertex_iterator () | |
| default constructor | |
| vertex_iterator & | operator++ () |
| operator++() More... | |
| vertex_iterator | operator++ (int) |
| operator++(int) More... | |
| bool | operator!= (vertex_iterator ei) const |
| operator!= More... | |
| bool | operator== (vertex_iterator ei) const |
| operator== More... | |
| const CycleEl *const | operator-> () const |
| operator->() More... | |
| const CycleEl & | operator* () const |
| operator*() More... | |
iterator over vertices of the cycle
Definition at line 103 of file simple_cycle.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.5