Stat_Results#
#include <Statistiques.h>
An object that is used to store counter data.
How to reference this class#
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Stat\_Results <class-stat-results>`
[Stat\_Results](#class-stat-results)
Detailed description#
List of Public Methods#
Complete Member Function Documentation#
compute_min_max_avg#
void Stat_Results::compute_min_max_avg()
Detailed description
References
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void Stat_Results::compute_min_max_avg() <stat-results-public-void-stat-results-compute-min-max-avg>`
[void Stat_Results::compute_min_max_avg()](#stat-results-public-void-stat-results-compute-min-max-avg)
reset#
void Stat_Results::reset()
Detailed description
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void Stat_Results::reset() <stat-results-public-void-stat-results-reset>`
[void Stat_Results::reset()](#stat-results-public-void-stat-results-reset)
Stat_Results#
Stat_Results::Stat_Results()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Stat_Results::Stat_Results() <stat-results-public-stat-results-stat-results>`
[Stat_Results::Stat_Results()](#stat-results-public-stat-results-stat-results)
Attributes Documentation#
double Stat_Results::avg_count
double Stat_Results::avg_quantity
double Stat_Results::avg_time
double Stat_Results::count
double Stat_Results::max_count
double Stat_Results::max_quantity
double Stat_Results::max_time
double Stat_Results::min_count
double Stat_Results::min_quantity
double Stat_Results::min_time
double Stat_Results::quantity
double Stat_Results::time