|
spot 2.15.1
|
Iterator for traversing successors of a state. More...
#include <spot/graph/adjlist.hh>
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | value_type = unsigned |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const unsigned* |
| using | reference = const unsigned& |
Public Member Functions | |
| successor_iterator (const adjlist *g, unsigned idx) | |
| int | operator* () const |
| successor_iterator & | operator++ () |
| successor_iterator | operator++ (int) |
Iterator for traversing successors of a state.
1.15.0