#include <unicodetext.h>
Definition at line 249 of file unicodetext.h.
◆ const_reverse_iterator()
UnicodeText::const_reverse_iterator::const_reverse_iterator |
( |
const_iterator |
it | ) |
|
|
inlineexplicit |
Definition at line 251 of file unicodetext.h.
252 std::reverse_iterator<const_iterator>(it) {}
◆ get_utf8()
int UnicodeText::const_reverse_iterator::get_utf8 |
( |
char * |
buf | ) |
const |
|
inline |
Definition at line 257 of file unicodetext.h.
259 return (--tmp_it).get_utf8(buf);
◆ get_utf8_string()
string UnicodeText::const_reverse_iterator::get_utf8_string |
( |
| ) |
const |
|
inline |
Definition at line 261 of file unicodetext.h.
263 return (--tmp_it).get_utf8_string();
◆ utf8_data()
const char* UnicodeText::const_reverse_iterator::utf8_data |
( |
| ) |
const |
|
inline |
Definition at line 253 of file unicodetext.h.
255 return (--tmp_it).utf8_data();
◆ utf8_length()
int UnicodeText::const_reverse_iterator::utf8_length |
( |
| ) |
const |
|
inline |
Definition at line 265 of file unicodetext.h.
267 return (--tmp_it).utf8_length();
The documentation for this class was generated from the following file: