Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

SctData::Stat< T > Class Template Reference

Represents an individual statistic. More...

#include <Stat.h>


Public Member Functions

 Stat (T value, bool valid)
 Stat ()

Data Fields

value
bool valid


Detailed Description

template<class T>
class SctData::Stat< T >

Represents an individual statistic.

The templated class must be able to do T+=T, T/=unsigned, T*T, T-T and must have a default constructor T() which sets values to zero.

Definition at line 14 of file Stat.h.


Constructor & Destructor Documentation

template<class T>
SctData::Stat< T >::Stat   value,
bool    valid
[inline]
 

Definition at line 16 of file Stat.h.

References SctData::Stat< T >::valid.

template<class T>
SctData::Stat< T >::Stat   [inline]
 

Definition at line 17 of file Stat.h.

References SctData::Stat< T >::valid.


Field Documentation

template<class T>
bool SctData::Stat< T >::valid
 

Definition at line 19 of file Stat.h.

Referenced by SctData::IO::TrimRangeTestResultStreamer::readData(), SctData::IO::TrimRangeTestResultStreamer::readTrim(), SctData::Stat< T >::Stat(), SctData::IO::TrimRangeTestResultStreamer::writeData(), and SctData::IO::TrimRangeTestResultStreamer::writeTrim().

template<class T>
T SctData::Stat< T >::value
 

Definition at line 18 of file Stat.h.

Referenced by SctData::IO::TrimRangeTestResultStreamer::readData(), SctData::IO::TrimRangeTestResultStreamer::readTrim(), SctData::IO::TrimRangeTestResultStreamer::writeData(), and SctData::IO::TrimRangeTestResultStreamer::writeTrim().


The documentation for this class was generated from the following file:
Generated on Mon Dec 15 19:37:52 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3