Represents a self-defined const_iterator for the in-memory storage. More...
#include <in-memory-storage.hpp>
Public Member Functions | |
const_iterator (const Data *ptr, const Cache *cache, Cache::index< byFullName >::type::iterator it) | |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const Data & | operator* () |
const Data * | operator-> () |
bool | operator== (const const_iterator &rhs) |
bool | operator!= (const const_iterator &rhs) |
Represents a self-defined const_iterator for the in-memory storage.
Definition at line 71 of file in-memory-storage.hpp.
ndn::util::InMemoryStorage::const_iterator::const_iterator | ( | const Data * | ptr, |
const Cache * | cache, | ||
Cache::index< byFullName >::type::iterator | it | ||
) |
Definition at line 32 of file in-memory-storage.cpp.
InMemoryStorage::const_iterator & ndn::util::InMemoryStorage::const_iterator::operator++ | ( | ) |
Definition at line 41 of file in-memory-storage.cpp.
Referenced by operator++().
InMemoryStorage::const_iterator ndn::util::InMemoryStorage::const_iterator::operator++ | ( | int | ) |
Definition at line 55 of file in-memory-storage.cpp.
References operator++().
const Data & ndn::util::InMemoryStorage::const_iterator::operator* | ( | ) |
Definition at line 63 of file in-memory-storage.cpp.
const Data * ndn::util::InMemoryStorage::const_iterator::operator-> | ( | ) |
Definition at line 69 of file in-memory-storage.cpp.
bool ndn::util::InMemoryStorage::const_iterator::operator== | ( | const const_iterator & | rhs | ) |
Definition at line 75 of file in-memory-storage.cpp.
bool ndn::util::InMemoryStorage::const_iterator::operator!= | ( | const const_iterator & | rhs | ) |
Definition at line 81 of file in-memory-storage.cpp.