![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qendian.h>
#include <QtCore/qstring.h>
Go to the source code of this file.
Classes | |
class | QUuid |
\inmodule QtCore More... | |
class | QUuid::Id128Bytes |
\inmodule QtCore More... | |
Functions | |
Q_DECLARE_TYPEINFO (QUuid, Q_PRIMITIVE_TYPE) | |
Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QUuid &) |
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QUuid &) |
Q_CORE_EXPORT QDebug | operator<< (QDebug, const QUuid &) |
Q_CORE_EXPORT size_t | qHash (const QUuid &uuid, size_t seed=0) noexcept |
bool | operator<= (const QUuid &lhs, const QUuid &rhs) noexcept |
bool | operator>= (const QUuid &lhs, const QUuid &rhs) noexcept |
|
related |
|
related |
Q_DECLARE_TYPEINFO | ( | QUuid | , |
Q_PRIMITIVE_TYPE | |||
) |
|
related |