ROSE  0.11.145.0
Public Member Functions | List of all members
Sawyer::Container::HashMap< K, T, H, C, A >::ValueIterator 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 >::ValueIterator

Forward iterator over values.

Dereferencing this iterator will return a reference to the user-defined value of the node. Values may be altered in-place while they are members of a container.

Definition at line 188 of file HashMap.h.

#include <util/Sawyer/HashMap.h>

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

Public Member Functions

 ValueIterator (const ValueIterator &other)
 
 ValueIterator (const NodeIterator &other)
 
Valueoperator* () const
 
Valueoperator-> () const
 

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