NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
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 "common.hpp"
30 
31 namespace nfd {
32 namespace fw {
33 
37 {
38 public:
43  // static constexpr int
44  // getTypeId()
45  // {
46  // return <type-identifier>;
47  // }
48 
49  virtual
50  ~StrategyInfo();
51 };
52 
53 
54 inline
56 {
57 }
58 
59 } // namespace fw
60 } // namespace nfd
61 
62 #endif // NFD_DAEMON_FW_STRATEGY_INFO_HPP
Copyright (c) 2011-2015 Regents of the University of California.
Definition: ndn-common.hpp:38
contains arbitrary information forwarding strategy places on table entries