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

Accepting Run Search statistics. More...

#include <tgbaalgos/emptiness_stats.hh>

Inheritance diagram for spot::ars_statistics:
Inheritance graph
[legend]
Collaboration diagram for spot::ars_statistics:
Collaboration graph
[legend]

List of all members.

Public Types

typedef unsigned(unsigned_statistics::* unsigned_fun )() const
typedef std::map< const char
*, unsigned_fun,
char_ptr_less_than
stats_map

Public Member Functions

 ars_statistics ()
void inc_ars_prefix_states ()
unsigned ars_prefix_states () const
void inc_ars_cycle_states ()
unsigned ars_cycle_states () const
unsigned get (const char *str) const

Public Attributes

stats_map stats

Private Attributes

unsigned prefix_states_
unsigned cycle_states_
 states visited to construct the prefix

Detailed Description

Accepting Run Search statistics.

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


Member Typedef Documentation

typedef std::map<const char*, unsigned_fun, char_ptr_less_than> spot::unsigned_statistics::stats_map [inherited]
typedef unsigned(unsigned_statistics::* spot::unsigned_statistics::unsigned_fun)() const [inherited]

Constructor & Destructor Documentation

spot::ars_statistics::ars_statistics (  )  [inline]

Member Function Documentation

unsigned spot::ars_statistics::ars_cycle_states (  )  const [inline]

References cycle_states_.

Referenced by ars_statistics().

unsigned spot::ars_statistics::ars_prefix_states (  )  const [inline]

References prefix_states_.

Referenced by ars_statistics().

unsigned spot::unsigned_statistics::get ( const char *  str  )  const [inline, inherited]
void spot::ars_statistics::inc_ars_cycle_states (  )  [inline]

References cycle_states_.

void spot::ars_statistics::inc_ars_prefix_states (  )  [inline]

References prefix_states_.


Member Data Documentation

states visited to construct the prefix

Referenced by ars_cycle_states(), and inc_ars_cycle_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 Fri Apr 16 09:43:30 2010 for spot by doxygen 1.6.3