NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::Exclude::const_iterator Class Reference

#include <exclude.hpp>

Public Types

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

Public Member Functions

 const_iterator ()=default
 
 const_iterator (ExcludeMap::const_reverse_iterator it, ExcludeMap::const_reverse_iterator rend)
 
reference operator * () const
 
pointer operator-> () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
bool operator== (const const_iterator &other) const
 
bool operator!= (const const_iterator &other) const
 

Friends

class Exclude
 

Detailed Description

Definition at line 222 of file exclude.hpp.

Member Typedef Documentation

◆ iterator_category

using ndn::Exclude::const_iterator::iterator_category = std::forward_iterator_tag

Definition at line 225 of file exclude.hpp.

◆ value_type

Definition at line 226 of file exclude.hpp.

◆ difference_type

Definition at line 227 of file exclude.hpp.

◆ pointer

Definition at line 228 of file exclude.hpp.

◆ reference

Definition at line 229 of file exclude.hpp.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

ndn::Exclude::const_iterator::const_iterator ( )
default

◆ const_iterator() [2/2]

ndn::Exclude::const_iterator::const_iterator ( ExcludeMap::const_reverse_iterator  it,
ExcludeMap::const_reverse_iterator  rend 
)

Definition at line 373 of file exclude.cpp.

Member Function Documentation

◆ operator *()

Exclude::const_iterator::reference ndn::Exclude::const_iterator::operator * ( ) const
inline

Definition at line 354 of file exclude.hpp.

◆ operator->()

Exclude::const_iterator::pointer ndn::Exclude::const_iterator::operator-> ( ) const
inline

Definition at line 361 of file exclude.hpp.

◆ operator++() [1/2]

Exclude::const_iterator & ndn::Exclude::const_iterator::operator++ ( )

Definition at line 382 of file exclude.cpp.

◆ operator++() [2/2]

Exclude::const_iterator ndn::Exclude::const_iterator::operator++ ( int  )

Definition at line 395 of file exclude.cpp.

◆ operator==()

bool ndn::Exclude::const_iterator::operator== ( const const_iterator other) const
inline

Definition at line 368 of file exclude.hpp.

◆ operator!=()

bool ndn::Exclude::const_iterator::operator!= ( const const_iterator other) const
inline

Definition at line 374 of file exclude.hpp.

References ndn::Exclude::operator==().

Friends And Related Function Documentation

◆ Exclude

friend class Exclude
friend

Definition at line 261 of file exclude.hpp.


The documentation for this class was generated from the following files: