openMSX
Public Member Functions | List of all members
detail::KeyRange< MAP, N > Class Template Reference

#include <KeyRange.hh>

Public Member Functions

 KeyRange (const MAP &map_)
 
KeyIterator< MAP, N > begin () const
 
KeyIterator< MAP, N > end () const
 

Detailed Description

template<typename MAP, size_t N>
class detail::KeyRange< MAP, N >

Definition at line 30 of file KeyRange.hh.

Constructor & Destructor Documentation

◆ KeyRange()

template<typename MAP , size_t N>
detail::KeyRange< MAP, N >::KeyRange ( const MAP &  map_)
inlineexplicit

Definition at line 33 of file KeyRange.hh.

Member Function Documentation

◆ begin()

template<typename MAP , size_t N>
KeyIterator<MAP, N> detail::KeyRange< MAP, N >::begin ( ) const
inline

Definition at line 36 of file KeyRange.hh.

◆ end()

template<typename MAP , size_t N>
KeyIterator<MAP, N> detail::KeyRange< MAP, N >::end ( ) const
inline

Definition at line 37 of file KeyRange.hh.


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