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
 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...
 

Typedef Documentation

◆ EntryPredicate

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.