NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
strategy-registry.cpp File Reference
Include dependency graph for strategy-registry.cpp:

Go to the source code of this file.

Namespaces

 nfd
 Copyright (c) 2011-2015 Regents of the University of California.
 
 nfd::fw
 

Functions

unique_ptr< Strategy > nfd::fw::makeDefaultStrategy (Forwarder &forwarder)
 
static std::map< Name, StrategyCreateFunc > & nfd::fw::getStrategyFactories ()
 
void nfd::fw::registerStrategyImpl (const Name &strategyName, const StrategyCreateFunc &createFunc)
 
void nfd::fw::installStrategies (Forwarder &forwarder)