Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces
Iterator.hpp File Reference
#include <toolbox/Config.h>
#include <cstdint>
Include dependency graph for Iterator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  toolbox::hdr::Iterator
 Iterator is the base iterator for all iterator types. More...
 
class  toolbox::hdr::PercentileIterator
 PercentileIterator is a percentile iterator. More...
 
class  toolbox::hdr::CountAddedIterator
 CountAddedIterator is a recorded value iterator. More...
 
class  toolbox::hdr::RecordedIterator
 RecordedIterator is a recorded value iterator. More...
 
class  toolbox::hdr::LinearIterator
 LinearIterator is a linear value iterator. More...
 
class  toolbox::hdr::LogIterator
 LogIterator is a logarithmic value iterator. More...
 

Namespaces

namespace  toolbox
 
namespace  toolbox::hdr
 A C++ port of HdrHistogram_c written Michael Barker and released to the public domain.