#include "ndn-cxx/ims/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>
Include dependency graph for in-memory-storage.hpp:
This graph shows which files directly or indirectly include this file: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 | |