![]() |
VR-Forces 4.1 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 |
|
inline |
|
inlinevirtual |
|
private |
| void DtSimpleStats< T >::addItem | ( | const T & | item | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void DtSimpleStats< T >::clear | ( | ) |
|
private |
|
private |
Referenced by DtSimpleStats< unsigned int >::getAverage(), and DtSimpleStats< unsigned int >::getCount().
|
private |
Referenced by DtSimpleStats< unsigned int >::getAverage(), and DtSimpleStats< unsigned int >::getSum().
|
private |
Referenced by DtSimpleStats< unsigned int >::getMin().
|
private |
Referenced by DtSimpleStats< unsigned int >::getMax().