#include <exclude.hpp>
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 |
const Range & | operator* () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const Range * | operator-> () const |
bool | operator== (const const_iterator &other) const |
Friends | |
class | Exclude |
Definition at line 220 of file exclude.hpp.
|
default |
ndn::Exclude::const_iterator::const_iterator | ( | ExcludeMap::const_reverse_iterator | it, |
ExcludeMap::const_reverse_iterator | rend | ||
) |
Definition at line 370 of file exclude.cpp.
|
inline |
Definition at line 366 of file exclude.hpp.
|
inline |
Definition at line 346 of file exclude.hpp.
Exclude::const_iterator & ndn::Exclude::const_iterator::operator++ | ( | ) |
Definition at line 379 of file exclude.cpp.
Exclude::const_iterator ndn::Exclude::const_iterator::operator++ | ( | int | ) |
Definition at line 392 of file exclude.cpp.
|
inline |
Definition at line 353 of file exclude.hpp.
|
inline |
Definition at line 360 of file exclude.hpp.
|
friend |
Definition at line 253 of file exclude.hpp.