QtBase  v6.3.1
Classes | Functions
qversionnumber.h File Reference
#include <QtCore/qlist.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qstring.h>
#include <QtCore/qtypeinfo.h>
#include <limits>
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
 The QVersionNumber class contains a version number with an arbitrary number of segments. More...
 
class  QTypeRevision
 The QTypeRevision class contains a lightweight representation of a version number with two 8-bit segments, major and minor, either of which can be unknown. 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)
 
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/4]

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

Definition at line 699 of file qversionnumber.cpp.

◆ operator<<() [2/4]

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

Definition at line 508 of file qversionnumber.cpp.

◆ operator<<() [3/4]

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

Definition at line 721 of file qversionnumber.cpp.

Here is the call graph for this function:

◆ operator<<() [4/4]

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

Definition at line 532 of file qversionnumber.cpp.

◆ operator>>() [1/2]

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

Definition at line 711 of file qversionnumber.cpp.

◆ operator>>() [2/2]

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

Definition at line 301 of file qversionnumber.cpp.

◆ Q_DECLARE_TYPEINFO() [1/2]

Q_DECLARE_TYPEINFO ( QTypeRevision  ,
Q_RELOCATABLE_TYPE   
)

◆ Q_DECLARE_TYPEINFO() [2/2]

Q_DECLARE_TYPEINFO ( QVersionNumber  ,
Q_RELOCATABLE_TYPE   
)

◆ qHash() [1/2]

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

Definition at line 747 of file qversionnumber.cpp.

◆ qHash() [2/2]

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

Definition at line 303 of file qversionnumber.cpp.