Public Member Functions |
| 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 |
Detailed Description
template<typename octet_iterator>
class drizzled::utf8::unchecked::iterator< octet_iterator >
Definition at line 180 of file unchecked.h.
The documentation for this class was generated from the following file: