|
template<class TRes > |
ResTraits< TRes >::constPtrType | asKind () const |
| Convert this into a Ptr of a certain Kind. More...
|
|
template<class TRes > |
ResTraits< TRes >::PtrType | asKind () |
|
Vendor | vendor () const |
| Vendor. More...
|
|
| operator sat::Solvable () const |
| This is a sat::SolvableType. More...
|
|
PoolItem | poolItem () const |
| Access the corresponding PoolItem. More...
|
|
Solvable | satSolvable () const |
| Return the corresponding sat::Solvable. More...
|
|
| operator bool () const |
|
IdString | ident () const |
|
ResKind | kind () const |
|
bool | isKind (const ResKind &kind_r) const |
|
bool | isKind () const |
|
bool | isKind (TIterator begin, TIterator end) const |
|
std::string | name () const |
|
Edition | edition () const |
|
Arch | arch () const |
|
IdString | vendor () const |
|
Repository | repository () const |
|
RepoInfo | repoInfo () const |
|
bool | isSystem () const |
|
bool | onSystemByUser () const |
|
bool | onSystemByAuto () const |
|
bool | identIsAutoInstalled () const |
|
bool | multiversionInstall () const |
|
bool | isNeedreboot () const |
|
bool | isBlacklisted () const |
|
bool | isRetracted () const |
|
bool | isPtf () const |
|
bool | isPtfMaster () const |
|
bool | isPtfPackage () const |
|
Date | buildtime () const |
|
Date | installtime () const |
|
std::string | asString () const |
|
std::string | asUserString () const |
|
bool | identical (const Solvable &rhs) const |
|
bool | identical (const SolvableType< RDerived > &rhs) const |
|
bool | sameNVRA (const Solvable &rhs) const |
|
bool | sameNVRA (const SolvableType< RDerived > &rhs) const |
|
Capabilities | provides () const |
|
Capabilities | conflicts () const |
|
Capabilities | obsoletes () const |
|
Capabilities | recommends () const |
|
Capabilities | suggests () const |
|
Capabilities | enhances () const |
|
Capabilities | supplements () const |
|
Capabilities | prerequires () const |
|
Capabilities | dep (Dep which_r) const |
|
Capabilities | operator[] (Dep which_r) const |
|
CapabilitySet | providesNamespace (const std::string &namespace_r) const |
|
CapabilitySet | valuesOfNamespace (const std::string &namespace_r) const |
|
bool | supportsLocales () const |
|
bool | supportsLocale (const Locale &locale_r) const |
|
bool | supportsLocale (const LocaleSet &locales_r) const |
|
bool | supportsRequestedLocales () const |
|
LocaleSet | getSupportedLocales () const |
|
CpeId | cpeId () const |
|
unsigned | mediaNr () const |
|
ByteCount | installSize () const |
|
ByteCount | downloadSize () const |
|
std::string | distribution () const |
|
std::string | summary (const Locale &lang_r=Locale()) const |
|
std::string | description (const Locale &lang_r=Locale()) const |
|
std::string | insnotify (const Locale &lang_r=Locale()) const |
|
std::string | delnotify (const Locale &lang_r=Locale()) const |
|
std::string | licenseToConfirm (const Locale &lang_r=Locale()) const |
|
bool | needToAcceptLicense () const |
|
std::string | lookupStrAttribute (const SolvAttr &attr) const |
|
std::string | lookupStrAttribute (const SolvAttr &attr, const Locale &lang_r) const |
|
bool | lookupBoolAttribute (const SolvAttr &attr) const |
|
detail::IdType | lookupIdAttribute (const SolvAttr &attr) const |
|
unsigned long long | lookupNumAttribute (const SolvAttr &attr) const |
|
unsigned long long | lookupNumAttribute (const SolvAttr &attr, unsigned long long notfound_r) const |
|
CheckSum | lookupCheckSumAttribute (const SolvAttr &attr) const |
|
OnMediaLocation | lookupLocation () const |
|
Solvable::IdType | id () const |
|
| ReferenceCounted () |
| Default ctor. More...
|
|
| ReferenceCounted (const ReferenceCounted &rhs) |
| Copy ctor. More...
|
|
virtual | ~ReferenceCounted () |
| Dtor. More...
|
|
ReferenceCounted & | operator= (const ReferenceCounted &) |
| Assignment. More...
|
|
unsigned | refCount () const |
| Return reference counter value. More...
|
|
void | ref () const |
| Add a reference. More...
|
|
void | unref () const |
| Release a reference. More...
|
|
static void | add_ref (const ReferenceCounted *ptr_r) |
| Called by zypp::intrusive_ptr to add a reference. More...
|
|
static void | release (const ReferenceCounted *ptr_r) |
| Called by zypp::intrusive_ptr to add a reference. More...
|
|
Capabilities | const |
|
template<class TRes > |
ResTraits< TRes >::PtrType | asKind (const ResObject::Ptr &p) |
| Convert ResObject::Ptr into Ptr of a certain Kind. More...
|
|
std::ostream & | operator<< (std::ostream &str, const Resolvable &obj) |
| Stream output. More...
|
|
std::ostream & | dumpOn (std::ostream &str, const Resolvable &obj) |
| More verbose stream output including dependencies. More...
|
|
template<class TRes > |
bool | isKind (const Resolvable::constPtr &p) |
| Test whether a Resolvable::Ptr is of a certain Kind. More...
|
|
template<class TRes > |
ResTraits< TRes >::PtrType | asKind (const Resolvable::Ptr &p) |
| Convert Resolvable::Ptr into Ptr of a certain Kind. More...
|
|
int | compareByN (const Resolvable::constPtr &lhs, const Resolvable::constPtr &rhs) |
| Compare Resolvable::constPtr according to kind and name. More...
|
|
int | compareByNVR (const Resolvable::constPtr &lhs, const Resolvable::constPtr &rhs) |
| Compare according to kind, name and edition. More...
|
|
int | compareByNVRA (const Resolvable::constPtr &lhs, const Resolvable::constPtr &rhs) |
| Compare Resolvable::constPtr according to kind, name, edition and arch. More...
|
|
bool | isKind (const SolvableType< Resolvable > &solvable_r) |
| Test whether the Solvable is of a certain ResKind. More...
|
|
bool | identical (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| Test for same content. More...
|
|
bool | sameNVRA (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| Test for same name version release and arch. More...
|
|
std::ostream & | operator<< (std::ostream &str, const SolvableType< Resolvable > &obj) |
| Stream output. More...
|
|
std::ostream & | dumpOn (std::ostream &str, const SolvableType< Resolvable > &obj) |
| More verbose stream output including dependencies. More...
|
|
bool | operator== (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| Equal. More...
|
|
bool | operator!= (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| NotEqual. More...
|
|
bool | operator< (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| Less. More...
|
|
int | compareByN (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| Compare according to kind and name. More...
|
|
int | compareByNVR (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| Compare according to kind, name and edition. More...
|
|
int | compareByNVRA (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| Compare according to kind, name, edition and arch. More...
|
|
void | intrusive_ptr_add_ref (const ReferenceCounted *ptr_r) |
| intrusive_ptr hook to add_ref. More...
|
|
void | intrusive_ptr_release (const ReferenceCounted *ptr_r) |
| intrusive_ptr hook to release. More...
|
|
std::ostream & | operator<< (std::ostream &str, const ReferenceCounted &obj) |
| Stream output. More...
|
|
Class representing an application (appdata.xml)
Definition at line 27 of file Application.h.