Antkeeper  0.0.1
math::moving_average< T > Member List

This is the complete list of members for math::moving_average< T >, including all inherited members.

average() const noexceptmath::moving_average< T >inline
capacity() const noexceptmath::moving_average< T >inline
data() const noexceptmath::moving_average< T >inline
empty() const noexceptmath::moving_average< T >inline
full() const noexceptmath::moving_average< T >inline
moving_average(std::size_t capacity)math::moving_average< T >inlineexplicit
moving_average() noexcept=defaultmath::moving_average< T >
operator()(sample_type value) noexceptmath::moving_average< T >inline
reserve(std::size_t capacity)math::moving_average< T >inline
reset() noexceptmath::moving_average< T >inline
resize(std::size_t size)math::moving_average< T >inline
sample_type typedefmath::moving_average< T >
size() const noexceptmath::moving_average< T >inline
sum() const noexceptmath::moving_average< T >inline