Go to the documentation of this file.
12 #ifndef ZYPP_PATTERN_H
13 #define ZYPP_PATTERN_H
55 std::string
order()
const;
128 #endif // ZYPP_PATTERN_H
Pattern(const sat::Solvable &solvable_r)
Ctor.
Contents sug
suggested content set
intrusive_ptr< const TRes > constPtrType
Solvable set wrapper to allow adding additional convenience iterators.
DEFINE_PTR_TYPE(Application)
A Solvable object within the sat Pool.
ResTraits< Self > TraitsType
bool isAutoPattern() const
This patterns is auto-defined by a patterns- package.
sat::Solvable autoPackage() const
The corresponding patterns- package if isAutoPattern.
NameList includes() const
Ui hint: included patterns.
sat::SolvableSet Contents
Contents req
required content set
Contents core() const
Ui hint: Required Packages.
sat::ArrayAttr< IdString, IdString > NameList
void contentsSet(ContentsSet &collect_r, bool recursively_r=false) const
Dependency based content set (does not evaluate includes/extends relation).
NameList extends() const
Ui hint: patterns this one extends.
std::string category(const Locale &lang_r=Locale()) const
intrusive_ptr< TRes > PtrType
Easy-to use interface to the ZYPP dependency resolver.
LookupAttr::TransformIterator based container to retrieve list attributes.
Contents contentsNoSuggests() const
Contents rec
recommended content set
std::string order() const
Contents depends(bool includeSuggests_r=true) const
Ui hint: Dependent packages.
Contents contents(bool includeSuggests_r=true) const
The collection of packages associated with this pattern.
TraitsType::constPtrType constPtr
void fullContentsSet(ContentsSet &collect_r) const
'Language[_Country]' codes.
Contents dependsNoSuggests() const
Base for resolvable objects.