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
qtyperevision.h File Reference

(f6a1e0449f6645d814bfb076df68c6e6dbb87457)

#include <QtCore/qassert.h>
#include <QtCore/qcompare.h>
#include <QtCore/qcontainertools_impl.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qtypeinfo.h>
#include <limits>
#include <QtCore/qversionnumber.h>
Include dependency graph for qtyperevision.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QTypeRevision
 \inmodule QtCore More...

Functions

Q_CORE_EXPORT size_t qHash (const QTypeRevision &key, size_t seed=0)
 \qhashold{QHash}
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &out, const QTypeRevision &revision)
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &in, QTypeRevision &revision)
 Q_DECLARE_TYPEINFO (QTypeRevision, Q_RELOCATABLE_TYPE)
Q_CORE_EXPORT QDebug operator<< (QDebug, const QTypeRevision &revision)

Function Documentation

◆ operator<<() [1/2]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream & out,
const QTypeRevision & revision )
related

Definition at line 166 of file qtyperevision.cpp.

◆ operator<<() [2/2]

Q_CORE_EXPORT QDebug operator<< ( QDebug debug,
const QTypeRevision & revision )

Definition at line 188 of file qtyperevision.cpp.

◆ operator>>()

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream & in,
QTypeRevision & revision )
related

Definition at line 178 of file qtyperevision.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QTypeRevision ,
Q_RELOCATABLE_TYPE  )

◆ qHash()

Q_CORE_EXPORT size_t qHash ( const QTypeRevision & key,
size_t seed )

\qhashold{QHash}

Since
6.0

Definition at line 210 of file qtyperevision.cpp.