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
Classes
Files
File List
File Members
readvertised-route.cpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26
#include "
readvertised-route.hpp
"
27
#include "
core/random.hpp
"
28
29
namespace
nfd
{
30
namespace
rib {
31
32
ReadvertisedRoute::ReadvertisedRoute
(
const
Name
& prefix)
33
: prefix(prefix)
34
, nRibRoutes(0)
35
{
36
}
37
38
}
// namespace rib
39
}
// namespace nfd
random.hpp
Declares the global pseudorandom number generator (PRNG) for NFD.
nfd::rib::ReadvertisedRoute::ReadvertisedRoute
ReadvertisedRoute(const Name &prefix)
Definition:
readvertised-route.cpp:32
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
ndn::Name
Represents an absolute name.
Definition:
name.hpp:42
readvertised-route.hpp
ndnSIM
NFD
rib
readvertise
readvertised-route.cpp
Generated on Thu Nov 2 2017 03:30:29 for ndnSIM by
1.8.11