ROSE  0.11.145.0
Public Member Functions | List of all members
Sawyer::Container::Map< K, T, Cmp, Alloc >::NodeIterator Class Reference

Description

template<class K, class T, class Cmp = std::less<K>, class Alloc = std::allocator<std::pair<const K, T> >>
class Sawyer::Container::Map< K, T, Cmp, Alloc >::NodeIterator

Bidirectional iterator over key/value nodes.

Dereferencing this iterator will return a Node from which both the key and the value can be obtained. Node iterators are implicitly convertible to both key and value iterators.

Definition at line 169 of file Sawyer/Map.h.

#include <util/Sawyer/Map.h>

Inheritance diagram for Sawyer::Container::Map< K, T, Cmp, Alloc >::NodeIterator:
Inheritance graph
[legend]
Collaboration diagram for Sawyer::Container::Map< K, T, Cmp, Alloc >::NodeIterator:
Collaboration graph
[legend]

Public Member Functions

 NodeIterator (const NodeIterator &other)
 Copy constructor. More...
 
NodeIteratoroperator= (const NodeIterator &other)
 Assignment. More...
 
Nodeoperator* () const
 Dereference iterator to return a storage node. More...
 
Nodeoperator-> () const
 Returns a pointer to a storage node. More...
 

Constructor & Destructor Documentation

template<class K, class T, class Cmp = std::less<K>, class Alloc = std::allocator<std::pair<const K, T> >>
Sawyer::Container::Map< K, T, Cmp, Alloc >::NodeIterator::NodeIterator ( const NodeIterator other)
inline

Copy constructor.

Definition at line 175 of file Sawyer/Map.h.

Member Function Documentation

template<class K, class T, class Cmp = std::less<K>, class Alloc = std::allocator<std::pair<const K, T> >>
NodeIterator& Sawyer::Container::Map< K, T, Cmp, Alloc >::NodeIterator::operator= ( const NodeIterator other)
inline

Assignment.

Definition at line 178 of file Sawyer/Map.h.

template<class K, class T, class Cmp = std::less<K>, class Alloc = std::allocator<std::pair<const K, T> >>
Node& Sawyer::Container::Map< K, T, Cmp, Alloc >::NodeIterator::operator* ( ) const
inline

Dereference iterator to return a storage node.

Definition at line 182 of file Sawyer/Map.h.

template<class K, class T, class Cmp = std::less<K>, class Alloc = std::allocator<std::pair<const K, T> >>
Node* Sawyer::Container::Map< K, T, Cmp, Alloc >::NodeIterator::operator-> ( ) const
inline

Returns a pointer to a storage node.

Definition at line 185 of file Sawyer/Map.h.


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