#include <senf/Utils/StatisticAccumulator.hh>
Definition at line 29 of file StatisticAccumulator.hh.
◆ StatisticsData() [1/3]
senf::StatisticsData::StatisticsData |
( |
| ) |
|
◆ StatisticsData() [2/3]
senf::StatisticsData::StatisticsData |
( |
float |
min_, |
|
|
float |
avg_, |
|
|
float |
max_, |
|
|
float |
stddev_, |
|
|
unsigned |
cnt_ |
|
) |
| |
◆ StatisticsData() [3/3]
senf::StatisticsData::StatisticsData |
( |
float |
singleValue | ) |
|
◆ asPTree()
boost::property_tree::ptree senf::StatisticsData::asPTree |
( |
| ) |
const |
◆ clear()
void senf::StatisticsData::clear |
( |
| ) |
|
◆ operator bool()
senf::StatisticsData::operator bool |
( |
| ) |
const |
|
explicit |
◆ operator<()
bool senf::StatisticsData::operator< |
( |
StatisticsData const & |
other | ) |
const |
◆ avg
float senf::StatisticsData::avg |
◆ cnt
unsigned senf::StatisticsData::cnt |
◆ max
float senf::StatisticsData::max |
◆ min
float senf::StatisticsData::min |
◆ stddev
float senf::StatisticsData::stddev |
The documentation for this struct was generated from the following files: