spot  2.4
Public Member Functions | Protected Attributes | List of all members
spot::internal::succ_iterator Struct Reference

Helper structure to iterate over the successor of a state using the on-the-fly interface. More...

#include <spot/twa/twa.hh>

Collaboration diagram for spot::internal::succ_iterator:
Collaboration graph

Public Member Functions

 succ_iterator (twa_succ_iterator *it)
 
bool operator== (succ_iterator o) const
 
bool operator!= (succ_iterator o) const
 
const twa_succ_iteratoroperator* () const
 
void operator++ ()
 

Protected Attributes

twa_succ_iteratorit_
 

Detailed Description

Helper structure to iterate over the successor of a state using the on-the-fly interface.

This one emulates an STL-like iterator over the twa_succ_iterator interface.


The documentation for this struct 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 Wed Sep 6 2017 05:14:06 for spot by doxygen 1.8.13