|
CACAO
|
Public Types | |
| typedef Utf8String | ReturnType |
| interface to utf8::transform More... | |
Public Member Functions | |
| FromUtf8Builder (Iterator text, size_t utf8_size) | |
| void | utf8 (uint8_t c) |
| void | utf16 (uint16_t c) |
| Utf8String | finish () |
| Utf8String | abort () |
| size_t | hash () const |
| interface to HashTable More... | |
| utf8_tag | tag () const |
| interface to InternTableEntry More... | |
| Iterator | begin () const |
| size_t | size () const |
| Utf8String | get_string () const |
Public Member Functions inherited from utf8::VisitorBase< Utf8String, utf8::ABORT_ON_ERROR > | |
| ErrorAction | error_action () const |
| void | utf8 (uint8_t) const |
| void | utf16 (uint16_t) const |
| Utf8String | finish () const |
| Utf8String | abort () const |
Private Attributes | |
| size_t | _hash |
| size_t | _utf8_size |
| size_t | _utf16_size |
| Iterator | _text |
| typedef Utf8String FromUtf8Builder< Iterator >::ReturnType |
interface to utf8::transform
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
1.8.5