NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::security::pib::IdentityContainer::const_iterator Class Reference

#include <identity-container.hpp>

Inheritance diagram for ndn::security::pib::IdentityContainer::const_iterator:
Collaboration diagram for ndn::security::pib::IdentityContainer::const_iterator:

Public Member Functions

 const_iterator ()
 
Identity operator* ()
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
bool operator== (const const_iterator &other)
 
bool operator!= (const const_iterator &other)
 

Friends

class IdentityContainer
 

Detailed Description

Definition at line 49 of file identity-container.hpp.

Constructor & Destructor Documentation

◆ const_iterator()

ndn::security::pib::IdentityContainer::const_iterator::const_iterator ( )

Definition at line 33 of file identity-container.cpp.

Member Function Documentation

◆ operator*()

Identity ndn::security::pib::IdentityContainer::const_iterator::operator* ( )

Definition at line 46 of file identity-container.cpp.

◆ operator++() [1/2]

IdentityContainer::const_iterator & ndn::security::pib::IdentityContainer::const_iterator::operator++ ( )

Definition at line 53 of file identity-container.cpp.

◆ operator++() [2/2]

IdentityContainer::const_iterator ndn::security::pib::IdentityContainer::const_iterator::operator++ ( int  )

Definition at line 60 of file identity-container.cpp.

◆ operator==()

bool ndn::security::pib::IdentityContainer::const_iterator::operator== ( const const_iterator other)

Definition at line 68 of file identity-container.cpp.

◆ operator!=()

bool ndn::security::pib::IdentityContainer::const_iterator::operator!= ( const const_iterator other)

Definition at line 78 of file identity-container.cpp.

Friends And Related Function Documentation

◆ IdentityContainer

friend class IdentityContainer
friend

Definition at line 76 of file identity-container.hpp.


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