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

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 202 of file HashMap.h.

#include <util/Sawyer/HashMap.h>

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

Public Member Functions

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

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