Go to the source code of this file.
Classes | |
class | nfd::measurements::AnyEntry |
An EntryPredicate that accepts any entry. More... | |
class | nfd::measurements::EntryWithStrategyInfo< T > |
An EntryPredicate that accepts an entry if it has StrategyInfo of type T. More... | |
class | nfd::measurements::Measurements |
The Measurements table. More... | |
Namespaces | |
nfd | |
-status-http-server | |
nfd::fib | |
nfd::measurements | |
nfd::pit | |
Typedefs | |
using | nfd::measurements::EntryPredicate = std::function< bool(const Entry &)> |
A predicate that accepts or rejects an entry. More... | |