NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
in-memory-storage-persistent.cpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22
#include "
in-memory-storage-persistent.hpp
"
23
24
namespace
ndn
{
25
namespace
util {
26
27
InMemoryStoragePersistent::InMemoryStoragePersistent
()
28
:
InMemoryStorage
()
29
{
30
}
31
32
InMemoryStoragePersistent::InMemoryStoragePersistent
(boost::asio::io_service& ioService)
33
:
InMemoryStorage
(ioService)
34
{
35
}
36
37
bool
38
InMemoryStoragePersistent::evictItem
()
39
{
40
return
false
;
41
}
42
43
}
// namespace util
44
}
// namespace ndn
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::util::InMemoryStorage::evictItem
virtual bool evictItem()=0
Removes one Data packet from in-memory storage based on derived class implemented replacement policy...
ndn::util::InMemoryStoragePersistent::InMemoryStoragePersistent
InMemoryStoragePersistent()
Definition:
in-memory-storage-persistent.cpp:27
ndn::util::InMemoryStorage
Represents in-memory storage.
Definition:
in-memory-storage.hpp:46
in-memory-storage-persistent.hpp
ndnSIM
ndn-cxx
src
util
in-memory-storage-persistent.cpp
Generated on Wed Jan 11 2017 18:17:14 for ndnSIM by
1.8.13