stlab.adobe.com Adobe Systems Incorporated

string_t Class Reference
[ABI-safe Strings]

Lightweight string class designed to hold UTF8 strings in fixed binary structure. More...

#include <string.hpp>


Detailed Description

The 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.

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google