#include <unicode.h>
◆ ~abstract_unicode_reader()
| virtual abstract_unicode_reader::~abstract_unicode_reader |
( |
| ) |
|
|
virtualdefault |
◆ next()
| virtual uint32_t abstract_unicode_reader::next |
( |
| ) |
|
|
pure virtual |
◆ to_utf16()
| void abstract_unicode_reader::to_utf16 |
( |
std::function< bool(uint16_t)> const & |
fn | ) |
|
|
inline |
◆ to_utf32()
| void abstract_unicode_reader::to_utf32 |
( |
std::function< bool(uint32_t)> const & |
fn | ) |
|
|
inline |
◆ to_utf8()
| void abstract_unicode_reader::to_utf8 |
( |
std::function< bool(char, int)> const & |
fn | ) |
|
|
inline |
The documentation for this class was generated from the following file: