#include <Stats.h>

Public Member Functions | |
| virtual double | getMean () |
| double | getToT () |
| virtual void | init () |
| void | new_thing (T size) |
| void | new_time (T time) |
| ThingOverTimeCStats () | |
| ThingOverTimeCStats (std::string name, std::string unit) | |
Private Types | |
| typedef CStats< T >::stat_t | stat_t |
Private Attributes | |
| P | things |
typedef CStats<T>::stat_t ThingOverTimeCStats< T, P >::stat_t [private] |
Reimplemented from MaxMinCStats< T >.
| ThingOverTimeCStats< T, P >::ThingOverTimeCStats | ( | ) | [inline] |
| ThingOverTimeCStats< T, P >::ThingOverTimeCStats | ( | std::string | name, |
| std::string | unit | ||
| ) | [inline] |
| virtual double ThingOverTimeCStats< T, P >::getMean | ( | ) | [inline, virtual] |
Reimplemented from MaxMinCStats< T >.
| double ThingOverTimeCStats< T, P >::getToT | ( | ) | [inline] |
| virtual void ThingOverTimeCStats< T, P >::init | ( | ) | [inline, virtual] |
Reimplemented from MaxMinCStats< T >.
| void ThingOverTimeCStats< T, P >::new_thing | ( | T | size | ) | [inline] |
| void ThingOverTimeCStats< T, P >::new_time | ( | T | time | ) | [inline] |
P ThingOverTimeCStats< T, P >::things [private] |