#include <Accumulator.h>

Public Member Functions | |
| void | Clear () |
| bool | IsValid () const |
| void | Validate (const bool state=true) |
Private Attributes | |
| bool | fIsValid = false |
Definition at line 112 of file Utilities/Statistics/Accumulator.h.
|
inline |
Definition at line 116 of file Utilities/Statistics/Accumulator.h.
References fIsValid.
Referenced by utl::Accumulator::Safe< AccumulatorT >::Clear().
|
inline |
Definition at line 114 of file Utilities/Statistics/Accumulator.h.
References fIsValid.
Referenced by utl::Accumulator::Safe< AccumulatorT >::operator bool().
|
inline |
Definition at line 115 of file Utilities/Statistics/Accumulator.h.
References fIsValid.
Referenced by utl::Accumulator::Safe< AccumulatorT >::operator()().
|
private |
Definition at line 118 of file Utilities/Statistics/Accumulator.h.
Referenced by Clear(), IsValid(), and Validate().