spot  2.16
Public Member Functions | Public Attributes | List of all members
spot::couvreur99_check_shy::todo_item Struct Reference

DFS stack item holding a state and its queue of unprocessed successors. More...

#include <spot/twaalgos/gtec/gtec.hh>

Collaboration diagram for spot::couvreur99_check_shy::todo_item:

Public Member Functions

 todo_item (const state *s, int n, couvreur99_check_shy *shy)
 Construct a DFS stack item for the given state. More...
 

Public Attributes

const states
 The state at this DFS stack entry. More...
 
int n
 The DFS order number of this state. More...
 
succ_queue q
 

Detailed Description

DFS stack item holding a state and its queue of unprocessed successors.

Constructor & Destructor Documentation

◆ todo_item()

spot::couvreur99_check_shy::todo_item::todo_item ( const state s,
int  n,
couvreur99_check_shy shy 
)

Construct a DFS stack item for the given state.

Member Data Documentation

◆ n

int spot::couvreur99_check_shy::todo_item::n

The DFS order number of this state.

◆ q

succ_queue spot::couvreur99_check_shy::todo_item::q

Unprocessed successors of s.

◆ s

const state* spot::couvreur99_check_shy::todo_item::s

The state at this DFS stack entry.


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