QCharRef - Helper class for

       #include <qstring.h>


DESCRIPTION

       The QCharRef class is a helper class for QString.

       It provides the ability to work on characters in a QString
       in a natural fashion.

       When you get an object of type QCharRef, you can assign to
       it, which will operate on the string from which you got
       it. That is its whole purpose in life. It becomes invalid
       once further modifications are made to the string: If you
       want to keep it, copy it into a QChar.

       Most of the QChar member functions also exist in QCharRef.
       However, they are not explicitly documented here.

       See also  QString::operator[](), QString::at() and QChar.


SEE ALSO

       http://doc.trolltech.com/qcharref.html
       http://www.trolltech.com/faq/tech.html


COPYRIGHT

       Copyright 1992-2001 Trolltech AS,
       http://www.trolltech.com.  See the license file included
       in the distribution for a complete license statement.


AUTHOR

       Generated automatically from the source code.


BUGS

       If you find a bug in Qt, please report it as described in
       http://doc.trolltech.com/bughowto.html.  Good bug reports
       make our job much simpler. Thank you.

       In case of content or formattting problems with this
       manual page, please report them to qt-bugs@trolltech.com.
       Please include the name of the manual page (qcharref.3qt)
       and the Qt version (2.3.1).


Man(1) output converted with man2html