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

(f6a1e0449f6645d814bfb076df68c6e6dbb87457)

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

Go to the source code of this file.

Classes

class  QVersionNumber
 \inmodule QtCore More...

Functions

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

Function Documentation

◆ operator<<() [1/2]

QDataStream & operator<< ( QDataStream & out,
const QVersionNumber & version )
related

Definition at line 541 of file qversionnumber.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug debug,
const QVersionNumber & version )

Definition at line 565 of file qversionnumber.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & in,
QVersionNumber & version )

Definition at line 555 of file qversionnumber.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QVersionNumber ,
Q_RELOCATABLE_TYPE  )

◆ qHash()

size_t qHash ( const QVersionNumber & key,
size_t seed = 0 )

\qhashold{QHash}

Since
5.6

Definition at line 578 of file qversionnumber.cpp.