#include <unchecked.h>
Inheritance diagram for utf8::unchecked::iterator< octet_iterator >:
Collaboration diagram for utf8::unchecked::iterator< octet_iterator >: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) |
Private Attributes | |
| octet_iterator | it |
Definition at line 179 of file unchecked.h.
|
inline |
Definition at line 182 of file unchecked.h.
|
inlineexplicit |
Definition at line 183 of file unchecked.h.
|
inline |
Definition at line 185 of file unchecked.h.
References utf8::unchecked::iterator< octet_iterator >::it.
|
inline |
Definition at line 195 of file unchecked.h.
References utf8::unchecked::iterator< octet_iterator >::operator==().
Here is the call graph for this function:
|
inline |
Definition at line 186 of file unchecked.h.
References utf8::unchecked::iterator< octet_iterator >::it, and utf8::unchecked::next().
Here is the call graph for this function:
|
inline |
Definition at line 199 of file unchecked.h.
References utf8::unchecked::advance(), utf8::unchecked::iterator< octet_iterator >::it, and utf8::internal::sequence_length().
Here is the call graph for this function:
|
inline |
Definition at line 204 of file unchecked.h.
References utf8::unchecked::advance(), utf8::unchecked::iterator< octet_iterator >::it, and utf8::internal::sequence_length().
Here is the call graph for this function:
|
inline |
Definition at line 210 of file unchecked.h.
References utf8::unchecked::iterator< octet_iterator >::it, and utf8::unchecked::prior().
Here is the call graph for this function:
|
inline |
Definition at line 215 of file unchecked.h.
References utf8::unchecked::iterator< octet_iterator >::it, and utf8::unchecked::prior().
Here is the call graph for this function:
|
inline |
Definition at line 191 of file unchecked.h.
References utf8::unchecked::iterator< octet_iterator >::it.
Referenced by utf8::unchecked::iterator< octet_iterator >::operator!=().
Here is the caller graph for this function:
|
private |
Definition at line 180 of file unchecked.h.
Referenced by utf8::unchecked::iterator< octet_iterator >::base(), utf8::unchecked::iterator< octet_iterator >::operator*(), utf8::unchecked::iterator< octet_iterator >::operator++(), utf8::unchecked::iterator< octet_iterator >::operator--(), and utf8::unchecked::iterator< octet_iterator >::operator==().