NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: 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
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
p
q
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
h
i
k
l
n
o
p
q
r
s
t
u
v
+
Enumerations
a
b
c
d
f
i
k
l
n
p
q
r
s
t
u
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
j
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
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Enumerations
_
a
c
e
i
r
s
t
v
+
Enumerator
a
c
d
e
f
i
k
l
m
n
p
r
s
u
v
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
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Functions
c
f
h
m
r
s
u
w
+
Variables
a
c
d
f
g
i
k
l
m
n
p
r
s
t
Typedefs
+
Macros
a
d
e
f
i
l
m
n
o
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
ndn-network-region-table-helper.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
20
#ifndef NDNSIM_HELPER_NDN_NETWORK_REGION_TABLE_HELPER_HPP
21
#define NDNSIM_HELPER_NDN_NETWORK_REGION_TABLE_HELPER_HPP
22
23
#include "ns3/node-container.h"
24
25
#include "ns3/ndnSIM/model/ndn-common.hpp"
26
27
namespace
ns3
{
28
namespace
ndn
{
29
38
class
NetworkRegionTableHelper
39
{
40
public
:
41
static
void
42
AddRegionName
(Ptr<Node> node,
const
Name
& regionName);
43
44
static
void
45
AddRegionName
(NodeContainer& c,
const
Name
& regionName);
46
47
static
void
48
AddRegionName
(Ptr<Node> node, std::initializer_list<Name> regionNames);
49
50
static
void
51
AddRegionName
(
const
NodeContainer& c, std::initializer_list<Name> regionNames);
52
53
static
void
54
RemoveRegionName
(Ptr<Node> node,
const
Name
& regionName);
55
56
static
void
57
RemoveRegionName
(
const
NodeContainer& c,
const
Name
& regionName);
58
59
static
void
60
RemoveRegionName
(Ptr<Node> node, std::initializer_list<Name> regionNames);
61
62
static
void
63
RemoveRegionName
(
const
NodeContainer& c, std::initializer_list<Name> regionNames);
64
65
static
void
66
EmptyNetworkRegionTable
(Ptr<Node> node);
67
68
static
void
69
EmptyNetworkRegionTable
(
const
NodeContainer& c);
70
};
71
72
}
// namespace ndn
73
}
// namespace ns3
74
75
#endif // NDNSIM_HELPER_NDN_NETWORK_REGION_TABLE_HELPER_HPP
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ns3::ndn::NetworkRegionTableHelper::AddRegionName
static void AddRegionName(Ptr< Node > node, const Name ®ionName)
Definition:
ndn-network-region-table-helper.cpp:30
ns3::ndn::NetworkRegionTableHelper::EmptyNetworkRegionTable
static void EmptyNetworkRegionTable(Ptr< Node > node)
Definition:
ndn-network-region-table-helper.cpp:100
ns3::ndn::Name
Name
Definition:
ndn-common.cpp:25
ns3
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
content-store-impl.cpp:38
ns3::ndn::NetworkRegionTableHelper::RemoveRegionName
static void RemoveRegionName(Ptr< Node > node, const Name ®ionName)
Definition:
ndn-network-region-table-helper.cpp:65
ns3::ndn::NetworkRegionTableHelper
Network Region Table Helper.
Definition:
ndn-network-region-table-helper.hpp:38
ndnSIM
helper
ndn-network-region-table-helper.hpp
Generated on Sun Feb 24 2019 22:16:05 for ndnSIM by
1.8.15