Bridges-C++  3.4.2
Bridges(C++ API)
Public Member Functions | List of all members
bridges::datastructure::GraphAdjList< K, E1, E2 >::KeySet_helper::const_iterator Class Reference

#include <GraphAdjList.h>

Public Member Functions

 const_iterator (typename std::unordered_map< K, Element< E1 > * >::const_iterator i)
 
bool operator!= (const const_iterator &it) const
 
const K & operator* () const
 
const_iteratoroperator++ ()
 

Constructor & Destructor Documentation

◆ const_iterator()

template<typename K , typename E1 = K, typename E2 = E1>
bridges::datastructure::GraphAdjList< K, E1, E2 >::KeySet_helper::const_iterator::const_iterator ( typename std::unordered_map< K, Element< E1 > * >::const_iterator  i)
inline

Member Function Documentation

◆ operator!=()

template<typename K , typename E1 = K, typename E2 = E1>
bool bridges::datastructure::GraphAdjList< K, E1, E2 >::KeySet_helper::const_iterator::operator!= ( const const_iterator it) const
inline

◆ operator*()

template<typename K , typename E1 = K, typename E2 = E1>
const K& bridges::datastructure::GraphAdjList< K, E1, E2 >::KeySet_helper::const_iterator::operator* ( ) const
inline

◆ operator++()

template<typename K , typename E1 = K, typename E2 = E1>
const_iterator& bridges::datastructure::GraphAdjList< K, E1, E2 >::KeySet_helper::const_iterator::operator++ ( )
inline

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