openMSX
Public Types | Public Member Functions | List of all members
utf8::unchecked::iterator< octet_iterator > Class Template Reference

#include <utf8_unchecked.hh>

Public Types

using iterator_category = std::bidirectional_iterator_tag
 
using difference_type = ptrdiff_t
 
using value_type = uint32_t
 
using pointer = uint32_t *
 
using reference = uint32_t &
 

Public Member Functions

 iterator ()=default
 
 iterator (const octet_iterator &octet_it)
 
octet_iterator base () const
 
uint32_t operator* () const
 
bool operator== (const iterator &) const =default
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 

Detailed Description

template<typename octet_iterator>
class utf8::unchecked::iterator< octet_iterator >

Definition at line 181 of file utf8_unchecked.hh.

Member Typedef Documentation

◆ difference_type

template<typename octet_iterator >
using utf8::unchecked::iterator< octet_iterator >::difference_type = ptrdiff_t

Definition at line 186 of file utf8_unchecked.hh.

◆ iterator_category

template<typename octet_iterator >
using utf8::unchecked::iterator< octet_iterator >::iterator_category = std::bidirectional_iterator_tag

Definition at line 185 of file utf8_unchecked.hh.

◆ pointer

template<typename octet_iterator >
using utf8::unchecked::iterator< octet_iterator >::pointer = uint32_t*

Definition at line 188 of file utf8_unchecked.hh.

◆ reference

template<typename octet_iterator >
using utf8::unchecked::iterator< octet_iterator >::reference = uint32_t&

Definition at line 189 of file utf8_unchecked.hh.

◆ value_type

template<typename octet_iterator >
using utf8::unchecked::iterator< octet_iterator >::value_type = uint32_t

Definition at line 187 of file utf8_unchecked.hh.

Constructor & Destructor Documentation

◆ iterator() [1/2]

template<typename octet_iterator >
utf8::unchecked::iterator< octet_iterator >::iterator ( )
default

◆ iterator() [2/2]

template<typename octet_iterator >
utf8::unchecked::iterator< octet_iterator >::iterator ( const octet_iterator< octet_iterator > &  octet_it)
inlineexplicit

Definition at line 192 of file utf8_unchecked.hh.

Member Function Documentation

◆ base()

template<typename octet_iterator >
octet_iterator utf8::unchecked::iterator< octet_iterator >::base ( ) const
inline

Definition at line 195 of file utf8_unchecked.hh.

◆ operator*()

template<typename octet_iterator >
uint32_t utf8::unchecked::iterator< octet_iterator >::operator* ( ) const
inline

Definition at line 196 of file utf8_unchecked.hh.

References utf8::unchecked::next().

◆ operator++() [1/2]

template<typename octet_iterator >
iterator & utf8::unchecked::iterator< octet_iterator >::operator++ ( )
inline

Definition at line 202 of file utf8_unchecked.hh.

References utf8::internal::sequence_length().

◆ operator++() [2/2]

template<typename octet_iterator >
iterator utf8::unchecked::iterator< octet_iterator >::operator++ ( int  )
inline

Definition at line 207 of file utf8_unchecked.hh.

References utf8::internal::sequence_length().

◆ operator--() [1/2]

template<typename octet_iterator >
iterator & utf8::unchecked::iterator< octet_iterator >::operator-- ( )
inline

Definition at line 213 of file utf8_unchecked.hh.

References utf8::unchecked::prior().

◆ operator--() [2/2]

template<typename octet_iterator >
iterator utf8::unchecked::iterator< octet_iterator >::operator-- ( int  )
inline

Definition at line 218 of file utf8_unchecked.hh.

References utf8::unchecked::prior().

◆ operator==()

template<typename octet_iterator >
bool utf8::unchecked::iterator< octet_iterator >::operator== ( const iterator< octet_iterator > &  ) const
default

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