1QCharRef(3qt) QCharRef(3qt)
2
3
4
6 QCharRef - Helper class for QString
7
9 All the functions in this class are reentrant when Qt is built with
10 thread support.</p>
11
12 #include <qstring.h>
13
15 The QCharRef class is a helper class for QString.
16
17 When you get an object of type QCharRef, if you can assign to it, the
18 assignment will apply to the character in the string from which you got
19 the reference. That is its whole purpose in life. The QCharRef becomes
20 invalid once modifications are made to the string: if you want to keep
21 the character, copy it into a QChar.
22
23 Most of the QChar member functions also exist in QCharRef. However,
24 they are not explicitly documented here.
25
26 See also QString::operator[](), QString::at(), QChar, and Text Related
27 Classes.
28
29
31 http://doc.trolltech.com/qcharref.html
32 http://www.trolltech.com/faq/tech.html
33
35 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
36 license file included in the distribution for a complete license
37 statement.
38
40 Generated automatically from the source code.
41
43 If you find a bug in Qt, please report it as described in
44 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
45 help you. Thank you.
46
47 The definitive Qt documentation is provided in HTML format; it is
48 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
49 web browser. This man page is provided as a convenience for those users
50 who prefer man pages, although this format is not officially supported
51 by Trolltech.
52
53 If you find errors in this manual page, please report them to qt-
54 bugs@trolltech.com. Please include the name of the manual page
55 (qcharref.3qt) and the Qt version (3.3.8).
56
57
58
59Trolltech AS 2 February 2007 QCharRef(3qt)