GlobalStatistics::OutVector Struct Reference

#include <GlobalStatistics.h>

List of all members.


Detailed Description

< struct for cOutVectors and cummulated values

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

Constructor & Destructor Documentation

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

00100                                                  :
00101                     vector(name.c_str()), count(0), value(0) {};
        };


Member Data Documentation

cOutVector GlobalStatistics::OutVector::vector

output vector

int GlobalStatistics::OutVector::count

number of recorded values

double GlobalStatistics::OutVector::value

sum of values


The documentation for this struct was generated from the following file:
Generated on Thu Apr 17 13:19:29 2008 for ITM OverSim by  doxygen 1.5.3