|
|
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& |
|
|
| successor_iterator (const adjlist *g, unsigned idx) |
|
int | operator* () const |
|
successor_iterator & | operator++ () |
|
successor_iterator | operator++ (int) |
|
|
bool | operator== (const successor_iterator &iter, std::nullptr_t) |
|
bool | operator== (std::nullptr_t, const successor_iterator &iter) |
|
bool | operator!= (const successor_iterator &iter, std::nullptr_t) |
|
bool | operator!= (std::nullptr_t, const successor_iterator &iter) |
The documentation for this class was generated from the following file:
Please direct any
question,
comment, or
bug report to the Spot mailing list at
spot@lrde.epita.fr.
Generated on for spot by
1.15.0