![]() |
Qt 6.x
The Qt SDK
|
#include <QDebug>
#include <QAtomicInt>
#include "qwaylandbufferref.h"
#include "wayland_wrapper/qwlclientbuffer_p.h"
#include <type_traits>
Go to the source code of this file.
Classes | |
class | QWaylandBufferRefPrivate |
Macros | |
#define | CHECK1(l, r, op) |
#define | CHECK2(l, r) |
#define | CHECK(l, r) |
Functions | |
CHECK (,) | |
CHECK (const,) | |
CHECK (const, const) | |
bool | operator== (const QWaylandBufferRef &lhs, const QWaylandBufferRef &rhs) noexcept |
#define CHECK | ( | l, | |
r | |||
) |
Definition at line 23 of file qwaylandbufferref.cpp.
#define CHECK1 | ( | l, | |
r, | |||
op | |||
) |
Definition at line 14 of file qwaylandbufferref.cpp.
#define CHECK2 | ( | l, | |
r | |||
) |
Definition at line 20 of file qwaylandbufferref.cpp.
CHECK | ( | ) |
CHECK | ( | const | , |
const | |||
) |
CHECK | ( | const | ) |
|
noexcept |
Definition at line 122 of file qwaylandbufferref.cpp.