#include "../common.hpp"#include "../interest.hpp"#include "../data.hpp"#include "in-memory-storage-entry.hpp"#include <boost/multi_index/member.hpp>#include <boost/multi_index_container.hpp>#include <boost/multi_index/ordered_index.hpp>#include <boost/multi_index/sequenced_index.hpp>#include <boost/multi_index/identity.hpp>#include <boost/multi_index/mem_fun.hpp>#include <stack>#include <iterator>

Go to the source code of this file.
Classes | |
| class | ndn::util::InMemoryStorage |
| Represents in-memory storage. More... | |
| class | ndn::util::InMemoryStorage::const_iterator |
| Represents a self-defined const_iterator for the in-memory storage. More... | |
| class | ndn::util::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... | |
Namespaces | |
| ndn | |
| Copyright (c) 2011-2015 Regents of the University of California. | |
| ndn::util | |