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

#include <key-container.hpp>

Public Member Functions

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

Friends

class KeyContainer
 

Detailed Description

Definition at line 37 of file key-container.hpp.

Member Function Documentation

§ operator*()

Key ndn::security::KeyContainer::const_iterator::operator* ( )

Definition at line 38 of file key-container.cpp.

§ operator++() [1/2]

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

Definition at line 44 of file key-container.cpp.

§ operator++() [2/2]

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

Definition at line 51 of file key-container.cpp.

§ operator==()

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

Definition at line 59 of file key-container.cpp.

§ operator!=()

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

Definition at line 65 of file key-container.cpp.

Friends And Related Function Documentation

§ KeyContainer

friend class KeyContainer
friend

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


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