![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qcompare.h>
#include <QtCore/qendian.h>
#include <QtCore/qstring.h>
#include <QtCore/qsystemdetection.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 |
|
|
Q_DECLARE_TYPEINFO | ( | QUuid | , |
Q_PRIMITIVE_TYPE | ) |