(3af8c9eab19fc973ff1ef27d26bc8c577d882eb1)
#include <QtCore/private/qtcoreglobal_p.h>
#include <QtCore/qstring.h>
#include <QtCore/qspan.h>
#include <QtCore/qhash.h>
#include <QtCore/qfiledevice.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qdeadlinetimer.h>
#include <algorithm>
#include <filesystem>
#include <QtCore/qxpfunctional.h>
#include <variant>
#include <optional>
#include <type_traits>
Go to the source code of this file.
◆ DEFINE_ENTRY
| #define DEFINE_ENTRY |
( |
| OP | ) |
|
◆ FOREACH_IO_OPERATION
| #define FOREACH_IO_OPERATION |
( |
| OP | ) |
|
Value:
OP(Close) \
OP(Write) \
OP(VectoredRead) \
OP(VectoredWrite) \
OP(Flush) \
OP(Stat) \
OP(Cancel) \
Definition at line 72 of file qioring_p.h.
◆ INVOKE_ON_OP
| #define INVOKE_ON_OP |
( |
| Op | ) |
|
Value:case QIORing::Operation::Op: \
fn(req.template requestData<Operation::Op>()); \
return; \
◆ POPULATE_VARIANT
| #define POPULATE_VARIANT |
( |
| Op | ) |
|
◆ ExpectedResultType
◆ invokeCallback()
◆ Q_DECLARE_LOGGING_CATEGORY()