![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtSimpleStats () | |
| virtual | ~DtSimpleStats () |
| void | addItem (const T &item) |
| double | getAverage () const |
| const T & | getMin () const |
| const T & | getMax () const |
| const T & | getSum () const |
| unsigned int | getCount () const |
| void | clear () |
Private Member Functions | |
| DtSimpleStats (const DtSimpleStats &original) | |
| DtSimpleStats & | operator= (const DtSimpleStats &original) |
Private Attributes | |
| unsigned int | myCount |
| T | mySum |
| T | myMin |
| T | myMax |
| DtSimpleStats< T >::DtSimpleStats | ( | ) | [inline] |
| virtual DtSimpleStats< T >::~DtSimpleStats | ( | ) | [inline, virtual] |
| DtSimpleStats< T >::DtSimpleStats | ( | const DtSimpleStats< T > & | original | ) | [private] |
| void DtSimpleStats< T >::addItem | ( | const T & | item | ) |
| double DtSimpleStats< T >::getAverage | ( | ) | const [inline] |
| const T& DtSimpleStats< T >::getMin | ( | ) | const [inline] |
| const T& DtSimpleStats< T >::getMax | ( | ) | const [inline] |
| const T& DtSimpleStats< T >::getSum | ( | ) | const [inline] |
| unsigned int DtSimpleStats< T >::getCount | ( | ) | const [inline] |
| void DtSimpleStats< T >::clear | ( | ) |
| DtSimpleStats& DtSimpleStats< T >::operator= | ( | const DtSimpleStats< T > & | original | ) | [private] |
unsigned int DtSimpleStats< T >::myCount [private] |
Referenced by DtSimpleStats< unsigned int >::getAverage(), and DtSimpleStats< unsigned int >::getCount().
T DtSimpleStats< T >::mySum [private] |
Referenced by DtSimpleStats< unsigned int >::getAverage(), and DtSimpleStats< unsigned int >::getSum().
T DtSimpleStats< T >::myMin [private] |
Referenced by DtSimpleStats< unsigned int >::getMin().
T DtSimpleStats< T >::myMax [private] |
Referenced by DtSimpleStats< unsigned int >::getMax().