Documentation
Overview
Building ASL
Documentation
Library Wiki Docs
Indices
Browse Perforce
More Info
Release Notes
Wiki
Site Search
License
Success Stories
Contributors
Media
Download
Perforce Depots
Support
ASL SourceForge Home
Mailing Lists
Discussion Forums
Report Bugs
Suggest Features
Contribute to ASL
RSS
Short-text news
Full-text news
File releases
Other Adobe Projects
Adobe Air
Adobe GIL
C++ Benchmarks
Adobe Labs
Adobe Media Gallery
Adobe XMP
Tamarin project
(Mozilla Foundation)
Other Resources
Boost
RIAForge
SGI STL
adobe
::
string_t
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.