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

(f6a1e0449f6645d814bfb076df68c6e6dbb87457)

#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 166 of file qtyperevision.cpp.

◆ operator<<() [2/2]

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

Definition at line 188 of file qtyperevision.cpp.

◆ operator>>()

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

Definition at line 178 of file qtyperevision.cpp.

◆ qHash()

size_t qHash ( const QTypeRevision & key,
size_t seed )

\qhashold{QHash}

Since
6.0

Definition at line 210 of file qtyperevision.cpp.