NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::measurements Namespace Reference

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
 represents the Measurements table More...
 
class  MeasurementsAccessor
 allows Strategy to access portion of Measurements table under its namespace More...
 

Typedefs

typedef std::function< bool(const Entry &)> EntryPredicate
 a predicate that accepts or rejects an entry More...
 

Typedef Documentation

◆ EntryPredicate

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

a predicate that accepts or rejects an entry

Definition at line 46 of file measurements.hpp.