Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

spot::ec_statistics Class Reference
[Emptiness-check statistics]

Emptiness-check statistics. More...

#include <tgbaalgos/emptiness_stats.hh>

Inheritance diagram for spot::ec_statistics:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 ec_statistics ()
void set_states (unsigned n)
void inc_states ()
void inc_transitions ()
void inc_depth (unsigned n=1)
void dec_depth (unsigned n=1)
int states () const
int transitions () const
int max_depth () const
int depth () const

Private Attributes

unsigned states_
unsigned transitions_
 number of disctint visited states
unsigned depth_
 number of visited transitions
unsigned max_depth_
 maximal depth of the stack(s)

Detailed Description

Emptiness-check statistics.

Implementations of spot::emptiness_check may also implement this interface. Try to dynamic_cast the spot::emptiness_check pointer to know whether these statistics are available.


Constructor & Destructor Documentation

spot::ec_statistics::ec_statistics  )  [inline]
 


Member Function Documentation

void spot::ec_statistics::dec_depth unsigned  n = 1  )  [inline]
 

int spot::ec_statistics::depth  )  const [inline]
 

void spot::ec_statistics::inc_depth unsigned  n = 1  )  [inline]
 

void spot::ec_statistics::inc_states  )  [inline]
 

void spot::ec_statistics::inc_transitions  )  [inline]
 

int spot::ec_statistics::max_depth  )  const [inline]
 

void spot::ec_statistics::set_states unsigned  n  )  [inline]
 

int spot::ec_statistics::states  )  const [inline]
 

int spot::ec_statistics::transitions  )  const [inline]
 


Member Data Documentation

unsigned spot::ec_statistics::depth_ [private]
 

number of visited transitions

unsigned spot::ec_statistics::max_depth_ [private]
 

maximal depth of the stack(s)

unsigned spot::ec_statistics::states_ [private]
 

unsigned spot::ec_statistics::transitions_ [private]
 

number of disctint visited states


The documentation for this class was generated from the following file:
Please comment this page and report errors about it on the RefDocComments page.
Generated on Mon Jan 31 12:55:47 2005 for spot by doxygen 1.4.0