openMSX
|
#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 |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator-- () |
iterator | operator-- (int) |
Definition at line 181 of file utf8_unchecked.hh.
using utf8::unchecked::iterator< octet_iterator >::difference_type = ptrdiff_t |
Definition at line 186 of file utf8_unchecked.hh.
using utf8::unchecked::iterator< octet_iterator >::iterator_category = std::bidirectional_iterator_tag |
Definition at line 185 of file utf8_unchecked.hh.
using utf8::unchecked::iterator< octet_iterator >::pointer = uint32_t* |
Definition at line 188 of file utf8_unchecked.hh.
using utf8::unchecked::iterator< octet_iterator >::reference = uint32_t& |
Definition at line 189 of file utf8_unchecked.hh.
using utf8::unchecked::iterator< octet_iterator >::value_type = uint32_t |
Definition at line 187 of file utf8_unchecked.hh.
|
default |
|
inlineexplicit |
Definition at line 192 of file utf8_unchecked.hh.
|
inline |
Definition at line 195 of file utf8_unchecked.hh.
|
inline |
Definition at line 196 of file utf8_unchecked.hh.
References utf8::unchecked::next().
|
inline |
Definition at line 202 of file utf8_unchecked.hh.
References utf8::internal::sequence_length().
|
inline |
Definition at line 207 of file utf8_unchecked.hh.
References utf8::internal::sequence_length().
|
inline |
Definition at line 213 of file utf8_unchecked.hh.
References utf8::unchecked::prior().
|
inline |
Definition at line 218 of file utf8_unchecked.hh.
References utf8::unchecked::prior().
|
default |