strategy-registry.cpp File Reference
Include dependency graph for strategy-registry.cpp:

Go to the source code of this file.

Namespaces

 nfd
 Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St.
 
 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)