12 #ifndef ZYPP_PATTERN_H 13 #define ZYPP_PATTERN_H 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 ); }
128 #endif // ZYPP_PATTERN_H Contents sug
suggested content set
A Solvable object within the sat Pool.
Contents contentsNoSuggests() const
Contents dependsNoSuggests() const
LookupAttr::TransformIterator based container to retrieve list attributes.
intrusive_ptr< const TRes > constPtrType
Contents rec
recommended content set
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
DEFINE_PTR_TYPE(Application)
TraitsType::constPtrType constPtr
Base for resolvable objects.
'Language[_Country]' codes.
intrusive_ptr< TRes > PtrType
void fullContentsSet(ContentsSet &collect_r) const
Contents req
required content set
Easy-to use interface to the ZYPP dependency resolver.
Solvable set wrapper to allow adding additional convenience iterators.