NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
strategy-choice-entry.cpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26
#include "
strategy-choice-entry.hpp
"
27
#include "
core/logger.hpp
"
28
#include "
fw/strategy.hpp
"
29
30
namespace
nfd {
31
namespace
strategy_choice {
32
33
Entry::Entry
(
const
Name
& prefix)
34
: m_prefix(prefix)
35
, m_strategy(nullptr)
36
{
37
}
38
39
const
Name
&
40
Entry::getStrategyName
()
const
41
{
42
return
m_strategy->
getName
();
43
}
44
45
}
// namespace strategy_choice
46
}
// namespace nfd
nfd::strategy_choice::Entry::getStrategyName
const Name & getStrategyName() const
Definition:
strategy-choice-entry.cpp:40
nfd::strategy_choice::Entry::Entry
Entry(const Name &prefix)
Definition:
strategy-choice-entry.cpp:33
nfd::fw::Strategy::getName
const Name & getName() const
a Name that represent the Strategy program
Definition:
strategy.hpp:154
logger.hpp
ns3::ndn::Name
Name
Definition:
ndn-common.cpp:25
strategy.hpp
strategy-choice-entry.hpp
ndnSIM
NFD
daemon
table
strategy-choice-entry.cpp
Generated on Wed Feb 18 2015 16:31:16 for ndnSIM by
1.8.7