geopm  3.1.1.dev214+gba4f9f6d
GEOPM - Global Extensible Open Power Manager
geopm::CircularBuffer< type > Member List

This is the complete list of members for geopm::CircularBuffer< type >, including all inherited members.

capacity(void) constgeopm::CircularBuffer< type >
CircularBuffer()geopm::CircularBuffer< type >
CircularBuffer(unsigned int size)geopm::CircularBuffer< type >
clear(void)geopm::CircularBuffer< type >
insert(const type value)geopm::CircularBuffer< type >
make_vector(void) constgeopm::CircularBuffer< type >
make_vector(const unsigned int start, const unsigned int end) constgeopm::CircularBuffer< type >
set_capacity(const unsigned int size)geopm::CircularBuffer< type >
size(void) constgeopm::CircularBuffer< type >
value(const int index) constgeopm::CircularBuffer< type >
~CircularBuffer()geopm::CircularBuffer< type >virtual