#include <ndn-cxx/exclude.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 Range |
Public Member Functions | |
const_iterator ()=default | |
const_iterator (ExcludeMap::const_reverse_iterator it, ExcludeMap::const_reverse_iterator rend) | |
bool | operator!= (const const_iterator &other) const |
reference | operator* () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
pointer | operator-> () const |
bool | operator== (const const_iterator &other) const |
Friends | |
class | Exclude |
Definition at line 222 of file exclude.hpp.
using ndn::Exclude::const_iterator::difference_type = std::ptrdiff_t |
Definition at line 227 of file exclude.hpp.
using ndn::Exclude::const_iterator::iterator_category = std::forward_iterator_tag |
Definition at line 225 of file exclude.hpp.
Definition at line 228 of file exclude.hpp.
Definition at line 229 of file exclude.hpp.
using ndn::Exclude::const_iterator::value_type = const Range |
Definition at line 226 of file exclude.hpp.
|
default |
ndn::Exclude::const_iterator::const_iterator | ( | ExcludeMap::const_reverse_iterator | it, |
ExcludeMap::const_reverse_iterator | rend | ||
) |
Definition at line 373 of file exclude.cpp.
|
inline |
Definition at line 374 of file exclude.hpp.
|
inline |
Definition at line 354 of file exclude.hpp.
Exclude::const_iterator & ndn::Exclude::const_iterator::operator++ | ( | ) |
Definition at line 382 of file exclude.cpp.
Exclude::const_iterator ndn::Exclude::const_iterator::operator++ | ( | int | ) |
Definition at line 395 of file exclude.cpp.
|
inline |
Definition at line 361 of file exclude.hpp.
|
inline |
Definition at line 368 of file exclude.hpp.
|
friend |
Definition at line 261 of file exclude.hpp.