Qt 4.8
|
#include "qtextstream.h"
#include "qbuffer.h"
#include "qfile.h"
#include "qnumeric.h"
#include "qtextcodec.h"
#include "private/qlocale_p.h"
#include <stdlib.h>
#include <limits.h>
#include <new>
#include "qtextstream.moc"
Go to the source code of this file.
Classes | |
class | QDeviceClosedNotifier |
class | QTextStreamPrivate |
Macros | |
#define | CHECK_VALID_STREAM(x) |
#define | IMPLEMENT_STREAM_RIGHT_INT_OPERATOR(type) |
#define | IMPLEMENT_STREAM_RIGHT_REAL_OPERATOR(type) |
#define | Q_VOID |
Functions | |
static void | copyConverterStateHelper (QTextCodec::ConverterState *dest, const QTextCodec::ConverterState *src) |
static void | resetCodecConverterStateHelper (QTextCodec::ConverterState *state) |
Variables | |
static const int | QTEXTSTREAM_BUFFERSIZE = 16384 |
#define CHECK_VALID_STREAM | ( | x | ) |
Definition at line 295 of file qtextstream.cpp.
Referenced by QTextStream::atEnd(), QTextStream::operator<<(), QTextStream::operator>>(), QTextStream::read(), QTextStream::readAll(), QTextStream::readLine(), and QTextStream::skipWhiteSpace().
#define IMPLEMENT_STREAM_RIGHT_INT_OPERATOR | ( | type | ) |
Definition at line 302 of file qtextstream.cpp.
Referenced by QTextStream::operator>>().
#define IMPLEMENT_STREAM_RIGHT_REAL_OPERATOR | ( | type | ) |
Definition at line 318 of file qtextstream.cpp.
Referenced by QTextStream::operator>>().
#define Q_VOID |
Definition at line 294 of file qtextstream.cpp.
Referenced by QTextStream::skipWhiteSpace().
|
static |
Definition at line 482 of file qtextstream.cpp.
Referenced by QTextStreamPrivate::restoreToSavedConverterState(), and QTextStreamPrivate::saveConverterState().
|
static |
Definition at line 476 of file qtextstream.cpp.
Referenced by QTextStream::locale(), QTextStreamPrivate::reset(), QTextStreamPrivate::restoreToSavedConverterState(), and QTextStream::seek().
|
static |
Definition at line 43 of file qtextstream.cpp.
Referenced by QTextStreamPrivate::consume(), QTextStreamPrivate::fillReadBuffer(), and QTextStreamPrivate::write().