Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The QTextOStream class is a convenience class for output streams. More...
All the functions in this class are reentrant when Qt is built with thread support.
#include <qtextstream.h>
Inherits QTextStream.
This class provides a shorthand for creating simple output QTextStreams without having to pass a mode argument to the constructor.
This makes it easy for example, to write things like this:
QString result; QTextOStream(&result) << "pi = " << 3.14;
See also Input/Output and Networking and Text Related Classes.
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.
This file is part of the Qt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | Qt 3.3.8
|