Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QTextOStream class is a convenience class for output streams. More...
#include <QTextOStream>
Inherits QTextStream.
Note: All the functions in this class are reentrant.
The QTextOStream class is a convenience class for output streams.
This class provides a shorthand for creating simple output QTextStreams without having to pass a mode argument to the constructor.
This makes it easy to write things like this:
QString result; QTextOStream(&result) << "pi = " << 3.14;
Constructs a stream to write to string s.
Constructs a stream to write to the byte array ba.
Constructs a stream to write to the file handle f.
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp1 |