Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
quuid.h File Reference

(6f9db71154662a648f19a86ca86585eddbe2f9ce)

#include <QtCore/qendian.h>
#include <QtCore/qstring.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
 
bool operator<= (const QUuid &lhs, const QUuid &rhs) noexcept
 
bool operator>= (const QUuid &lhs, const QUuid &rhs) 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<=()

bool operator<= ( const QUuid & lhs,
const QUuid & rhs )
related

Definition at line 294 of file quuid.h.

◆ operator>=()

bool operator>= ( const QUuid & lhs,
const QUuid & rhs )
related

Definition at line 296 of file quuid.h.

◆ operator>>()

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

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QUuid ,
Q_PRIMITIVE_TYPE  )

◆ qHash()

Q_CORE_EXPORT size_t qHash ( const QUuid & uuid,
size_t seed = 0 )
related