|
spot 2.16
|
Interface for retrieving unsigned integer statistics from an emptiness check. More...
#include <spot/twaalgos/emptiness_stats.hh>
Public Types | |
| typedef unsigned(unsigned_statistics::* | unsigned_fun) () const |
| Function pointer type for unsigned statistics getters. | |
| typedef std::map< const char *, unsigned_fun, char_ptr_less_than > | stats_map |
| Map from statistic names to getter function pointers. | |
Public Member Functions | |
| unsigned | get (const char *str) const |
| Retrieve a named statistic by its key. | |
Public Attributes | |
| stats_map | stats |
| Map of available statistics. | |
Interface for retrieving unsigned integer statistics from an emptiness check.
| typedef std::map<const char*, unsigned_fun, char_ptr_less_than> spot::unsigned_statistics::stats_map |
Map from statistic names to getter function pointers.
| typedef unsigned(unsigned_statistics::* spot::unsigned_statistics::unsigned_fun) () const |
Function pointer type for unsigned statistics getters.
|
inline |
Retrieve a named statistic by its key.
References stats.
1.9.8