libmoost
moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator Class Reference

#include <dense_hash_map.hpp>

Collaboration diagram for moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator:

List of all members.

Public Member Functions

const_reference operator* () const
const_pointer operator-> () const
const_iteratoroperator++ ()
const_iterator operator++ (int)
bool operator== (const const_iterator &it) const
bool operator!= (const const_iterator &it) const

Private Member Functions

 const_iterator (const mmd_dense_hash_map &map, const value_type *it, const value_type *end)
void skip ()

Private Attributes

const value_typem_it
const value_typem_end
const mmd_dense_hash_mapm_map

Friends

class mmd_dense_hash_map

Detailed Description

template<typename Key, typename T, class HashFcn = MMD_DEFAULT_HASH_FCN<Key>>
class moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator

Definition at line 85 of file dense_hash_map.hpp.


Constructor & Destructor Documentation

template<typename Key , typename T , class HashFcn = MMD_DEFAULT_HASH_FCN<Key>>
moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator::const_iterator ( const mmd_dense_hash_map map,
const value_type it,
const value_type end 
) [inline, private]

Definition at line 125 of file dense_hash_map.hpp.

Here is the call graph for this function:


Member Function Documentation

template<typename Key , typename T , class HashFcn = MMD_DEFAULT_HASH_FCN<Key>>
bool moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator::operator!= ( const const_iterator it) const [inline]

Definition at line 119 of file dense_hash_map.hpp.

template<typename Key , typename T , class HashFcn = MMD_DEFAULT_HASH_FCN<Key>>
const_reference moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator::operator* ( ) const [inline]

Definition at line 90 of file dense_hash_map.hpp.

Here is the caller graph for this function:

template<typename Key , typename T , class HashFcn = MMD_DEFAULT_HASH_FCN<Key>>
const_iterator& moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator::operator++ ( ) [inline]

Definition at line 100 of file dense_hash_map.hpp.

Here is the call graph for this function:

template<typename Key , typename T , class HashFcn = MMD_DEFAULT_HASH_FCN<Key>>
const_iterator moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator::operator++ ( int  ) [inline]

Definition at line 107 of file dense_hash_map.hpp.

template<typename Key , typename T , class HashFcn = MMD_DEFAULT_HASH_FCN<Key>>
const_pointer moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator::operator-> ( ) const [inline]

Definition at line 95 of file dense_hash_map.hpp.

Here is the call graph for this function:

template<typename Key , typename T , class HashFcn = MMD_DEFAULT_HASH_FCN<Key>>
bool moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator::operator== ( const const_iterator it) const [inline]

Definition at line 114 of file dense_hash_map.hpp.

template<typename Key , typename T , class HashFcn = MMD_DEFAULT_HASH_FCN<Key>>
void moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator::skip ( ) [inline, private]

Definition at line 133 of file dense_hash_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 Key , typename T , class HashFcn = MMD_DEFAULT_HASH_FCN<Key>>
friend class mmd_dense_hash_map [friend]

Definition at line 87 of file dense_hash_map.hpp.


Member Data Documentation

template<typename Key , typename T , class HashFcn = MMD_DEFAULT_HASH_FCN<Key>>
const value_type* moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator::m_end [private]

Definition at line 142 of file dense_hash_map.hpp.

template<typename Key , typename T , class HashFcn = MMD_DEFAULT_HASH_FCN<Key>>
const value_type* moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator::m_it [private]

Definition at line 141 of file dense_hash_map.hpp.

template<typename Key , typename T , class HashFcn = MMD_DEFAULT_HASH_FCN<Key>>
const mmd_dense_hash_map& moost::container::mmd_dense_hash_map< Key, T, HashFcn >::const_iterator::m_map [private]

Definition at line 143 of file dense_hash_map.hpp.


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