nfd::measurements Namespace Reference

Classes

class  AnyEntry
 An EntryPredicate that accepts any entry. More...
 
class  Entry
 Represents an entry in the Measurements table. 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 fw::Strategy to access the 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...
 

Typedef Documentation

◆ EntryPredicate

using nfd::measurements::EntryPredicate = typedef std::function<bool(const Entry&)>

A predicate that accepts or rejects an entry.

Definition at line 47 of file measurements.hpp.