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

#include <key-container.hpp>

Public Types

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

Public Member Functions

 const_iterator ()
 
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 51 of file key-container.hpp.

Member Typedef Documentation

◆ iterator_category

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

◆ value_type

◆ difference_type

◆ pointer

◆ reference

Constructor & Destructor Documentation

◆ const_iterator()

ndn::security::pib::KeyContainer::const_iterator::const_iterator ( )

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

Member Function Documentation

◆ operator*()

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

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

◆ operator++() [1/2]

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

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

◆ operator++() [2/2]

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

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

◆ operator==()

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

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

◆ operator!=()

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

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

Friends And Related Function Documentation

◆ KeyContainer

friend class KeyContainer
friend

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


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