string16_t Class Reference |
Detailed Description
The structure of a string16_t is a simple adobe::vector_t<boost::uint16_t> (which is, itself a fixed binary structure). If the string is empty, the vector is empty. If the vector is not empty, it contains a null-terminated sequence, the UTF16 string.