spot 2.13
|
Helper class to iterate over the successors of a state using the on-the-fly interface. More...
#include <spot/twa/twa.hh>
Public Member Functions | |
twa_succ_iterable (const twa *aut, twa_succ_iterator *it) | |
twa_succ_iterable (twa_succ_iterable &&other) noexcept | |
internal::succ_iterator | begin () |
internal::succ_iterator | end () |
Protected Attributes | |
const twa * | aut_ |
twa_succ_iterator * | it_ |
Helper class to iterate over the successors of a state using the on-the-fly interface.
This one emulates an STL-like container with begin()/end() methods so that it can be iterated using a ranged-for.