ndn::util::InMemoryStorage::const_iterator Class Reference

Represents a self-defined const_iterator for the in-memory storage. More...

#include <in-memory-storage.hpp>

Inheritance diagram for ndn::util::InMemoryStorage::const_iterator:
[legend]
Collaboration diagram for ndn::util::InMemoryStorage::const_iterator:
[legend]

Public Member Functions

 const_iterator (const Data *ptr, const Cache *cache, Cache::index< byFullName >::type::iterator it)
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const Dataoperator* ()
 
const Dataoperator-> ()
 
bool operator== (const const_iterator &rhs)
 
bool operator!= (const const_iterator &rhs)
 

Detailed Description

Represents a self-defined const_iterator for the in-memory storage.

Note
Don't try to instantiate this class directly, use InMemoryStorage::begin() instead.

Definition at line 71 of file in-memory-storage.hpp.

Constructor & Destructor Documentation

ndn::util::InMemoryStorage::const_iterator::const_iterator ( const Data ptr,
const Cache cache,
Cache::index< byFullName >::type::iterator  it 
)

Definition at line 35 of file in-memory-storage.cpp.

Member Function Documentation

bool ndn::util::InMemoryStorage::const_iterator::operator!= ( const const_iterator rhs)

Definition at line 84 of file in-memory-storage.cpp.

const Data & ndn::util::InMemoryStorage::const_iterator::operator* ( )

Definition at line 66 of file in-memory-storage.cpp.

InMemoryStorage::const_iterator & ndn::util::InMemoryStorage::const_iterator::operator++ ( )

Definition at line 44 of file in-memory-storage.cpp.

InMemoryStorage::const_iterator ndn::util::InMemoryStorage::const_iterator::operator++ ( int  )

Definition at line 58 of file in-memory-storage.cpp.

const Data * ndn::util::InMemoryStorage::const_iterator::operator-> ( )

Definition at line 72 of file in-memory-storage.cpp.

bool ndn::util::InMemoryStorage::const_iterator::operator== ( const const_iterator rhs)

Definition at line 78 of file in-memory-storage.cpp.