openMSX
Public Member Functions | List of all members
KeyIterator2< T > Class Template Reference

#include <KeyRange.hh>

Public Member Functions

 KeyIterator2 (typename StringMap< T >::const_iterator it_)
 
string_ref operator* () const
 
KeyIterator2operator++ ()
 
bool operator== (KeyIterator2 &other) const
 
bool operator!= (KeyIterator2 &other) const
 

Detailed Description

template<typename T>
class KeyIterator2< T >

Definition at line 19 of file KeyRange.hh.

Constructor & Destructor Documentation

template<typename T >
KeyIterator2< T >::KeyIterator2 ( typename StringMap< T >::const_iterator  it_)
inline

Definition at line 22 of file KeyRange.hh.

Member Function Documentation

template<typename T >
bool KeyIterator2< T >::operator!= ( KeyIterator2< T > &  other) const
inline

Definition at line 27 of file KeyRange.hh.

template<typename T >
string_ref KeyIterator2< T >::operator* ( ) const
inline

Definition at line 24 of file KeyRange.hh.

template<typename T >
KeyIterator2& KeyIterator2< T >::operator++ ( )
inline

Definition at line 25 of file KeyRange.hh.

template<typename T >
bool KeyIterator2< T >::operator== ( KeyIterator2< T > &  other) const
inline

Definition at line 26 of file KeyRange.hh.


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