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
ndnSIM
ndnSIM documentation
All Attributes
All GlobalValues
All LogComponents
All TraceSources
Todo List
Deprecated List
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
strategy-info.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26
#ifndef NFD_DAEMON_FW_STRATEGY_INFO_HPP
27
#define NFD_DAEMON_FW_STRATEGY_INFO_HPP
28
29
#include "
core/common.hpp
"
30
31
namespace
nfd
{
32
namespace
fw {
33
36
class
StrategyInfo
37
{
38
public
:
39
#ifdef DOXYGEN
40
43
static
constexpr
int
44
getTypeId
()
45
{
46
return
<type-identifier>;
47
}
48
#endif
49
50
virtual
51
~StrategyInfo
() =
default
;
52
53
protected
:
54
StrategyInfo
() =
default
;
55
};
56
57
}
// namespace fw
58
}
// namespace nfd
59
60
#endif // NFD_DAEMON_FW_STRATEGY_INFO_HPP
nfd::fw::StrategyInfo::getTypeId
static constexpr int getTypeId()
Definition:
strategy-info.hpp:44
common.hpp
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
nfd::fw::StrategyInfo::StrategyInfo
StrategyInfo()=default
nfd::fw::StrategyInfo::~StrategyInfo
virtual ~StrategyInfo()=default
nfd::fw::StrategyInfo
contains arbitrary information forwarding strategy places on table entries
Definition:
strategy-info.hpp:36
ndnSIM
NFD
daemon
fw
strategy-info.hpp
Generated on Thu Nov 2 2017 03:30:29 for ndnSIM by
1.8.11