Classes | |
class | Entry |
represents a Strategy Choice entry More... | |
class | StrategyChoice |
represents the Strategy Choice table More... | |
Functions | |
NDN_CXX_ASSERT_FORWARD_ITERATOR (StrategyChoice::const_iterator) | |
static bool | nteHasStrategyChoiceEntry (const name_tree::Entry &nte) |
std::ostream & | operator<< (std::ostream &os, const StrategyChoice::InsertResult &res) |
static void | clearStrategyInfo (const name_tree::Entry &nte) |
Variables | |
StrategyChoice | |
nfd::strategy_choice::NDN_CXX_ASSERT_FORWARD_ITERATOR | ( | StrategyChoice::const_iterator | ) |
|
inlinestatic |
Definition at line 45 of file strategy-choice.cpp.
References nfd::name_tree::Entry::getStrategyChoiceEntry().
Referenced by nfd::strategy_choice::StrategyChoice::findEffectiveStrategyImpl().
std::ostream & nfd::strategy_choice::operator<< | ( | std::ostream & | os, |
const StrategyChoice::InsertResult & | res | ||
) |
Definition at line 125 of file strategy-choice.cpp.
References nfd::name_tree::NameTree::getMaxDepth(), and ndn::to_string().
|
inlinestatic |
Definition at line 210 of file strategy-choice.cpp.
References nfd::StrategyInfoHost::clearStrategyInfo(), nfd::name_tree::Entry::getMeasurementsEntry(), nfd::name_tree::Entry::getName(), nfd::name_tree::Entry::getPitEntries(), and NFD_LOG_TRACE.
Definition at line 40 of file strategy-choice.cpp.