Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
quuid.h File Reference

(d89cef439f5c1a58aeff879a12d9a33292764b7f)

#include <QtCore/qcompare.h>
#include <QtCore/qendian.h>
#include <QtCore/qstring.h>
#include <QtCore/qsystemdetection.h>
+ Include dependency graph for quuid.h:
+ This graph shows which files directly or indirectly include this file:

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 QDataStreamoperator<< (QDataStream &, const QUuid &)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QUuid &)
 
Q_CORE_EXPORT QDebug operator<< (QDebug, const QUuid &)
 
Q_CORE_EXPORT size_t qHash (const QUuid &uuid, size_t seed=0) noexcept
 

Function Documentation

◆ operator<<() [1/2]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream & ,
const QUuid &  )
related

◆ operator<<() [2/2]

Q_CORE_EXPORT QDebug operator<< ( QDebug ,
const QUuid &  )
related

◆ operator>>()

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream & ,
QUuid &  )
related

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QUuid ,
Q_PRIMITIVE_TYPE  )

◆ qHash()

size_t qHash ( const QUuid & key,
size_t seed = 0 )
noexcept
Since
5.0 \qhashold{QUuid}

Definition at line 995 of file quuid.cpp.