|
spot
2.16
|
DFS stack entry holding a state, its DFS number, and its active successor iterator. More...
#include <spot/twaalgos/reachiter.hh>
Public Attributes | |
| const state * | src |
| Source state (as a const_state*). More... | |
| int | src_n |
| Source state index. More... | |
| twa_succ_iterator * | it |
| Iterator over successors of src. More... | |
DFS stack entry holding a state, its DFS number, and its active successor iterator.
| twa_succ_iterator* spot::twa_reachable_iterator_depth_first::stack_item::it |
Iterator over successors of src.
| const state* spot::twa_reachable_iterator_depth_first::stack_item::src |
Source state (as a const_state*).
| int spot::twa_reachable_iterator_depth_first::stack_item::src_n |
Source state index.
1.9.1