|
Thrill
0.1
|
Definition at line 96 of file stats_counter.hpp.
#include <stats_counter.hpp>
Public Types | |
| using | ValueType = ValueType_ |
| The counter's value type. More... | |
Public Member Functions | |
| StatsCounter (const ValueType &=ValueType()) | |
| operator ValueType () const | |
| StatsCounter & | operator++ () |
| StatsCounter & | operator++ (int) |
| StatsCounter & | operator+= (const ValueType &) |
| bool | Real () const |
| Whether the counter is active. More... | |
| void | set_max (const ValueType &) |
| ValueType | value () const |
| using ValueType = ValueType_ |
The counter's value type.
Definition at line 100 of file stats_counter.hpp.
|
inline |
Definition at line 103 of file stats_counter.hpp.
|
inline |
Definition at line 121 of file stats_counter.hpp.
|
inline |
Definition at line 112 of file stats_counter.hpp.
|
inline |
Definition at line 115 of file stats_counter.hpp.
|
inline |
Definition at line 109 of file stats_counter.hpp.
|
inline |
Whether the counter is active.
Definition at line 107 of file stats_counter.hpp.
|
inline |
Definition at line 118 of file stats_counter.hpp.
|
inline |
Definition at line 126 of file stats_counter.hpp.