📄 qconststring.3qt
字号:
.TH QConstString 3qt "6 July 1999" "Troll Tech AS" \" -*- nroff -*-.\" Copyright 1992-1999 Troll Tech AS. All rights reserved. See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQConstString \- A QString which uses constant Unicode data.SH SYNOPSIS.br.PP\fC#include <qstring.h>\fR.PP.SS "Public Members".in +1c.ti -1c.BI "\fBQConstString\fR ( QChar * " "unicode" ", uint length )".br.ti -1c.BI "\fB~QConstString\fR ()".br.ti -1c.BI "const QString& \fBstring\fR () const".br.in -1c.SH DESCRIPTIONA QString which uses constant Unicode data..PPIn order to minimize copying, highly optimized applications can use QConstString to provide a QString-compatible object from existing Unicode data. The Unicode data must exist for the entire lifetime of the QConstString object..SH MEMBER FUNCTION DOCUMENTATION.SH "QConstString::QConstString ( QChar * unicode, uint length )"Creates a QConstString that uses the first \fIlength\fR Unicode characters in the array \fIunicode.\fR Any attempt to modify copies of the string will cause it to create a copy of the data, thus it remains forever unmodified..SH "QConstString::~QConstString ()"Destroys the QConstString, creating a copy of the data if other strings are still using it..SH "const QString& QConstString::string () const"Returns a constant string referencing the data passed duringconstruction..SH "SEE ALSO".BR http://www.troll.no/qt/qconststring.html.SH COPYRIGHTCopyright 1992-1999 Troll Tech AS. See the license file included inthe distribution for a complete license statement..SH AUTHORGenerated automatically from the source code.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -