spot 2.12.2
|
Helper structure to iterate over the successors of a state using the on-the-fly interface. More...
#include <spot/twa/twa.hh>
Public Member Functions | |
succ_iterator (twa_succ_iterator *it) | |
bool | operator== (succ_iterator o) const |
bool | operator!= (succ_iterator o) const |
const twa_succ_iterator * | operator* () const |
void | operator++ () |
Protected Attributes | |
twa_succ_iterator * | it_ |
Helper structure to iterate over the successors of a state using the on-the-fly interface.
This one emulates an STL-like iterator over the twa_succ_iterator interface.