#include <unicodetext.h>
Definition at line 262 of file unicodetext.h.
◆ const_reverse_iterator()
UnicodeText::const_reverse_iterator::const_reverse_iterator |
( |
const_iterator |
it | ) |
|
|
inlineexplicit |
Definition at line 264 of file unicodetext.h.
265 : std::reverse_iterator<const_iterator>(it) {}
◆ get_utf8()
int UnicodeText::const_reverse_iterator::get_utf8 |
( |
char * |
buf | ) |
const |
|
inline |
Definition at line 270 of file unicodetext.h.
272 return (--tmp_it).get_utf8(buf);
friend class const_iterator
◆ get_utf8_string()
string UnicodeText::const_reverse_iterator::get_utf8_string |
( |
| ) |
const |
|
inline |
Definition at line 274 of file unicodetext.h.
276 return (--tmp_it).get_utf8_string();
◆ utf8_data()
const char* UnicodeText::const_reverse_iterator::utf8_data |
( |
| ) |
const |
|
inline |
Definition at line 266 of file unicodetext.h.
268 return (--tmp_it).utf8_data();
◆ utf8_length()
int UnicodeText::const_reverse_iterator::utf8_length |
( |
| ) |
const |
|
inline |
Definition at line 278 of file unicodetext.h.
280 return (--tmp_it).utf8_length();
The documentation for this class was generated from the following file: