List of all members | Public Member Functions | Private Attributes
utl::Accumulator::Count Class Reference

#include <Accumulator.h>

Inheritance diagram for utl::Accumulator::Count:
Inheritance graph
[legend]

Public Member Functions

void Clear (const unsigned init=0)
 
 Count (const unsigned int init=0)
 
unsigned int GetCount () const
 
void operator() ()
 
unsigned int operator++ ()
 

Private Attributes

unsigned int fCount
 

Detailed Description

Definition at line 16 of file Tools/CIC/utl/Accumulator.h.

Constructor & Destructor Documentation

utl::Accumulator::Count::Count ( const unsigned int  init = 0)
inline

Definition at line 18 of file Tools/CIC/utl/Accumulator.h.

Member Function Documentation

void utl::Accumulator::Count::Clear ( const unsigned  init = 0)
inline

Definition at line 22 of file Tools/CIC/utl/Accumulator.h.

References fCount.

Referenced by utl::Accumulator::Mean::Clear().

unsigned int utl::Accumulator::Count::GetCount ( ) const
inline

Definition at line 21 of file Tools/CIC/utl/Accumulator.h.

References fCount.

Referenced by utl::Accumulator::Mean::GetMean(), and utl::Accumulator::Var::GetVar().

void utl::Accumulator::Count::operator() ( )
inline
unsigned int utl::Accumulator::Count::operator++ ( )
inline

Definition at line 20 of file Tools/CIC/utl/Accumulator.h.

References fCount, and operator()().

Member Data Documentation

unsigned int utl::Accumulator::Count::fCount
private

Definition at line 24 of file Tools/CIC/utl/Accumulator.h.

Referenced by Clear(), GetCount(), operator()(), and operator++().


The documentation for this class was generated from the following file:

, generated on Tue Sep 26 2023.