NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <memory>
#include <type_traits>
Classes | |
class | NES::detail::CircularBufferIterator< cbT, isConst > |
The CircularBufferIterator class holds all iterator related typedefs and overloaded operators. The template takes as argument the const-ness (true/false) to avoid having many different types of iterators with the same functionality. More... | |
class | NES::CircularBuffer< T, Allocator, > |
A templated class for a circular buffer. The implementation is header-only. Currently the structure supports push/emplace at front and checks for full/capacity/size. The iterators are only forward. Addition of elements is at the front. Removal is at the back. More... | |
Namespaces | |
NES | |
This exception represents a network error. | |
NES::detail | |