#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_iterator & | operator++ () |
const_iterator | operator++ (int) |
bool | operator== (const const_iterator &other) |
bool | operator!= (const const_iterator &other) |
Friends | |
class | KeyContainer |
Definition at line 51 of file key-container.hpp.
using ndn::security::pib::KeyContainer::const_iterator::iterator_category = std::forward_iterator_tag |
Definition at line 54 of file key-container.hpp.
Definition at line 55 of file key-container.hpp.
using ndn::security::pib::KeyContainer::const_iterator::difference_type = std::ptrdiff_t |
Definition at line 56 of file key-container.hpp.
Definition at line 57 of file key-container.hpp.
Definition at line 58 of file key-container.hpp.
ndn::security::pib::KeyContainer::const_iterator::const_iterator | ( | ) |
Definition at line 33 of file key-container.cpp.
Key ndn::security::pib::KeyContainer::const_iterator::operator* | ( | ) |
Definition at line 46 of file key-container.cpp.
References ndn::security::pib::KeyContainer::get().
KeyContainer::const_iterator & ndn::security::pib::KeyContainer::const_iterator::operator++ | ( | ) |
Definition at line 53 of file key-container.cpp.
KeyContainer::const_iterator ndn::security::pib::KeyContainer::const_iterator::operator++ | ( | int | ) |
Definition at line 60 of file key-container.cpp.
bool ndn::security::pib::KeyContainer::const_iterator::operator== | ( | const const_iterator & | other | ) |
Definition at line 68 of file key-container.cpp.
bool ndn::security::pib::KeyContainer::const_iterator::operator!= | ( | const const_iterator & | other | ) |
Definition at line 78 of file key-container.cpp.
References nonstd::optional_lite::std11::move(), and ndn::security::pib::KeyContainer::pibImpl.
|
friend |
Definition at line 84 of file key-container.hpp.