|
spot 2.16
|
Range wrapper for successor iteration. More...
#include <spot/graph/adjlist.hh>
Public Member Functions | |
| successor_range (const adjlist *g, unsigned s) | |
| Construct range over successors of state s in g. | |
| successor_iterator | begin () const |
| Return iterator to first successor. | |
| std::nullptr_t | end () const |
| Return past-the-end sentinel. | |
Range wrapper for successor iteration.
|
inline |
Construct range over successors of state s in g.
|
inline |
Return iterator to first successor.
|
inline |
Return past-the-end sentinel.
1.9.8