![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qtyperevision.h>#include <QtCore/qhashfunctions.h>#include <QtCore/qdatastream.h>#include <QtCore/qdebug.h>#include <algorithm>#include <limits>Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &out, const QTypeRevision &revision) |
| QDataStream & | operator>> (QDataStream &in, QTypeRevision &revision) |
| QDebug | operator<< (QDebug debug, const QTypeRevision &revision) |
| size_t | qHash (const QTypeRevision &key, size_t seed) |
| \qhashold{QHash} | |
|
Definition at line 165 of file qtyperevision.cpp.
| QDebug operator<< | ( | QDebug | debug, |
| const QTypeRevision & | revision ) |
Definition at line 187 of file qtyperevision.cpp.
|
Definition at line 177 of file qtyperevision.cpp.
| size_t qHash | ( | const QTypeRevision & | key, |
| size_t | seed ) |