geopm  3.1.1.dev214+gba4f9f6d
GEOPM - Global Extensible Open Power Manager
Classes | Namespaces
CircularBuffer.hpp File Reference
#include <stdlib.h>
#include <vector>
#include "geopm_public.h"
#include "Exception.hpp"
Include dependency graph for CircularBuffer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  geopm::CircularBuffer< type >
 Templated container for a circular buffer implementation. The CircularBuffer container implements a fixed size buffer. Once at capacity, any new insertions cause the oldest entry to be dropped. More...
 

Namespaces

 geopm