NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::strategy_choice::Entry Class Reference

represents a Strategy Choice entry More...

#include <strategy-choice-entry.hpp>

Inheritance diagram for nfd::strategy_choice::Entry:
Collaboration diagram for nfd::strategy_choice::Entry:

Public Member Functions

 Entry (const Name &prefix)
 
const NamegetPrefix () const
 
const NamegetStrategyName () const
 
fw::StrategygetStrategy () const
 
void setStrategy (fw::Strategy &strategy)
 

Friends

class nfd::NameTree
 
class nfd::name_tree::Entry
 

Detailed Description

represents a Strategy Choice entry

Definition at line 45 of file strategy-choice-entry.hpp.

Constructor & Destructor Documentation

§ Entry()

nfd::strategy_choice::Entry::Entry ( const Name prefix)

Definition at line 33 of file strategy-choice-entry.cpp.

Member Function Documentation

§ getPrefix()

const Name & nfd::strategy_choice::Entry::getPrefix ( ) const
inline

Definition at line 73 of file strategy-choice-entry.hpp.

Referenced by nfd::clearStrategyInfo().

§ getStrategyName()

const Name & nfd::strategy_choice::Entry::getStrategyName ( ) const

Definition at line 40 of file strategy-choice-entry.cpp.

References nfd::fw::Strategy::getName().

§ getStrategy()

fw::Strategy & nfd::strategy_choice::Entry::getStrategy ( ) const
inline

Definition at line 79 of file strategy-choice-entry.hpp.

§ setStrategy()

void nfd::strategy_choice::Entry::setStrategy ( fw::Strategy strategy)
inline

Definition at line 86 of file strategy-choice-entry.hpp.

Friends And Related Function Documentation

§ nfd::NameTree

friend class nfd::NameTree
friend

Definition at line 67 of file strategy-choice-entry.hpp.

§ nfd::name_tree::Entry

friend class nfd::name_tree::Entry
friend

Definition at line 68 of file strategy-choice-entry.hpp.


The documentation for this class was generated from the following files: