spot  2.16
Public Attributes | List of all members
spot::twa_reachable_iterator_depth_first::stack_item Struct Reference

DFS stack entry holding a state, its DFS number, and its active successor iterator. More...

#include <spot/twaalgos/reachiter.hh>

Collaboration diagram for spot::twa_reachable_iterator_depth_first::stack_item:

Public Attributes

const statesrc
 Source state (as a const_state*). More...
 
int src_n
 Source state index. More...
 
twa_succ_iteratorit
 Iterator over successors of src. More...
 

Detailed Description

DFS stack entry holding a state, its DFS number, and its active successor iterator.

Member Data Documentation

◆ it

twa_succ_iterator* spot::twa_reachable_iterator_depth_first::stack_item::it

Iterator over successors of src.

◆ src

const state* spot::twa_reachable_iterator_depth_first::stack_item::src

Source state (as a const_state*).

◆ src_n

int spot::twa_reachable_iterator_depth_first::stack_item::src_n

Source state index.


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 Fri Feb 27 2015 10:00:07 for spot by doxygen 1.9.1