|
ISLEman
|
Simplified and optimized version of QTextStream. More...
#include <ftextstream.h>
Public Member Functions | |
| FTextStream (QIODevice *) | |
| FTextStream (QGString *) | |
| FTextStream (FILE *) | |
| QIODevice * | device () const |
| void | setDevice (QIODevice *) |
| void | unsetDevice () |
| FTextStream & | operator<< (char) |
| FTextStream & | operator<< (const char *) |
| FTextStream & | operator<< (const QString &) |
| FTextStream & | operator<< (const QCString &) |
| FTextStream & | operator<< (signed short) |
| FTextStream & | operator<< (unsigned short) |
| FTextStream & | operator<< (signed int) |
| FTextStream & | operator<< (unsigned int) |
| FTextStream & | operator<< (signed long) |
| FTextStream & | operator<< (unsigned long) |
| FTextStream & | operator<< (float) |
| FTextStream & | operator<< (double) |
Simplified and optimized version of QTextStream.
1.8.12