NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
()
33
{
34
}
35
36
bool
37
InMemoryStoragePersistent::evictItem
()
38
{
39
return
false
;
40
}
41
42
}
// namespace util
43
}
// namespace ndn
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::util::InMemoryStoragePersistent::~InMemoryStoragePersistent
virtual ~InMemoryStoragePersistent()
Definition:
in-memory-storage-persistent.cpp:32
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 Tue Feb 23 2016 22:18:44 for ndnSIM by
1.8.11