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 |
represents the Measurements table More... | |
Namespaces | |
nfd | |
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St. | |
nfd::fib | |
nfd::measurements | |
nfd::pit | |
Typedefs | |
typedef std::function< bool(const Entry &)> | nfd::measurements::EntryPredicate |
a predicate that accepts or rejects an entry More... | |