< struct for cOutVectors and cummulated values More...
#include <GlobalStatistics.h>
Public Member Functions | |
| OutVector (const std::string &name) | |
Public Attributes | |
| cOutVector | vector |
| output vector | |
| int | count |
| number of recorded values | |
| double | value |
| sum of values | |
| double | avg |
< struct for cOutVectors and cummulated values
Definition at line 99 of file GlobalStatistics.h.
| GlobalStatistics::OutVector::OutVector | ( | const std::string & | name | ) | [inline] |
Definition at line 104 of file GlobalStatistics.h.
number of recorded values
Definition at line 102 of file GlobalStatistics.h.
Referenced by GlobalStatistics::finalizeStatistics(), and GlobalStatistics::recordOutVector().
sum of values
Definition at line 103 of file GlobalStatistics.h.
Referenced by GlobalStatistics::finalizeStatistics(), and GlobalStatistics::recordOutVector().
| cOutVector GlobalStatistics::OutVector::vector |
output vector
Definition at line 101 of file GlobalStatistics.h.
Referenced by GlobalStatistics::recordOutVector().
1.7.1