#include <unchecked.h>
Public Member Functions | |
octet_iterator | base () const |
iterator () | |
iterator (const octet_iterator &octet_it) | |
bool | operator!= (const iterator &rhs) const |
uint32_t | operator* () const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator-- () |
iterator | operator-- (int) |
bool | operator== (const iterator &rhs) const |
Private Attributes | |
octet_iterator | it |
Definition at line 179 of file unchecked.h.
utf8::unchecked::iterator< octet_iterator >::iterator | ( | ) | [inline] |
Definition at line 182 of file unchecked.h.
utf8::unchecked::iterator< octet_iterator >::iterator | ( | const octet_iterator< octet_iterator > & | octet_it | ) | [inline, explicit] |
Definition at line 183 of file unchecked.h.
octet_iterator utf8::unchecked::iterator< octet_iterator >::base | ( | ) | const [inline] |
Definition at line 185 of file unchecked.h.
bool utf8::unchecked::iterator< octet_iterator >::operator!= | ( | const iterator< octet_iterator > & | rhs | ) | const [inline] |
Definition at line 195 of file unchecked.h.
uint32_t utf8::unchecked::iterator< octet_iterator >::operator* | ( | ) | const [inline] |
Definition at line 186 of file unchecked.h.
iterator& utf8::unchecked::iterator< octet_iterator >::operator++ | ( | ) | [inline] |
Definition at line 199 of file unchecked.h.
iterator utf8::unchecked::iterator< octet_iterator >::operator++ | ( | int | ) | [inline] |
Definition at line 204 of file unchecked.h.
iterator& utf8::unchecked::iterator< octet_iterator >::operator-- | ( | ) | [inline] |
Definition at line 210 of file unchecked.h.
iterator utf8::unchecked::iterator< octet_iterator >::operator-- | ( | int | ) | [inline] |
Definition at line 215 of file unchecked.h.
bool utf8::unchecked::iterator< octet_iterator >::operator== | ( | const iterator< octet_iterator > & | rhs | ) | const [inline] |
Definition at line 191 of file unchecked.h.
octet_iterator utf8::unchecked::iterator< octet_iterator >::it [private] |
Definition at line 180 of file unchecked.h.