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

(ecb0878cbc3bc677d0f440950d2d1e304bcea495)

#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)
 
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]

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

Definition at line 540 of file qversionnumber.cpp.

◆ operator<<() [2/2]

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

Definition at line 564 of file qversionnumber.cpp.

References debug, and QVersionNumber::toString().

+ Here is the call graph for this function:

◆ operator>>()

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

Definition at line 374 of file qversionnumber.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QVersionNumber ,
Q_RELOCATABLE_TYPE  )

◆ qHash()

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