#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 | |
rolling_window_impl (dont_care) | |
template<typename Args > | |
result_type | result (Args const &args) 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_impl< Sample >::const_iterator |
|
inherited |
typedef iterator_range<const_iterator> boost::accumulators::impl::rolling_window_impl< Sample >::result_type |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |