GlobalStatistics::OutVector Struct Reference

< struct for cOutVectors and cummulated values More...

#include <GlobalStatistics.h>

List of all members.

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

Detailed Description

< struct for cOutVectors and cummulated values

Definition at line 94 of file GlobalStatistics.h.


Constructor & Destructor Documentation

GlobalStatistics::OutVector::OutVector ( const std::string &  name  )  [inline]

Definition at line 101 of file GlobalStatistics.h.

00102                                          :
            vector(name.c_str()), count(0), value(0), avg(0) {};


Member Data Documentation

Definition at line 99 of file GlobalStatistics.h.

Referenced by GlobalStatistics::recordOutVector().

number of recorded values

Definition at line 97 of file GlobalStatistics.h.

Referenced by GlobalStatistics::finalizeStatistics(), and GlobalStatistics::recordOutVector().

sum of values

Definition at line 98 of file GlobalStatistics.h.

Referenced by GlobalStatistics::finalizeStatistics(), and GlobalStatistics::recordOutVector().

output vector

Definition at line 96 of file GlobalStatistics.h.

Referenced by GlobalStatistics::recordOutVector().


The documentation for this struct was generated from the following file:
Generated on Wed May 26 16:21:17 2010 for OverSim by  doxygen 1.6.3