NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
u
v
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
+
Enumerator
a
d
e
f
i
k
l
n
p
r
s
u
w
+
Related Functions
b
c
d
e
f
g
i
k
l
m
n
o
p
s
v
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
u
v
w
+
Functions
c
f
h
m
r
s
u
w
+
Variables
a
c
d
g
k
l
n
p
r
s
Typedefs
+
Macros
b
d
e
f
i
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
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
, m_nameTreeEntry(nullptr)
37
{
38
}
39
40
const
Name
&
41
Entry::getStrategyName
()
const
42
{
43
return
m_strategy->
getName
();
44
}
45
46
}
// namespace strategy_choice
47
}
// namespace nfd
nfd::strategy_choice::Entry::Entry
Entry(const Name &prefix)
Definition:
strategy-choice-entry.cpp:33
nfd::fw::Strategy::getName
const Name & getName() const
Definition:
strategy.hpp:56
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
nfd::strategy_choice::Entry::getStrategyName
const Name & getStrategyName() const
Definition:
strategy-choice-entry.cpp:41
ndn::Name
Name abstraction to represent an absolute name.
Definition:
name.hpp:46
strategy.hpp
strategy-choice-entry.hpp
logger.hpp
ndnSIM
NFD
daemon
table
strategy-choice-entry.cpp
Generated on Wed Jan 11 2017 18:17:15 for ndnSIM by
1.8.13