NLSR - Named Data Link State Routing Protocol 0.4.0 documentation
Main Page
Namespaces
Data Structures
Files
File List
Globals
routing-table-entry.cpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
21
#include "
routing-table-entry.hpp
"
22
#include "
nexthop-list.hpp
"
23
24
namespace
nlsr
{
25
26
std::ostream&
27
operator<<
(std::ostream& os,
const
RoutingTableEntry
& rte)
28
{
29
os <<
"RoutingTableEntry("
30
<<
"Destination: "
<< rte.
getDestination
()
31
<<
"Next hop list: "
<< rte.
getNexthopList
() <<
")"
;
32
33
return
os;
34
}
35
36
}
// namespace nlsr
nlsr::RoutingTableEntry::getNexthopList
NexthopList & getNexthopList()
Definition:
routing-table-entry.hpp:55
nlsr::operator<<
std::ostream & operator<<(std::ostream &os, const Adjacent &adjacent)
Definition:
adjacent.cpp:83
routing-table-entry.hpp
nlsr::RoutingTableEntry::getDestination
const ndn::Name & getDestination() const
Definition:
routing-table-entry.hpp:49
nexthop-list.hpp
nlsr::RoutingTableEntry
Definition:
routing-table-entry.hpp:32
nlsr
Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California, Arizona Board of Regents.
Definition:
adjacency-list.cpp:30
var
lib
ndn-docs
NLSR
src
route
routing-table-entry.cpp
Generated on Sun Jun 16 2019 01:04:15 for NLSR - Named Data Link State Routing Protocol by
1.8.11