![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpipewire_support_p.h>
Public Member Functions | |
StrongIdType (T arg) |
Public Attributes | |
T | value |
Friends | |
QDebug | operator<< (QDebug dbg, const StrongIdType &self) |
bool | comparesEqual (const StrongIdType &lhs, const StrongIdType &rhs) noexcept |
Qt::strong_ordering | compareThreeWay (const StrongIdType &lhs, const StrongIdType &rhs) noexcept |
Definition at line 86 of file qpipewire_support_p.h.
|
inlineexplicit |
Definition at line 88 of file qpipewire_support_p.h.
|
friend |
Definition at line 96 of file qpipewire_support_p.h.
|
friend |
Definition at line 101 of file qpipewire_support_p.h.
|
friend |
Definition at line 91 of file qpipewire_support_p.h.
T QtPipeWire::StrongIdType< T, Tag >::value |
Definition at line 90 of file qpipewire_support_p.h.
Referenced by QtPipeWire::StrongIdType< uint32_t, ObjectIdTag >::StrongIdType(), QtPipeWire::StrongIdType< uint32_t, ObjectIdTag >::comparesEqual, QtPipeWire::StrongIdType< uint32_t, ObjectIdTag >::compareThreeWay, and QtPipeWire::StrongIdType< uint32_t, ObjectIdTag >::operator<<.