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