#include <exclude.hpp>
Public Member Functions | |
const_iterator ()=default | |
const_iterator (ExcludeMap::const_reverse_iterator it, ExcludeMap::const_reverse_iterator rend) | |
const Range & | operator* () const |
const Range * | operator-> () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
bool | operator== (const const_iterator &other) const |
bool | operator!= (const const_iterator &other) const |
Friends | |
class | Exclude |
Definition at line 217 of file exclude.hpp.
|
default |
ndn::Exclude::const_iterator::const_iterator | ( | ExcludeMap::const_reverse_iterator | it, |
ExcludeMap::const_reverse_iterator | rend | ||
) |
Definition at line 365 of file exclude.cpp.
|
inline |
Definition at line 341 of file exclude.hpp.
|
inline |
Definition at line 348 of file exclude.hpp.
Exclude::const_iterator & ndn::Exclude::const_iterator::operator++ | ( | ) |
Definition at line 374 of file exclude.cpp.
Referenced by operator++().
Exclude::const_iterator ndn::Exclude::const_iterator::operator++ | ( | int | ) |
Definition at line 387 of file exclude.cpp.
References ndn::Exclude::Range::from, ndn::Exclude::Range::fromInfinity, operator++(), ndn::Exclude::Range::to, and ndn::Exclude::Range::toInfinity.
|
inline |
Definition at line 355 of file exclude.hpp.
|
inline |
Definition at line 361 of file exclude.hpp.
References ndn::Exclude::operator==().
|
friend |
Definition at line 250 of file exclude.hpp.