Stat_Results#

#include <Statistiques.h>
Brief description

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#

Definition
void Stat_Results::compute_min_max_avg()
Brief description
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#

Definition
void Stat_Results::reset()
Brief description
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#

Definition
Stat_Results::Stat_Results()
Brief description
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#

avg_count (public)
double Stat_Results::avg_count
avg_quantity (public)
double Stat_Results::avg_quantity
avg_time (public)
double Stat_Results::avg_time
count (public)
double Stat_Results::count
max_count (public)
double Stat_Results::max_count
max_quantity (public)
double Stat_Results::max_quantity
max_time (public)
double Stat_Results::max_time
min_count (public)
double Stat_Results::min_count
min_quantity (public)
double Stat_Results::min_quantity
min_time (public)
double Stat_Results::min_time
quantity (public)
double Stat_Results::quantity
time (public)
double Stat_Results::time