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>

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = const Identity
 
using difference_type = std::ptrdiff_t
 
using pointer = value_type *
 
using reference = value_type &
 

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 50 of file identity-container.hpp.

Member Typedef Documentation

◆ iterator_category

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

◆ value_type

◆ difference_type

◆ pointer

◆ reference

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 83 of file identity-container.hpp.


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