ndn::security::pib::KeyContainer::const_iterator Class Reference

#include <ndn-cxx/security/pib/key-container.hpp>

Public Types

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

Public Member Functions

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

Detailed Description

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

Member Typedef Documentation

◆ difference_type

◆ iterator_category

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

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ const_iterator()

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

Member Function Documentation

◆ operator!=()

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

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

◆ operator*()

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

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

◆ operator++() [1/2]

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

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

◆ operator++() [2/2]

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

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

◆ operator==()

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

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