List of all members | Public Types | Public Member Functions | Protected Member Functions | Private Attributes
utl::Accumulator::Max< T > Class Template Reference

#include <Accumulator.h>

Inheritance diagram for utl::Accumulator::Max< T >:
Inheritance graph
[legend]

Public Types

typedef T Type
 
typedef T Type
 

Public Member Functions

void Clear (const T x)
 
void Clear (const T x)
 
GetMax () const
 
GetMax () const
 
 Max (const T first)
 
 Max (const T first)
 
void operator() (const T x)
 
void operator() (const T x)
 

Protected Member Functions

void Clear ()
 
void Clear ()
 
 Max ()
 
 Max ()
 

Private Attributes

fMax
 

Detailed Description

template<typename T>
class utl::Accumulator::Max< T >

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

Member Typedef Documentation

template<typename T>
typedef T utl::Accumulator::Max< T >::Type

Definition at line 44 of file Utilities/Statistics/Accumulator.h.

template<typename T>
typedef T utl::Accumulator::Max< T >::Type

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

Constructor & Destructor Documentation

template<typename T>
utl::Accumulator::Max< T >::Max ( const T  first)
inline

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

template<typename T>
utl::Accumulator::Max< T >::Max ( )
inlineprotected

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

template<typename T>
utl::Accumulator::Max< T >::Max ( const T  first)
inline

Definition at line 45 of file Utilities/Statistics/Accumulator.h.

template<typename T>
utl::Accumulator::Max< T >::Max ( )
inlineprotected

Definition at line 50 of file Utilities/Statistics/Accumulator.h.

Member Function Documentation

template<typename T>
void utl::Accumulator::Max< T >::Clear ( const T  x)
inline

Definition at line 48 of file Utilities/Statistics/Accumulator.h.

template<typename T>
void utl::Accumulator::Max< T >::Clear ( )
inlineprotected

Definition at line 51 of file Utilities/Statistics/Accumulator.h.

template<typename T>
void utl::Accumulator::Max< T >::Clear ( const T  x)
inline

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

template<typename T>
void utl::Accumulator::Max< T >::Clear ( )
inlineprotected
template<typename T>
T utl::Accumulator::Max< T >::GetMax ( ) const
inline

Definition at line 47 of file Utilities/Statistics/Accumulator.h.

template<typename T>
T utl::Accumulator::Max< T >::GetMax ( ) const
inline
template<typename T>
void utl::Accumulator::Max< T >::operator() ( const T  x)
inline

Definition at line 46 of file Utilities/Statistics/Accumulator.h.

template<typename T>
void utl::Accumulator::Max< T >::operator() ( const T  x)
inline

Member Data Documentation

template<typename T>
T utl::Accumulator::Max< T >::fMax
private

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

, generated on Tue Sep 26 2023.