![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QFile>#include <QCborArray>#include <QCborValue>#include "qqmltyperegistrar_p.h"#include "qqmltypescreator_p.h"#include "qanystringviewutils_p.h"#include "qqmltyperegistrarconstants_p.h"#include "qqmltyperegistrarutils_p.h"#include <algorithm>Go to the source code of this file.
Classes | |
| struct | ExclusiveVersionRange |
Functions | |
| bool | operator< (const ExclusiveVersionRange &x, const ExclusiveVersionRange &y) |
| True if x was removed before y was introduced. | |
| bool | operator== (const ExclusiveVersionRange &x, const ExclusiveVersionRange &y) |
| True when x and y share a common version. | |
| QString | conflictingVersionToString (const ExclusiveVersionRange &r) |
| static QString | registrationVarName (const QString &module) |
| QString conflictingVersionToString | ( | const ExclusiveVersionRange & | r | ) |
Definition at line 153 of file qqmltyperegistrar.cpp.
| bool operator< | ( | const ExclusiveVersionRange & | x, |
| const ExclusiveVersionRange & | y ) |
True if x was removed before y was introduced.
| o |
Definition at line 36 of file qqmltyperegistrar.cpp.
Referenced by operator==().
| bool operator== | ( | const ExclusiveVersionRange & | x, |
| const ExclusiveVersionRange & | y ) |
True when x and y share a common version.
(Warning: not transitive!)
| o |
Definition at line 49 of file qqmltyperegistrar.cpp.
References operator<().
Definition at line 170 of file qqmltyperegistrar.cpp.