NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::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::InMemoryStorage::const_iterator:
Collaboration diagram for ndn::InMemoryStorage::const_iterator:

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 66 of file in-memory-storage.hpp.

Constructor & Destructor Documentation

◆ const_iterator()

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

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

Member Function Documentation

◆ operator++() [1/2]

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

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

◆ operator++() [2/2]

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

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

◆ operator*()

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

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

◆ operator->()

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

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

◆ operator==()

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

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

◆ operator!=()

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

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


The documentation for this class was generated from the following files: