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

#include <identity-container.hpp>

Public Member Functions

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

Member Function Documentation

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

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

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

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

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

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

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

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

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

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

Friends And Related Function Documentation

friend class IdentityContainer
friend

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


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