Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The TQCharRef class is a helper class for TQString. More...
All the functions in this class are reentrant when TQt is built with thread support.
#include <ntqstring.h>
When you get an object of type TQCharRef, if you can assign to it, the assignment will apply to the character in the string from which you got the reference. That is its whole purpose in life. The TQCharRef becomes invalid once modifications are made to the string: if you want to keep the character, copy it into a TQChar.
Most of the TQChar member functions also exist in TQCharRef. However, they are not explicitly documented here.
See also TQString::operator[](), TQString::at(), TQChar, and Text Related Classes.
This file is part of the TQt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | TQt 3.3.8
|