ALPSCore reference
Public Types | Public Member Functions | List of all members
alps::accumulators::MeanAccumulator< T > Struct Template Reference

#include <namedaccumulators.hpp>

Inheritance diagram for alps::accumulators::MeanAccumulator< T >:
Inheritance graph
Collaboration diagram for alps::accumulators::MeanAccumulator< T >:
Collaboration graph

Public Types

typedef impl::Accumulator< T, mean_tag, impl::Accumulator< T, count_tag, impl::AccumulatorBase< T > > > accumulator_type
 
typedef detail::AccumulatorBase< accumulator_typebase_type
 
typedef accumulator_type::result_type result_type
 

Public Member Functions

 BOOST_PARAMETER_CONSTRUCTOR (MeanAccumulator,(detail::AccumulatorBase< accumulator_type >), accumulator_keywords,(required(_accumulator_name,(std::string)))) MeanAccumulator &operator
 
 MeanAccumulator (const MeanAccumulator &rhs)
 

Detailed Description

template<typename T>
struct alps::accumulators::MeanAccumulator< T >

Definition at line 74 of file namedaccumulators.hpp.

Member Typedef Documentation

template<typename T >
typedef impl::Accumulator<T, mean_tag, impl::Accumulator<T, count_tag, impl::AccumulatorBase<T> > > alps::accumulators::MeanAccumulator< T >::accumulator_type

Definition at line 77 of file namedaccumulators.hpp.

template<typename T >
typedef detail::AccumulatorBase<accumulator_type> alps::accumulators::MeanAccumulator< T >::base_type

Definition at line 78 of file namedaccumulators.hpp.

template<typename T >
typedef accumulator_type::result_type alps::accumulators::MeanAccumulator< T >::result_type

Definition at line 79 of file namedaccumulators.hpp.

Constructor & Destructor Documentation

template<typename T >
alps::accumulators::MeanAccumulator< T >::MeanAccumulator ( const MeanAccumulator< T > &  rhs)

Definition at line 30 of file namedaccumulators.cpp.

Member Function Documentation

template<typename T >
alps::accumulators::MeanAccumulator< T >::BOOST_PARAMETER_CONSTRUCTOR ( MeanAccumulator< T >  ,
(detail::AccumulatorBase< accumulator_type >)  ,
accumulator_keywords  ,
(required(_accumulator_name,(std::string)))   
)

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