ROSE  0.11.96.11
Public Member Functions | List of all members
Sawyer::Container::GraphIteratorMap< K, V >::ConstKeyIterator Class Reference

Description

template<class K, class V>
class Sawyer::Container::GraphIteratorMap< K, V >::ConstKeyIterator

Bidirectional 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 207 of file GraphIteratorMap.h.

#include <GraphIteratorMap.h>

Inheritance diagram for Sawyer::Container::GraphIteratorMap< K, V >::ConstKeyIterator:
Inheritance graph
[legend]
Collaboration diagram for Sawyer::Container::GraphIteratorMap< K, V >::ConstKeyIterator:
Collaboration graph
[legend]

Public Member Functions

 ConstKeyIterator (const ConstKeyIterator &other)
 Copy constructor.
 
 ConstKeyIterator (const NodeIterator &other)
 Copy constructor.
 
 ConstKeyIterator (const ConstNodeIterator &other)
 Copy constructor.
 
const Keyoperator* () const
 Returns the key for the current iterator.
 
const Keyoperator-> () const
 Returns a pointer to the key.
 

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