spot  2.16
Public Types | Public Member Functions | Public Attributes | List of all members

Interface for retrieving unsigned integer statistics from an emptiness check. More...

#include <spot/twaalgos/emptiness_stats.hh>

Inheritance diagram for spot::unsigned_statistics:
Collaboration diagram for spot::unsigned_statistics:

Public Types

typedef unsigned(unsigned_statistics::* unsigned_fun) () const
 Function pointer type for unsigned statistics getters. More...
 
typedef std::map< const char *, unsigned_fun, char_ptr_less_thanstats_map
 Map from statistic names to getter function pointers. More...
 

Public Member Functions

unsigned get (const char *str) const
 Retrieve a named statistic by its key. More...
 

Public Attributes

stats_map stats
 Map of available statistics. More...
 

Detailed Description

Interface for retrieving unsigned integer statistics from an emptiness check.

Member Typedef Documentation

◆ stats_map

Map from statistic names to getter function pointers.

◆ unsigned_fun

typedef unsigned(unsigned_statistics::* spot::unsigned_statistics::unsigned_fun) () const

Function pointer type for unsigned statistics getters.

Member Function Documentation

◆ get()

unsigned spot::unsigned_statistics::get ( const char *  str) const
inline

Retrieve a named statistic by its key.

References stats.

Member Data Documentation

◆ stats

stats_map spot::unsigned_statistics::stats

Map of available statistics.

Referenced by get().


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