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

(906aa1533f2267b091615d21c2d31e1742f0a520)

#include <QtCore/qtyperevision.h>
#include <QtCore/qhashfunctions.h>
#include <QtCore/qdatastream.h>
#include <QtCore/qdebug.h>
#include <algorithm>
#include <limits>
+ Include dependency graph for qtyperevision.cpp:

Go to the source code of this file.

Functions

QDataStreamoperator<< (QDataStream &out, const QTypeRevision &revision)
 
QDataStreamoperator>> (QDataStream &in, QTypeRevision &revision)
 
QDebug operator<< (QDebug debug, const QTypeRevision &revision)
 
size_t qHash (const QTypeRevision &key, size_t seed)
 \qhashold{QHash}
 

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 165 of file qtyperevision.cpp.

◆ operator<<() [2/2]

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

Definition at line 187 of file qtyperevision.cpp.

◆ operator>>()

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

Definition at line 177 of file qtyperevision.cpp.

◆ qHash()

size_t qHash ( const QTypeRevision & key,
size_t seed )

\qhashold{QHash}

Since
6.0

Definition at line 209 of file qtyperevision.cpp.