#include <statistics_fwd.hpp>
Public Types | |
typedef circular_buffer < Sample >::const_iterator | const_iterator |
typedef iterator_range < const_iterator > | result_type |
typedef mpl::false_ | is_droppable |
Public Member Functions | |
template<typename Args > | |
rolling_window_plus1_impl (Args const &args) | |
rolling_window_plus1_impl (rolling_window_plus1_impl const &that) | |
rolling_window_plus1_impl & | operator= (rolling_window_plus1_impl const &that) |
template<typename Args > | |
void | operator() (Args const &args) |
bool | full () const |
result_type | result (dont_care) const |
detail::void_ | operator() (dont_care) |
detail::void_ | add_ref (dont_care) |
detail::void_ | drop (dont_care) |
detail::void_ | on_drop (dont_care) |
typedef circular_buffer<Sample>::const_iterator boost::accumulators::impl::rolling_window_plus1_impl< Sample >::const_iterator |
|
inherited |
typedef iterator_range<const_iterator> boost::accumulators::impl::rolling_window_plus1_impl< Sample >::result_type |
|
inline |
|
inline |
References boost::circular_buffer< T, Alloc >::capacity().
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inline |