openMSX
|
#include <utf8_checked.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, const octet_iterator &range_start_, const octet_iterator &range_end_) | |
octet_iterator | base () const |
uint32_t | operator* () const |
bool | operator== (const iterator &rhs) const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator-- () |
iterator | operator-- (int) |
Definition at line 266 of file utf8_checked.hh.
using utf8::iterator< octet_iterator >::difference_type = ptrdiff_t |
Definition at line 274 of file utf8_checked.hh.
using utf8::iterator< octet_iterator >::iterator_category = std::bidirectional_iterator_tag |
Definition at line 273 of file utf8_checked.hh.
using utf8::iterator< octet_iterator >::pointer = uint32_t* |
Definition at line 276 of file utf8_checked.hh.
using utf8::iterator< octet_iterator >::reference = uint32_t& |
Definition at line 277 of file utf8_checked.hh.
using utf8::iterator< octet_iterator >::value_type = uint32_t |
Definition at line 275 of file utf8_checked.hh.
|
default |
|
inline |
Definition at line 280 of file utf8_checked.hh.
|
inline |
Definition at line 292 of file utf8_checked.hh.
|
inline |
Definition at line 293 of file utf8_checked.hh.
References utf8::next().
|
inline |
Definition at line 307 of file utf8_checked.hh.
References utf8::next().
|
inline |
Definition at line 312 of file utf8_checked.hh.
References utf8::next().
|
inline |
Definition at line 318 of file utf8_checked.hh.
References utf8::prior().
|
inline |
Definition at line 323 of file utf8_checked.hh.
References utf8::prior().
|
inline |
Definition at line 298 of file utf8_checked.hh.