45 bool isDefault()
const;
47 bool userVisible()
const;
49 std::string category(
const Locale & lang_r =
Locale() )
const;
55 std::string order()
const;
69 bool isAutoPattern()
const;
86 Contents depends(
bool includeSuggests_r =
true )
const;
89 {
return depends(
false ); }
95 Contents contents(
bool includeSuggests_r =
true )
const;
98 {
return contents(
false ); }
111 void contentsSet(
ContentsSet & collect_r,
bool recursively_r =
false )
const;
114 {
return contentsSet( collect_r,
true ); }
'Language[_Country]' codes.
TraitsType::constPtrType constPtr
Contents contentsNoSuggests() const
Contents dependsNoSuggests() const
void fullContentsSet(ContentsSet &collect_r) const
Base for resolvable objects.
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
Contents req
required content set
Contents sug
suggested content set
Contents rec
recommended content set
intrusive_ptr< TRes > PtrType
intrusive_ptr< const TRes > constPtrType
#define DEFINE_PTR_TYPE(NAME)
Forward declaration of Ptr types.