Data Structures & Algorithms in C++
Goodrich, Tamassia, Mount and Goldwasser
Loading...
Searching...
No Matches
Public Member Functions
dsac::map::AbstractMap< Key, Value >::const_iterator Class Reference

#include <abstract_map.h>

Collaboration diagram for dsac::map::AbstractMap< Key, Value >::const_iterator:
Collaboration graph

Public Member Functions

const Entryoperator* () const
 
const Entryoperator-> () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
bool operator== (const const_iterator &other) const
 
bool operator!= (const const_iterator &other) const
 
 const_iterator (abstract_iter_rep *r=nullptr)
 
 const_iterator (const const_iterator &other)
 
 ~const_iterator ()
 
const_iteratoroperator= (const const_iterator &other)
 

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

template<typename Key , typename Value >
dsac::map::AbstractMap< Key, Value >::const_iterator::const_iterator ( abstract_iter_rep r = nullptr)
inline

◆ const_iterator() [2/2]

template<typename Key , typename Value >
dsac::map::AbstractMap< Key, Value >::const_iterator::const_iterator ( const const_iterator other)
inline

◆ ~const_iterator()

template<typename Key , typename Value >
dsac::map::AbstractMap< Key, Value >::const_iterator::~const_iterator ( )
inline

Member Function Documentation

◆ operator!=()

template<typename Key , typename Value >
bool dsac::map::AbstractMap< Key, Value >::const_iterator::operator!= ( const const_iterator other) const
inline
Here is the call graph for this function:

◆ operator*()

template<typename Key , typename Value >
const Entry & dsac::map::AbstractMap< Key, Value >::const_iterator::operator* ( ) const
inline
Here is the call graph for this function:

◆ operator++() [1/2]

template<typename Key , typename Value >
const_iterator & dsac::map::AbstractMap< Key, Value >::const_iterator::operator++ ( )
inline
Here is the call graph for this function:

◆ operator++() [2/2]

template<typename Key , typename Value >
const_iterator dsac::map::AbstractMap< Key, Value >::const_iterator::operator++ ( int  )
inline
Here is the call graph for this function:

◆ operator->()

template<typename Key , typename Value >
const Entry * dsac::map::AbstractMap< Key, Value >::const_iterator::operator-> ( ) const
inline
Here is the call graph for this function:

◆ operator=()

template<typename Key , typename Value >
const_iterator & dsac::map::AbstractMap< Key, Value >::const_iterator::operator= ( const const_iterator other)
inline
Here is the call graph for this function:

◆ operator==()

template<typename Key , typename Value >
bool dsac::map::AbstractMap< Key, Value >::const_iterator::operator== ( const const_iterator other) const
inline
Here is the call graph for this function:

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