|
libmoost
|
#include <multi_map.hpp>

Public Member Functions | |
| const_iterator () | |
| const_iterator (const iterator &i) | |
| const_iterator (typename TLocMap::const_iterator it, typename TLocMap::const_iterator lastIt, const self_type *pSelf) | |
| void | operator= (const iterator &i) |
| std::pair< int, const_range > & | operator* () |
| std::pair< int, const_range > * | operator-> () |
| const_iterator & | operator++ () |
| const_iterator & | operator-- () |
| bool | operator!= (const const_iterator &other) const |
Protected Member Functions | |
| void | update_iterator () |
| const_range | create_range () |
Protected Attributes | |
| std::pair< int, const_range > | m_it |
| TLocMap::const_iterator | m_loc_map_it |
| const self_type * | m_pSelf |
Definition at line 224 of file multi_map.hpp.
| moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::const_iterator | ( | ) | [inline] |
Definition at line 228 of file multi_map.hpp.
| moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::const_iterator | ( | const iterator & | i | ) | [inline] |
Definition at line 229 of file multi_map.hpp.
| moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::const_iterator | ( | typename TLocMap::const_iterator | it, |
| typename TLocMap::const_iterator | lastIt, | ||
| const self_type * | pSelf | ||
| ) | [inline] |
| const_range moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::create_range | ( | ) | [inline, protected] |
| bool moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::operator!= | ( | const const_iterator & | other | ) | const [inline] |
Definition at line 271 of file multi_map.hpp.
| std::pair<int, const_range>& moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::operator* | ( | ) | [inline] |
| const_iterator& moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::operator++ | ( | ) | [inline] |
Definition at line 259 of file multi_map.hpp.
| const_iterator& moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::operator-- | ( | ) | [inline] |
Definition at line 265 of file multi_map.hpp.
| std::pair<int, const_range>* moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::operator-> | ( | ) | [inline] |
| void moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::operator= | ( | const iterator & | i | ) | [inline] |
Definition at line 245 of file multi_map.hpp.
| void moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::update_iterator | ( | ) | [inline, protected] |
Definition at line 278 of file multi_map.hpp.


std::pair< int, const_range > moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::m_it [protected] |
Definition at line 293 of file multi_map.hpp.
TLocMap::const_iterator moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::m_loc_map_it [protected] |
Definition at line 294 of file multi_map.hpp.
const self_type* moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator::m_pSelf [protected] |
Definition at line 295 of file multi_map.hpp.