The QTSManip class is an internal helper class for the QTextStream. More...
#include <qtstream.h>
It is generally a very bad idea to use this class directly in application programs.
Constructs a QTSManip object which will call \m (a member function in QTextStream which accepts a single int) with argument a when QTSManip::exec() is called. Used internally in e.g. endl:
s << "some text" << endl << "more text";
Calls the member function specified in the constructor, for object s. Used internally in e.g. endl:
s << "some text" << endl << "more text";
This file is part of the Qt toolkit, copyright © 1995-97 Troll Tech, all rights reserved.
It was generated from the following files: