MADARA  3.4.1
CircularBuffer.h File Reference
#include <vector>
#include <string>
#include "madara/MadaraExport.h"
#include "madara/LockType.h"
#include "madara/knowledge/KnowledgeBase.h"
#include "madara/knowledge/ThreadSafeContext.h"
#include "madara/knowledge/KnowledgeUpdateSettings.h"
#include "Vector.h"
#include "Integer.h"
#include "CircularBuffer.inl"

Go to the source code of this file.

Classes

class  madara::knowledge::containers::CircularBuffer
 This container stores a thread-safe circular buffer with O(1) access times. More...
 

Namespaces

 madara
 Copyright(c) 2020 Galois.
 
 madara::knowledge
 Provides functions and classes for the distributed knowledge base.
 
 madara::knowledge::containers
 Provides container classes for fast knowledge base access and mutation.
 

Detailed Description

Author
James Edmondson jedmo.nosp@m.ndso.nosp@m.n@gma.nosp@m.il.c.nosp@m.om

This file contains a high performance thread-safe CircularBuffer

Definition in file CircularBuffer.h.