string_t Class Reference Lightweight string class designed to hold UTF8 strings in fixed binary structure. More...
Detailed DescriptionThe structure of a string_t is a simple adobe::vector_t<char> (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 UTF8 string. |