![]() |
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/qassert.h>
#include <QtCore/qcompare.h>
#include <QtCore/qcontainertools_impl.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qtypeinfo.h>
#include <limits>
#include <QtCore/qversionnumber.h>
Go to the source code of this file.
Classes | |
class | QTypeRevision |
\inmodule QtCore More... | |
Functions | |
Q_CORE_EXPORT size_t | qHash (const QTypeRevision &key, size_t seed=0) |
\qhashold{QHash} | |
Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &out, const QTypeRevision &revision) |
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &in, QTypeRevision &revision) |
Q_DECLARE_TYPEINFO (QTypeRevision, Q_RELOCATABLE_TYPE) | |
Q_CORE_EXPORT QDebug | operator<< (QDebug, const QTypeRevision &revision) |
|
Definition at line 165 of file qtyperevision.cpp.
Q_CORE_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QTypeRevision & | revision ) |
Definition at line 187 of file qtyperevision.cpp.
|
Definition at line 177 of file qtyperevision.cpp.
Q_DECLARE_TYPEINFO | ( | QTypeRevision | , |
Q_RELOCATABLE_TYPE | ) |
Q_CORE_EXPORT size_t qHash | ( | const QTypeRevision & | key, |
size_t | seed ) |