#include <Stat.h>
Public Member Functions | |
Stat (T value, bool valid) | |
Stat () | |
Data Fields | |
T | value |
bool | valid |
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.
|
Definition at line 16 of file Stat.h. References SctData::Stat< T >::valid. |
|
Definition at line 17 of file Stat.h. References SctData::Stat< T >::valid. |
|
|
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(). |