Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::accumulators::impl::rolling_window_plus1_impl< Sample > Struct Template Reference

#include <statistics_fwd.hpp>

Inheritance diagram for boost::accumulators::impl::rolling_window_plus1_impl< Sample >:
Collaboration diagram for boost::accumulators::impl::rolling_window_plus1_impl< Sample >:

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_imploperator= (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)
 

Member Typedef Documentation

Constructor & Destructor Documentation

template<typename Sample >
template<typename Args >
boost::accumulators::impl::rolling_window_plus1_impl< Sample >::rolling_window_plus1_impl ( Args const &  args)
inline

Member Function Documentation

detail::void_ boost::accumulators::accumulator_base::add_ref ( dont_care  )
inlineinherited
detail::void_ boost::accumulators::accumulator_base::drop ( dont_care  )
inlineinherited
template<typename Sample >
bool boost::accumulators::impl::rolling_window_plus1_impl< Sample >::full ( ) const
inline
detail::void_ boost::accumulators::accumulator_base::on_drop ( dont_care  )
inlineinherited
detail::void_ boost::accumulators::accumulator_base::operator() ( dont_care  )
inlineinherited
template<typename Sample >
template<typename Args >
void boost::accumulators::impl::rolling_window_plus1_impl< Sample >::operator() ( Args const &  args)
inline
template<typename Sample >
result_type boost::accumulators::impl::rolling_window_plus1_impl< Sample >::result ( dont_care  ) const
inline

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