![]() |
| ||
Classes - Annotated - Tree - Functions - Home - Structure |
The QTextOStream class is a convenience class for output streams. More...
#include <qtextstream.h>
Inherits QTextStream.
For simple tasks, code should be simple. Hence this class is a shorthand to avoid passing the mode argument to the normal QTextStream constructors.
This makes it easy for example, 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 array ba.
Constructs a stream to write to the file f.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2001 Trolltech, all rights reserved.
Copyright © 2001 Trolltech | Trademarks | Qt version 3.0.0-beta2
|