#include <statistics.hpp>
Public Member Functions | |
hitrate_t ()=default | |
hitrate_t (const config &cfg) | |
config | write () const |
Public Attributes | |
int | strikes |
int | hits |
Definition at line 61 of file statistics.hpp.
|
default |
|
explicit |
Definition at line 834 of file statistics.cpp.
config statistics::stats::hitrate_t::write | ( | ) | const |
Definition at line 829 of file statistics.cpp.
int statistics::stats::hitrate_t::hits |
Definition at line 64 of file statistics.hpp.
Referenced by operator<<().
int statistics::stats::hitrate_t::strikes |
Definition at line 63 of file statistics.hpp.
Referenced by operator<<().