3#include <AUI/Common/AObject.h>
5namespace aui::updater {
35 bool operator()(
const AString& packageName)
const noexcept;
37 AString getQualifierDebug()
const;
38 const AString& getQualifier()
const;
Represents a Unicode character string.
Definition AString.h:38
Determines whether the passed package name is a portable package that matches current arch and platfo...
Definition AppropriatePortablePackagePredicate.h:13
AString qualifier
Package qualifier which is expected to be present in package name.
Definition AppropriatePortablePackagePredicate.h:32