#include "in-memory-storage-entry.hpp"
#include <iterator>
#include <stack>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/identity.hpp>
#include <boost/multi_index/mem_fun.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/sequenced_index.hpp>
Go to the source code of this file.
Classes | |
class | ndn::InMemoryStorage::const_iterator |
Represents a self-defined const_iterator for the in-memory storage. More... | |
class | ndn::InMemoryStorage::Error |
Represents an error might be thrown during reduce the current capacity of the in-memory storage through function setCapacity(size_t nMaxPackets). More... | |
class | ndn::InMemoryStorage |
Represents in-memory storage. More... | |
Namespaces | |
ndn | |
Copyright (c) 2013-2017 Regents of the University of California. | |