|
libzypp 17.38.7
|
Namespaces | |
| namespace | detail |
| namespace | solvitermixin_detail |
Classes | |
| class | FileConflicts |
| Libsolv queue representing file conflicts. More... | |
| class | LocaleSupport |
| Convenience methods to manage support for a specific Locale. More... | |
| class | LookupAttr |
| Lightweight attribute value lookup. More... | |
| class | LookupRepoAttr |
| Lightweight repository attribute value lookup. More... | |
| class | ArrayAttr |
| LookupAttr::TransformIterator based container to retrieve list attributes. More... | |
| class | Map |
| Libsolv (bit)Map wrapper. More... | |
| class | Pool |
| Global sat-pool. More... | |
| class | Queue |
| Libsolv Id queue wrapper. More... | |
| class | Solvable |
| A Solvable object within the sat Pool. More... | |
| struct | asSolvable |
| To Solvable transform functor. More... | |
| class | SolvableSet |
| Solvable set wrapper to allow adding additional convenience iterators. More... | |
| class | SolvableType |
| Base class for creating Solvable based types. More... | |
| class | SolvIterMixin |
| Base class providing common iterator types based on a Solvable iterator. More... | |
| class | Transaction |
| Libsolv transaction wrapper. More... | |
| class | WhatObsoletes |
| Container of installed Solvable which would be obsoleted by the Solvable passed to the ctor. More... | |
| class | WhatProvides |
| Container of Solvable providing a Capability (read only). More... | |
| class | AllPTFs |
| Container of packages providing ptf(). More... | |
| class | SolvAttr |
| Solvable attribute keys. More... | |
Typedefs | |
| using | SolvableQueue = Queue |
| Queue with Solvable ids. | |
| using | StringQueue = Queue |
| Queue with String ids. | |
Functions | |
| std::ostream & | operator<< (std::ostream &str, const FileConflicts &obj) ZYPP_API |
| relates: FileConflicts Stream output | |
| std::ostream & | operator<< (std::ostream &str, const FileConflicts::Conflict &obj) ZYPP_API |
| relates: FileConflicts::Conflict Stream output | |
| std::ostream & | dumpAsXmlOn (std::ostream &str, const FileConflicts &obj) ZYPP_API |
| relates: FileConflicts XML output | |
| std::ostream & | dumpAsXmlOn (std::ostream &str, const FileConflicts::Conflict &obj) ZYPP_API |
| relates: FileConflicts::Conflict XML output | |
| bool | operator== (const FileConflicts &lhs, const FileConflicts &rhs) |
| relates: FileConflicts | |
| bool | operator!= (const FileConflicts &lhs, const FileConflicts &rhs) |
| relates: FileConflicts | |
| std::ostream & | operator<< (std::ostream &str, const LocaleSupport &obj) |
| relates: LocaleSupport Stream output | |
| std::ostream & | dumpOn (std::ostream &str, const LocaleSupport &obj) |
| relates: LocaleSupport More verbose stream output including dependencies | |
| bool | operator== (const LocaleSupport &lhs, const LocaleSupport &rhs) |
| relates: LocaleSupport | |
| bool | operator!= (const LocaleSupport &lhs, const LocaleSupport &rhs) |
| relates: LocaleSupport | |
| bool | operator< (const LocaleSupport &lhs, const LocaleSupport &rhs) |
| relates: LocaleSupport | |
| std::ostream & | operator<< (std::ostream &str, const LookupAttr &obj) ZYPP_API |
| relates: LookupAttr Stream output. | |
| std::ostream & | dumpOn (std::ostream &str, const LookupAttr &obj) ZYPP_API |
| relates: LookupAttr Verbose stream output including the query result. | |
| std::ostream & | operator<< (std::ostream &str, const LookupAttr::iterator &obj) ZYPP_API |
| relates: zypp::sat::LookupAttr::iterator Stream output. | |
| template<class TResult, class TAttr> | |
| std::ostream & | operator<< (std::ostream &str, const ArrayAttr< TResult, TAttr > &obj) |
| relates: zypp::sat::LookupAttr::iterator Stream output. | |
| bool | operator== (const Map &lhs, const Map &rhs) ZYPP_API |
| relates: Map | |
| std::ostream & | operator<< (std::ostream &str, const Map &obj) |
| relates: Map Stream output | |
| bool | operator!= (const Map &lhs, const Map &rhs) |
| relates: Map | |
| std::ostream & | operator<< (std::ostream &str, const Pool &obj) ZYPP_API |
| relates: Pool Stream output | |
| void | updateSolvFileIndex (const Pathname &solvfile_r) |
| Create solv file content digest for zypper bash completion. | |
| bool | operator== (const Pool &lhs, const Pool &rhs) |
| relates: Pool | |
| bool | operator!= (const Pool &lhs, const Pool &rhs) |
| relates: Pool | |
| std::ostream & | operator<< (std::ostream &str, const Queue &obj) ZYPP_API |
| relates: Queue Stream output | |
| std::ostream & | dumpOn (std::ostream &str, const Queue &obj) ZYPP_API |
| relates: Queue Stream output assuming a Solvable queue. | |
| bool | operator== (const Queue &lhs, const Queue &rhs) ZYPP_API |
| relates: Queue | |
| bool | operator!= (const Queue &lhs, const Queue &rhs) |
| relates: Queue | |
| std::ostream & | operator<< (std::ostream &str, const Solvable &obj) ZYPP_API |
| relates: Solvable Stream output | |
| std::ostream & | dumpOn (std::ostream &str, const Solvable &obj) ZYPP_API |
| relates: Solvable More verbose stream output including dependencies | |
| std::ostream & | dumpAsXmlOn (std::ostream &str, const Solvable &obj) ZYPP_API |
| relates: Solvable XML output | |
| bool | operator== (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable | |
| bool | operator!= (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable | |
| bool | operator< (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable | |
| template<class TRes> | |
| bool | isKind (const Solvable &solvable_r) |
| relates: Solvable Test whether a Solvable is of a certain Kind. | |
| bool | identical (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable Test for same content. | |
| bool | sameNVRA (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable Test for same name version release and arch. | |
| int | compareByN (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable Compare according to kind and name. | |
| int | compareByNVR (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable Compare according to kind, name and edition. | |
| int | compareByNVRA (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable Compare according to kind, name, edition and arch. | |
| std::ostream & | operator<< (std::ostream &str, const SolvableSet &obj) |
| relates: SolvableSet Stream output | |
| std::ostream & | operator<< (std::ostream &str, const SolvableSpec::Impl &obj) |
| relates: SolvableSpec::Impl Stream output | |
| std::ostream & | operator<< (std::ostream &str, const SolvableSpec &obj) |
| relates: SolvableSpec Stream output | |
| SolvableSpec () | |
| ~SolvableSpec () | |
| Dtor. | |
| SolvableSpec (const SolvableSpec &)=default | |
| SolvableSpec (SolvableSpec &&) noexcept=default | |
| SolvableSpec & | operator= (const SolvableSpec &)=default |
| SolvableSpec & | operator= (SolvableSpec &&) noexcept=default |
| void | addIdent (IdString ident_r) |
| Add all sat::Solvable with this ident_r. | |
| void | addProvides (Capability provides_r) |
| A all sat::Solvable matching this provides_r. | |
| bool | addIdenticalInstalledToo () const |
| Extend the provides set to include idential installed items as well. | |
| void | addIdenticalInstalledToo (bool yesno_r) |
| void | parseFrom (const InputStream &istr_r) |
| Parse and add spec from a string (IDENT or provides:CAPABILITY`). | |
| template<class TIterator> | |
| void | parseFrom (TIterator begin, TIterator end) |
| Parse and add specs from iterator range. | |
| void | splitParseFrom (const C_Str &multispec_r) |
| Convenience using str::splitEscaped(", \t") to parse multiple specs from one line. | |
| bool | contains (const sat::Solvable &solv_r) const |
| Test whether solv_r matches the spec. | |
| template<class Derived> | |
| bool | contains (const SolvableType< Derived > &solv_r) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| bool | dirty () const |
| Whether the cache is needed and dirty. | |
| void | setDirty () const |
| Explicitly flag the cache as dirty, so it will be rebuilt on the next request. | |
| bool | empty () const |
| Whether neither idents nor provides are set. | |
| bool | containsIdent (const IdString &ident_r) const |
| Whether ident_r has been added to the specs (mainly for parser tests). | |
| bool | containsProvides (const Capability &provides_r) const |
| Whether provides_r has been added to the sepcs (mainly for parser tests). | |
| template<class Derived> | |
| std::ostream & | operator<< (std::ostream &str, const SolvableType< Derived > &obj) |
| relates: SolvableType Stream output | |
| template<class Derived> | |
| std::ostream & | dumpOn (std::ostream &str, const SolvableType< Derived > &obj) |
| relates: SolvableType More verbose stream output including dependencies | |
| template<class LDerived, class RDerived> | |
| bool | operator== (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType Equal | |
| template<class Derived> | |
| bool | operator== (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class Derived> | |
| bool | operator== (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class LDerived, class RDerived> | |
| bool | operator!= (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType NotEqual | |
| template<class Derived> | |
| bool | operator!= (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class Derived> | |
| bool | operator!= (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class LDerived, class RDerived> | |
| bool | operator< (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType Less | |
| template<class Derived> | |
| bool | operator< (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class Derived> | |
| bool | operator< (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class TRes, class Derived> | |
| bool | isKind (const SolvableType< Derived > &solvable_r) |
| relates: SolvableType Test whether the Solvable is of a certain ResKind. | |
| template<class LDerived, class RDerived> | |
| bool | identical (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType Test for same content. | |
| template<class Derived> | |
| bool | identical (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class Derived> | |
| bool | identical (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class LDerived, class RDerived> | |
| bool | sameNVRA (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType Test for same name version release and arch. | |
| template<class Derived> | |
| bool | sameNVRA (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class Derived> | |
| bool | sameNVRA (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class LDerived, class RDerived> | |
| int | compareByN (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType Compare according to kind and name. | |
| template<class Derived> | |
| bool | compareByN (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class Derived> | |
| bool | compareByN (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class LDerived, class RDerived> | |
| int | compareByNVR (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType Compare according to kind, name and edition. | |
| template<class Derived> | |
| bool | compareByNVR (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class Derived> | |
| bool | compareByNVR (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class LDerived, class RDerived> | |
| int | compareByNVRA (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType Compare according to kind, name, edition and arch. | |
| template<class Derived> | |
| bool | compareByNVRA (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| template<class Derived> | |
| bool | compareByNVRA (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| std::ostream & | operator<< (std::ostream &str, const Transaction::Impl &obj) |
| relates: Transaction::Impl Stream output | |
| std::ostream & | operator<< (std::ostream &str, const Transaction &obj) |
| relates: Transaction Stream output | |
| std::ostream & | dumpOn (std::ostream &str, const Transaction &obj) |
| relates: Transaction Verbose stream output | |
| bool | operator== (const Transaction &lhs, const Transaction &rhs) |
| relates: Transaction | |
| std::ostream & | operator<< (std::ostream &str, const Transaction::Step &obj) |
| relates: Transaction::Step Stream output | |
| std::ostream & | operator<< (std::ostream &str, Transaction::StepType obj) ZYPP_API |
| relates: Transaction::StepType Stream output | |
| std::ostream & | operator<< (std::ostream &str, Transaction::StepStage obj) ZYPP_API |
| relates: Transaction::StepStage Stream output | |
| ZYPP_DECLARE_OPERATORS_FOR_FLAGS (Transaction::StepStages) | |
| bool | operator!= (const Transaction &lhs, const Transaction &rhs) |
| relates: Transaction | |
| std::ostream & | operator<< (std::ostream &str, const WhatObsoletes &obj) |
| relates: WhatObsoletes Stream output | |
| std::ostream & | operator<< (std::ostream &str, const WhatProvides &obj) |
| relates: WhatProvides Stream output | |
| static const SolvableIdType | noSolvableId (0) |
| Id to denote Solvable::noSolvable. | |
Helpers and forward declarations from LookupAttrTools.h | |
| template<> | |
| std::string | LookupAttr::iterator::asType< std::string > () const |
Variables | |
| RWCOW_pointer< Impl > | _pimpl |
| Implementation class. | |
| bool | obsoleteUsesProvides = false |
| using zypp::sat::SolvableQueue = Queue |
| using zypp::sat::StringQueue = Queue |
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const FileConflicts & | obj ) |
relates: FileConflicts Stream output
Definition at line 109 of file FileConflicts.cc.
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const FileConflicts::Conflict & | obj ) |
relates: FileConflicts::Conflict Stream output
Definition at line 112 of file FileConflicts.cc.
| std::ostream & zypp::sat::dumpAsXmlOn | ( | std::ostream & | str, |
| const FileConflicts & | obj ) |
relates: FileConflicts XML output
Definition at line 132 of file FileConflicts.cc.
| std::ostream & zypp::sat::dumpAsXmlOn | ( | std::ostream & | str, |
| const FileConflicts::Conflict & | obj ) |
relates: FileConflicts::Conflict XML output
Definition at line 156 of file FileConflicts.cc.
|
inline |
relates: FileConflicts
Definition at line 85 of file FileConflicts.h.
|
inline |
relates: FileConflicts
Definition at line 89 of file FileConflicts.h.
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const LocaleSupport & | obj ) |
relates: LocaleSupport Stream output
Definition at line 31 of file LocaleSupport.cc.
| std::ostream & zypp::sat::dumpOn | ( | std::ostream & | str, |
| const LocaleSupport & | obj ) |
relates: LocaleSupport More verbose stream output including dependencies
Definition at line 41 of file LocaleSupport.cc.
|
inline |
relates: LocaleSupport
Definition at line 112 of file LocaleSupport.h.
|
inline |
relates: LocaleSupport
Definition at line 116 of file LocaleSupport.h.
|
inline |
relates: LocaleSupport
Definition at line 120 of file LocaleSupport.h.
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const LookupAttr & | obj ) |
relates: LookupAttr Stream output.
Definition at line 256 of file LookupAttr.cc.
| std::ostream & zypp::sat::dumpOn | ( | std::ostream & | str, |
| const LookupAttr & | obj ) |
relates: LookupAttr Verbose stream output including the query result.
Definition at line 273 of file LookupAttr.cc.
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const LookupAttr::iterator & | obj ) |
relates: zypp::sat::LookupAttr::iterator Stream output.
Definition at line 782 of file LookupAttr.cc.
|
inline |
Definition at line 594 of file LookupAttr.h.
|
inline |
relates: zypp::sat::LookupAttr::iterator Stream output.
Definition at line 216 of file LookupAttrTools.h.
|
inline |
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const Pool & | obj ) |
| void zypp::sat::updateSolvFileIndex | ( | const Pathname & | solvfile_r | ) |
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const Queue & | obj ) |
| std::ostream & zypp::sat::dumpOn | ( | std::ostream & | str, |
| const Queue & | obj ) |
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const Solvable & | obj ) |
relates: Solvable Stream output
Definition at line 797 of file Solvable.cc.
| std::ostream & zypp::sat::dumpOn | ( | std::ostream & | str, |
| const Solvable & | obj ) |
relates: Solvable More verbose stream output including dependencies
Definition at line 808 of file Solvable.cc.
| std::ostream & zypp::sat::dumpAsXmlOn | ( | std::ostream & | str, |
| const Solvable & | obj ) |
relates: Solvable XML output
Definition at line 828 of file Solvable.cc.
relates: Solvable
Definition at line 481 of file Solvable.h.
relates: Solvable
Definition at line 485 of file Solvable.h.
relates: Solvable
Definition at line 489 of file Solvable.h.
relates: Solvable Test whether a Solvable is of a certain Kind.
Definition at line 494 of file Solvable.h.
relates: Solvable Test for same content.
Definition at line 498 of file Solvable.h.
relates: Solvable Test for same name version release and arch.
Definition at line 502 of file Solvable.h.
relates: Solvable Compare according to kind and name.
Definition at line 507 of file Solvable.h.
relates: Solvable Compare according to kind, name and edition.
Definition at line 519 of file Solvable.h.
relates: Solvable Compare according to kind, name, edition and arch.
Definition at line 528 of file Solvable.h.
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const SolvableSet & | obj ) |
relates: SolvableSet Stream output
Definition at line 31 of file SolvableSet.cc.
|
inline |
relates: SolvableSpec::Impl Stream output
Definition at line 130 of file SolvableSpec.cc.
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const SolvableSpec & | obj ) |
relates: SolvableSpec Stream output
Definition at line 201 of file SolvableSpec.cc.
| zypp::sat::SolvableSpec | ( | ) |
| zypp::sat::~SolvableSpec | ( | ) |
Dtor.
|
default |
|
defaultnoexcept |
|
default |
|
defaultnoexcept |
| void zypp::sat::addIdent | ( | IdString | ident_r | ) |
Add all sat::Solvable with this ident_r.
| void zypp::sat::addProvides | ( | Capability | provides_r | ) |
A all sat::Solvable matching this provides_r.
| bool zypp::sat::addIdenticalInstalledToo | ( | ) | const |
Extend the provides set to include idential installed items as well.
Hack for retracted packages, where the indicator provides is injected into the available items, but is not present in the installed items.
| void zypp::sat::addIdenticalInstalledToo | ( | bool | yesno_r | ) |
| void zypp::sat::parseFrom | ( | const InputStream & | istr_r | ) |
Parse and add spec from a string (IDENT or provides:CAPABILITY`).
*/ void parse( const C_Str & spec_r );
/** Parse file istr_r and add its specs (one per line, #-comments).
| void zypp::sat::parseFrom | ( | TIterator | begin, |
| TIterator | end ) |
Parse and add specs from iterator range.
Definition at line 81 of file SolvableSpec.h.
| void zypp::sat::splitParseFrom | ( | const C_Str & | multispec_r | ) |
Convenience using str::splitEscaped(", \t") to parse multiple specs from one line.
| bool zypp::sat::contains | ( | const sat::Solvable & | solv_r | ) | const |
Test whether solv_r matches the spec.
(Re-)builds the WhatProvides cache on demand.
| bool zypp::sat::contains | ( | const SolvableType< Derived > & | solv_r | ) | const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 96 of file SolvableSpec.h.
| bool zypp::sat::dirty | ( | ) | const |
Whether the cache is needed and dirty.
| void zypp::sat::setDirty | ( | ) | const |
Explicitly flag the cache as dirty, so it will be rebuilt on the next request.
To be called if the ResPool content has changed. Intentionally const as this does not change the set of spects (though the set of matches might change).
| bool zypp::sat::empty | ( | ) | const |
Whether neither idents nor provides are set.
Whether ident_r has been added to the specs (mainly for parser tests).
| bool zypp::sat::containsProvides | ( | const Capability & | provides_r | ) | const |
Whether provides_r has been added to the sepcs (mainly for parser tests).
|
inline |
relates: SolvableType Stream output
Definition at line 179 of file SolvableType.h.
|
inline |
relates: SolvableType More verbose stream output including dependencies
Definition at line 184 of file SolvableType.h.
|
inline |
relates: SolvableType Equal
Definition at line 189 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 193 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 197 of file SolvableType.h.
|
inline |
relates: SolvableType NotEqual
Definition at line 202 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 206 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 210 of file SolvableType.h.
|
inline |
relates: SolvableType Less
Definition at line 215 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 219 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 223 of file SolvableType.h.
|
inline |
relates: SolvableType Test whether the Solvable is of a certain ResKind.
Definition at line 228 of file SolvableType.h.
|
inline |
relates: SolvableType Test for same content.
Definition at line 233 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 237 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 241 of file SolvableType.h.
|
inline |
relates: SolvableType Test for same name version release and arch.
Definition at line 246 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 250 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 254 of file SolvableType.h.
|
inline |
relates: SolvableType Compare according to kind and name.
Definition at line 260 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 264 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 268 of file SolvableType.h.
|
inline |
relates: SolvableType Compare according to kind, name and edition.
Definition at line 274 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 278 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 282 of file SolvableType.h.
|
inline |
relates: SolvableType Compare according to kind, name, edition and arch.
Definition at line 287 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 291 of file SolvableType.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 295 of file SolvableType.h.
|
inline |
relates: Transaction::Impl Stream output
Definition at line 305 of file Transaction.cc.
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const Transaction & | obj ) |
relates: Transaction Stream output
Definition at line 366 of file Transaction.cc.
| std::ostream & zypp::sat::dumpOn | ( | std::ostream & | str, |
| const Transaction & | obj ) |
relates: Transaction Verbose stream output
Definition at line 369 of file Transaction.cc.
| bool zypp::sat::operator== | ( | const Transaction & | lhs, |
| const Transaction & | rhs ) |
relates: Transaction
Definition at line 378 of file Transaction.cc.
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const Transaction::Step & | obj ) |
relates: Transaction::Step Stream output
Definition at line 408 of file Transaction.cc.
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| Transaction::StepType | obj ) |
relates: Transaction::StepType Stream output
Definition at line 418 of file Transaction.cc.
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| Transaction::StepStage | obj ) |
relates: Transaction::StepStage Stream output
Definition at line 432 of file Transaction.cc.
| zypp::sat::ZYPP_DECLARE_OPERATORS_FOR_FLAGS | ( | Transaction::StepStages | ) |
|
inline |
relates: Transaction
Definition at line 204 of file Transaction.h.
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const WhatObsoletes & | obj ) |
relates: WhatObsoletes Stream output
Definition at line 166 of file WhatObsoletes.cc.
| std::ostream & zypp::sat::operator<< | ( | std::ostream & | str, |
| const WhatProvides & | obj ) |
relates: WhatProvides Stream output
Definition at line 162 of file WhatProvides.cc.
|
static |
Id to denote Solvable::noSolvable.
|
private |
| bool zypp::sat::obsoleteUsesProvides = false |
Definition at line 34 of file WhatObsoletes.cc.