Template Class iterator
Defined in File checked.h
Class Documentation
-
template<typename octet_iterator>
class iterator Public Types
-
typedef utfchar32_t value_type
-
typedef utfchar32_t *pointer
-
typedef utfchar32_t &reference
-
typedef std::ptrdiff_t difference_type
-
typedef std::bidirectional_iterator_tag iterator_category
Public Functions
-
inline iterator()
-
inline explicit iterator(const octet_iterator &octet_it, const octet_iterator &rangestart, const octet_iterator &rangeend)
-
inline octet_iterator base() const
-
inline utfchar32_t operator*() const
-
typedef utfchar32_t value_type