This is the complete list of members for ndn::InMemoryStorage, including all inherited members.
afterAccess(InMemoryStorageEntry *entry) | ndn::InMemoryStorage | protectedvirtual |
afterInsert(InMemoryStorageEntry *entry) | ndn::InMemoryStorage | protectedvirtual |
beforeErase(InMemoryStorageEntry *entry) | ndn::InMemoryStorage | protectedvirtual |
begin() const | ndn::InMemoryStorage | |
Cache typedef | ndn::InMemoryStorage | |
end() const | ndn::InMemoryStorage | |
erase(const Name &prefix, const bool isPrefix=true) | ndn::InMemoryStorage | |
eraseImpl(const Name &name) | ndn::InMemoryStorage | protected |
evictItem()=0 | ndn::InMemoryStorage | protectedpure virtual |
find(const Interest &interest) | ndn::InMemoryStorage | |
find(const Name &name) | ndn::InMemoryStorage | |
getCapacity() const | ndn::InMemoryStorage | inlineprotected |
getLimit() const | ndn::InMemoryStorage | inline |
INFINITE_WINDOW | ndn::InMemoryStorage | static |
InMemoryStorage(size_t limit=std::numeric_limits< size_t >::max()) | ndn::InMemoryStorage | explicit |
InMemoryStorage(boost::asio::io_service &ioService, size_t limit=std::numeric_limits< size_t >::max()) | ndn::InMemoryStorage | explicit |
insert(const Data &data, const time::milliseconds &mustBeFreshProcessingWindow=INFINITE_WINDOW) | ndn::InMemoryStorage | |
isFull() const | ndn::InMemoryStorage | inlineprotected |
printCache(std::ostream &os) const | ndn::InMemoryStorage | protected |
setCapacity(size_t nMaxPackets) | ndn::InMemoryStorage | protected |
size() const | ndn::InMemoryStorage | inline |
~InMemoryStorage() | ndn::InMemoryStorage | virtual |