libmoost
moost::container::multi_map< TKey, TVal, TLocMap >::iterator Class Reference

#include <multi_map.hpp>

Collaboration diagram for moost::container::multi_map< TKey, TVal, TLocMap >::iterator:

List of all members.

Public Member Functions

 iterator ()
 iterator (typename TLocMap::iterator it, typename TLocMap::iterator lastIt, self_type *pSelf)
std::pair< int, range > & operator* ()
std::pair< int, range > * operator-> ()
iteratoroperator++ ()
iteratoroperator-- ()
bool operator!= (const iterator &other) const

Private Member Functions

void update_iterator ()
range create_range ()

Private Attributes

std::pair< int, rangem_it
TLocMap::iterator m_loc_map_it
self_typem_pSelf

Friends

class const_iterator

Detailed Description

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
class moost::container::multi_map< TKey, TVal, TLocMap >::iterator

Definition at line 155 of file multi_map.hpp.


Constructor & Destructor Documentation

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
moost::container::multi_map< TKey, TVal, TLocMap >::iterator::iterator ( ) [inline]

Definition at line 161 of file multi_map.hpp.

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
moost::container::multi_map< TKey, TVal, TLocMap >::iterator::iterator ( typename TLocMap::iterator  it,
typename TLocMap::iterator  lastIt,
self_type pSelf 
) [inline]

Definition at line 162 of file multi_map.hpp.

Here is the call graph for this function:


Member Function Documentation

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
range moost::container::multi_map< TKey, TVal, TLocMap >::iterator::create_range ( ) [inline, private]

Definition at line 210 of file multi_map.hpp.

Here is the caller graph for this function:

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
bool moost::container::multi_map< TKey, TVal, TLocMap >::iterator::operator!= ( const iterator other) const [inline]

Definition at line 196 of file multi_map.hpp.

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
std::pair<int, range>& moost::container::multi_map< TKey, TVal, TLocMap >::iterator::operator* ( ) [inline]

Definition at line 173 of file multi_map.hpp.

Here is the call graph for this function:

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
iterator& moost::container::multi_map< TKey, TVal, TLocMap >::iterator::operator++ ( ) [inline]

Definition at line 184 of file multi_map.hpp.

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
iterator& moost::container::multi_map< TKey, TVal, TLocMap >::iterator::operator-- ( ) [inline]

Definition at line 190 of file multi_map.hpp.

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
std::pair<int, range>* moost::container::multi_map< TKey, TVal, TLocMap >::iterator::operator-> ( ) [inline]

Definition at line 178 of file multi_map.hpp.

Here is the call graph for this function:

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
void moost::container::multi_map< TKey, TVal, TLocMap >::iterator::update_iterator ( ) [inline, private]

Definition at line 203 of file multi_map.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Friends And Related Function Documentation

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
friend class const_iterator [friend]

Definition at line 157 of file multi_map.hpp.


Member Data Documentation

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
std::pair< int, range > moost::container::multi_map< TKey, TVal, TLocMap >::iterator::m_it [private]

Definition at line 219 of file multi_map.hpp.

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
TLocMap::iterator moost::container::multi_map< TKey, TVal, TLocMap >::iterator::m_loc_map_it [private]

Definition at line 220 of file multi_map.hpp.

template<typename TKey, typename TVal, typename TLocMap = moost::container::dense_hash_map<TKey, multimap_value_type >>
self_type* moost::container::multi_map< TKey, TVal, TLocMap >::iterator::m_pSelf [private]

Definition at line 221 of file multi_map.hpp.


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