#include <rolling_sum.h>
Public Member Functions | |
void | add (T sample) |
RollingSum (size_t capacity) | |
T | sum () |
Private Attributes | |
boost::circular_buffer< T > | buffer_ |
T | sum_ |
Definition at line 8 of file rolling_sum.h.
|
inline |
Definition at line 11 of file rolling_sum.h.
|
inline |
Definition at line 17 of file rolling_sum.h.
|
inline |
Definition at line 24 of file rolling_sum.h.
|
private |
Definition at line 30 of file rolling_sum.h.
|
private |
Definition at line 31 of file rolling_sum.h.