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

#include <StringMap.hh>

Inheritance diagram for StringMapIterator< T >:
Inheritance graph
[legend]
Collaboration diagram for StringMapIterator< T >:
Collaboration graph
[legend]

Public Types

using value_type = StringMapEntry< T >
 
- Public Types inherited from StringMapConstIterator< T >
using value_type = StringMapEntry< T >
 

Public Member Functions

 StringMapIterator (StringMapEntryBase **bucket, bool advance=false)
 
value_typeoperator* () const
 
value_typeoperator-> () const
 
- Public Member Functions inherited from StringMapConstIterator< T >
 StringMapConstIterator (StringMapEntryBase **bucket, bool advance=false)
 
const value_typeoperator* () const
 
const value_typeoperator-> () const
 
bool operator== (const StringMapConstIterator &rhs) const
 
bool operator!= (const StringMapConstIterator &rhs) const
 
StringMapConstIteratoroperator++ ()
 
StringMapConstIterator operator++ (int)
 

Additional Inherited Members

- Protected Attributes inherited from StringMapConstIterator< T >
StringMapEntryBase ** ptr
 

Detailed Description

template<typename T>
class StringMapIterator< T >

Definition at line 41 of file StringMap.hh.

Member Typedef Documentation

template<typename T >
using StringMapIterator< T >::value_type = StringMapEntry<T>

Definition at line 399 of file StringMap.hh.

Constructor & Destructor Documentation

template<typename T >
StringMapIterator< T >::StringMapIterator ( StringMapEntryBase **  bucket,
bool  advance = false 
)
inlineexplicit

Definition at line 401 of file StringMap.hh.

Member Function Documentation

template<typename T >
value_type& StringMapIterator< T >::operator* ( ) const
inline

Definition at line 407 of file StringMap.hh.

References StringMapConstIterator< T >::ptr.

template<typename T >
value_type* StringMapIterator< T >::operator-> ( ) const
inline

Definition at line 410 of file StringMap.hh.

References StringMapConstIterator< T >::ptr.


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