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

(a84b79df0fb8a92b17a39bbf706714e93de9d6fc)

#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 540 of file qversionnumber.cpp.

◆ operator<<() [2/2]

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

Definition at line 564 of file qversionnumber.cpp.

◆ operator>>()

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

Definition at line 554 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 577 of file qversionnumber.cpp.