NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: 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
 

Typedefs

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

Typedef Documentation

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

a predicate that accepts or rejects a Entry

Definition at line 46 of file measurements.hpp.