55 std::string
order()
const;
95 Contents contents(
bool includeSuggests_r =
true )
const;
110 void contentsSet( ContentsSet & collect_r,
bool recursively_r =
false ) const
ZYPP_DEPRECATED;
113 {
return contentsSet( collect_r,
true ); }
117 friend Ptr
make<Self>(
const sat::Solvable & solvable_r );
119 Pattern(
const sat::Solvable & solvable_r );
#define ZYPP_DEPRECATED
The ZYPP_DEPRECATED macro can be used to trigger compile-time warnings with gcc >= 3....
#define DEFINE_PTR_TYPE(NAME)
Forward declaration of Ptr types.
'Language[_Country]' codes.
Contents core() const
Ui hint: Required Packages.
NameList extends() const
Ui hint: patterns this one extends.
std::string category(const Locale &lang_r=Locale()) const
TraitsType::constPtrType constPtr
Contents contentsNoSuggests() const
Contents depends(bool includeSuggests_r=true) const
Ui hint: Dependent packages.
sat::SolvableSet Contents
Pattern(const sat::Solvable &solvable_r)
Ctor.
std::string order() const
sat::Solvable autoPackage() const
The corresponding patterns- package if isAutoPattern.
NameList includes() const
Ui hint: included patterns.
sat::ArrayAttr< IdString, IdString > NameList
Contents contents(bool includeSuggests_r=true) const
The collection of packages associated with this pattern.
Contents dependsNoSuggests() const
ResTraits< Self > TraitsType
bool isAutoPattern() const
This patterns is auto-defined by a patterns- package.
ResObject(const sat::Solvable &solvable_r)
Ctor.
LookupAttr::TransformIterator based container to retrieve list attributes.
Solvable set wrapper to allow adding additional convenience iterators.
A Solvable object within the sat Pool.
Easy-to use interface to the ZYPP dependency resolver.
ResTraits< TRes >::PtrType make(const sat::Solvable &solvable_r)
Directly create a certain kind of ResObject from sat::Solvable.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
intrusive_ptr< Self > PtrType
intrusive_ptr< const Self > constPtrType