![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qbytearray.h"
#include "qdebug.h"
#include "qiodevice_p.h"
#include "qfile.h"
#include "qstringlist.h"
#include "qdir.h"
#include "private/qtools_p.h"
#include <algorithm>
#include "moc_qiodevice.cpp"
Go to the source code of this file.
Macros | |
#define | Q_VOID |
#define | CHECK_MAXLEN(function, returnType) |
#define | CHECK_LINEMAXLEN(function, returnType) |
#define | CHECK_LINEMAXLEN_1(function, returnType) |
#define | CHECK_MAXBYTEARRAYSIZE(function) |
#define | CHECK_WRITABLE(function, returnType) |
#define | CHECK_READABLE(function, returnType) |
Functions | |
static void | debugBinaryString (const char *input, qint64 maxlen) |
static Q_DECL_COLD_FUNCTION void | checkWarnMessage (const QIODevice *device, const char *function, const char *what) |
int | qt_subtract_from_timeout (int timeout, int elapsed) |
QDebug | operator<< (QDebug debug, QIODevice::OpenMode modes) |
#define CHECK_LINEMAXLEN | ( | function, | |
returnType ) |
Definition at line 81 of file qiodevice.cpp.
#define CHECK_LINEMAXLEN_1 | ( | function, | |
returnType ) |
Definition at line 89 of file qiodevice.cpp.
#define CHECK_MAXBYTEARRAYSIZE | ( | function | ) |
Definition at line 97 of file qiodevice.cpp.
#define CHECK_MAXLEN | ( | function, | |
returnType ) |
Definition at line 73 of file qiodevice.cpp.
#define CHECK_READABLE | ( | function, | |
returnType ) |
Definition at line 117 of file qiodevice.cpp.
#define CHECK_WRITABLE | ( | function, | |
returnType ) |
Definition at line 105 of file qiodevice.cpp.
#define Q_VOID |
Definition at line 45 of file qiodevice.cpp.
|
static |
Definition at line 48 of file qiodevice.cpp.
References operator<<().
Definition at line 22 of file qiodevice.cpp.
Definition at line 2366 of file qiodevice.cpp.
int qt_subtract_from_timeout | ( | int | timeout, |
int | elapsed ) |
Reduces the timeout by elapsed, taking into account that -1 is a special value for timeouts.
Definition at line 2355 of file qiodevice.cpp.