![]() |
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/qversionnumber.h>#include <QtCore/qhash.h>#include <QtCore/private/qlocale_tools_p.h>#include <QtCore/qcollator.h>#include <QtCore/qdatastream.h>#include <QtCore/qdebug.h>#include <algorithm>#include <limits>Go to the source code of this file.
Functions | |
| static QVersionNumber | from_string (QLatin1StringView string, qsizetype *suffixIndex) |
| static QVersionNumber | from_string (q_no_char8_t::QUtf8StringView string, qsizetype *suffixIndex) |
| void | qt_to_latin1 (uchar *dst, const char16_t *uc, qsizetype len) |
| static QVersionNumber | from_string (QStringView string, qsizetype *suffixIndex) |
| QDataStream & | operator<< (QDataStream &out, const QVersionNumber &version) |
| QDataStream & | operator>> (QDataStream &in, QVersionNumber &version) |
| QDebug | operator<< (QDebug debug, const QVersionNumber &version) |
| size_t | qHash (const QVersionNumber &key, size_t seed=0) |
| \qhashold{QHash} | |
|
static |
Definition at line 473 of file qversionnumber.cpp.
|
static |
Definition at line 443 of file qversionnumber.cpp.
|
static |
Definition at line 481 of file qversionnumber.cpp.
|
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.
| size_t qHash | ( | const QVersionNumber & | key, |
| size_t | seed = 0 ) |
Definition at line 1184 of file qstring.cpp.