NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
measurements.hpp File Reference
#include "measurements-entry.hpp"
#include "name-tree.hpp"
Include dependency graph for measurements.hpp:
This graph shows which files directly or indirectly include this file:

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
 The Measurements table. More...
 

Namespaces

 nfd
 Copyright (c) 2011-2015 Regents of the University of California.
 
 nfd::fib
 
 nfd::pit
 
 nfd::measurements
 

Typedefs

using nfd::measurements::EntryPredicate = std::function< bool(const Entry &)>
 A predicate that accepts or rejects an entry. More...