GlobalStatistics::OutVector Class Reference

#include <GlobalStatistics.h>

List of all members.


Detailed Description

< struct for cOutVectors and cummulated values


Public Member Functions

 OutVector (const char *name)
 ~OutVector ()

Public Attributes

cOutVector * vector
 output vector
int count
 number of recorded values
double value
 sum of values


Constructor & Destructor Documentation

GlobalStatistics::OutVector::OutVector ( const char *  name  )  [inline]

00102                 {
00103                         vector = new cOutVector(name);
00104                         value = count = 0;
00105                 }

GlobalStatistics::OutVector::~OutVector (  )  [inline]

00107 { delete vector; }


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 class was generated from the following file:
Generated on Tue Jul 24 16:51:18 2007 for ITM OverSim by  doxygen 1.5.1