Wire Sysio Wire Sysion 1.0.0
|
#include <unchecked.h>
Public Types | |
using | iterator_category = std::bidirectional_iterator_tag |
using | value_type = uint32_t |
using | difference_type = std::ptrdiff_t |
using | pointer = uint32_t* |
using | reference = uint32_t& |
Public Member Functions | |
iterator () | |
iterator (const octet_iterator &octet_it) | |
octet_iterator | base () const |
uint32_t | operator* () const |
bool | operator== (const iterator &rhs) const |
bool | operator!= (const iterator &rhs) const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator-- () |
iterator | operator-- (int) |
Definition at line 179 of file unchecked.h.
using utf8::unchecked::iterator< octet_iterator >::difference_type = std::ptrdiff_t |
Definition at line 184 of file unchecked.h.
using utf8::unchecked::iterator< octet_iterator >::iterator_category = std::bidirectional_iterator_tag |
Definition at line 182 of file unchecked.h.
using utf8::unchecked::iterator< octet_iterator >::pointer = uint32_t* |
Definition at line 185 of file unchecked.h.
using utf8::unchecked::iterator< octet_iterator >::reference = uint32_t& |
Definition at line 186 of file unchecked.h.
using utf8::unchecked::iterator< octet_iterator >::value_type = uint32_t |
Definition at line 183 of file unchecked.h.
|
inline |
Definition at line 188 of file unchecked.h.
|
inlineexplicit |
Definition at line 189 of file unchecked.h.
|
inline |
Definition at line 191 of file unchecked.h.
|
inline |
Definition at line 201 of file unchecked.h.
|
inline |
Definition at line 192 of file unchecked.h.
|
inline |
Definition at line 205 of file unchecked.h.
|
inline |
Definition at line 210 of file unchecked.h.
|
inline |
Definition at line 216 of file unchecked.h.
|
inline |
|
inline |
Definition at line 197 of file unchecked.h.