Classes | |
class | AnyEntry |
An EntryPredicate that accepts any entry. More... | |
class | Entry |
Represents a Measurements entry. More... | |
class | EntryWithStrategyInfo |
An EntryPredicate that accepts an entry if it has StrategyInfo of type T. More... | |
class | Measurements |
The Measurements table. More... | |
class | MeasurementsAccessor |
allows Strategy to access portion of Measurements table under its namespace More... | |
Typedefs | |
using | EntryPredicate = std::function< bool(const Entry &)> |
A predicate that accepts or rejects an entry. More... | |
using nfd::measurements::EntryPredicate = typedef std::function<bool(const Entry&)> |
A predicate that accepts or rejects an entry.
Definition at line 46 of file measurements.hpp.