openMSX
Public Member Functions | List of all members
KeyIterator< MAP > Class Template Reference

#include <KeyRange.hh>

Public Member Functions

 KeyIterator (typename MAP::const_iterator it_)
 
const MAP::key_type & operator* () const
 
KeyIteratoroperator++ ()
 
bool operator== (KeyIterator &other) const
 
bool operator!= (KeyIterator &other) const
 

Detailed Description

template<typename MAP>
class KeyIterator< MAP >

Definition at line 6 of file KeyRange.hh.

Constructor & Destructor Documentation

template<typename MAP >
KeyIterator< MAP >::KeyIterator ( typename MAP::const_iterator  it_)
inline

Definition at line 9 of file KeyRange.hh.

Member Function Documentation

template<typename MAP >
bool KeyIterator< MAP >::operator!= ( KeyIterator< MAP > &  other) const
inline

Definition at line 14 of file KeyRange.hh.

template<typename MAP >
const MAP::key_type& KeyIterator< MAP >::operator* ( ) const
inline

Definition at line 11 of file KeyRange.hh.

template<typename MAP >
KeyIterator& KeyIterator< MAP >::operator++ ( )
inline

Definition at line 12 of file KeyRange.hh.

template<typename MAP >
bool KeyIterator< MAP >::operator== ( KeyIterator< MAP > &  other) const
inline

Definition at line 13 of file KeyRange.hh.


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