spot  2.11.6
Public Member Functions | Protected Attributes | List of all members
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 Fri Feb 27 2015 10:00:07 for spot by doxygen 1.9.1