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

(e55ee873e9f3e9f6047333434d5c9a4ddfe2bf6b)

#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)
 
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 165 of file qtyperevision.cpp.

◆ operator<<() [2/2]

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

Definition at line 187 of file qtyperevision.cpp.

References debug, QTypeRevision::hasMajorVersion(), QTypeRevision::hasMinorVersion(), QTypeRevision::majorVersion(), and QTypeRevision::minorVersion().

+ Here is the call graph for this function:

◆ operator>>()

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

Definition at line 177 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 = 0 )
related