Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The TQConstString class provides string objects using constant Unicode data. More...
All the functions in this class are reentrant when TQt is built with thread support.
#include <ntqstring.h>
In order to minimize copying, highly optimized applications can use TQConstString to provide a TQString-compatible object from existing Unicode data. It is then the programmer's responsibility to ensure that the Unicode data exists for the entire lifetime of the TQConstString object.
A TQConstString is created with the TQConstString constructor. The string held by the object can be obtained by calling string().
See also Text Related Classes.
The data in unicode is not copied. The caller must be able to guarantee that unicode will not be deleted or modified.
Returns a constant string referencing the data passed during construction.
This file is part of the TQt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | TQt 3.3.8
|