name_t Class Reference A character string class for immutable strings. More...
Detailed DescriptionA name_t is a string class for immutable strings. The storage for name_t is globally pooled and strings are reused. Although an adobe::name_t can be somewhat expensive to construct, copying assignment, and equality comparisons are very fast.
|