senf::StatisticsData Struct Reference

#include <senf/Utils/StatisticAccumulator.hh>

List of all members.


Detailed Description

Definition at line 35 of file StatisticAccumulator.hh.


Public Member Functions

  StatisticsData (float min_, float avg_, float max_, float stddev_, boost::uint32_t count_)
  StatisticsData (StatisticsData const &other)
  StatisticsData ()

Public Attributes

float  min
float  avg
float  max
float  stddev
boost::uint32_t  count

Constructor & Destructor Documentation

senf::StatisticsData::
StatisticsData ( float  min_,
float  avg_,
float  max_,
float  stddev_,
boost::uint32_t  count_ )

Definition at line 37 of file StatisticAccumulator.hh.

senf::StatisticsData::
StatisticsData ( StatisticsData const &  other )

Definition at line 40 of file StatisticAccumulator.hh.

senf::StatisticsData::
StatisticsData ()

Definition at line 43 of file StatisticAccumulator.hh.


Member Data Documentation

float senf::StatisticsData::
avg

Definition at line 48 of file StatisticAccumulator.hh.

boost::uint32_t senf::StatisticsData::
count

Definition at line 51 of file StatisticAccumulator.hh.

float senf::StatisticsData::
max

Definition at line 49 of file StatisticAccumulator.hh.

float senf::StatisticsData::
min

Definition at line 45 of file StatisticAccumulator.hh.

float senf::StatisticsData::
stddev

Definition at line 50 of file StatisticAccumulator.hh.


The documentation for this struct was generated from the following file: