spot 2.14.5
Loading...
Searching...
No Matches
spot::internal::twa_succ_iterable Class Reference

Helper class to iterate over the successors of a state using the on-the-fly interface. More...

#include <spot/twa/twa.hh>

Collaboration diagram for spot::internal::twa_succ_iterable:

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 twaaut_
twa_succ_iteratorit_

Detailed Description

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.


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 doxygen 1.15.0