Represents a const_iterator for the in-memory storage.
More...
#include <ndn-cxx/ims/in-memory-storage.hpp>
Represents a const_iterator for the in-memory storage.
- Note
- Do not instantiate this class directly, use InMemoryStorage::begin() instead.
Definition at line 64 of file in-memory-storage.hpp.
◆ const_iterator()
ndn::InMemoryStorage::const_iterator::const_iterator |
( |
const Data * |
ptr, |
|
|
const Cache * |
cache, |
|
|
Cache::index< byFullName >::type::iterator |
it |
|
) |
| |
|
inlinenoexcept |
◆ operator*()
reference ndn::InMemoryStorage::const_iterator::operator* |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator++()
◆ operator==