ROSE  0.11.145.0
Public Member Functions | List of all members
Sawyer::Container::HashMap< K, T, H, C, A >::ConstKeyIterator Class Reference

Description

template<class K, class T, class H = boost::hash<K>, class C = std::equal_to<K>, class A = std::allocator<std::pair<const K, T> >>
class Sawyer::Container::HashMap< K, T, H, C, A >::ConstKeyIterator

Forward iterator over keys.

Dereferencing this iterator will return a reference to a const key. Keys cannot be altered while they are a member of this container.

Definition at line 173 of file HashMap.h.

#include <util/Sawyer/HashMap.h>

Inheritance diagram for Sawyer::Container::HashMap< K, T, H, C, A >::ConstKeyIterator:
Inheritance graph
[legend]
Collaboration diagram for Sawyer::Container::HashMap< K, T, H, C, A >::ConstKeyIterator:
Collaboration graph
[legend]

Public Member Functions

 ConstKeyIterator (const ConstKeyIterator &other)
 
 ConstKeyIterator (const NodeIterator &other)
 
 ConstKeyIterator (const ConstNodeIterator &other)
 
const Keyoperator* () const
 
const Keyoperator-> () const
 

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