|
libzypp
17.38.7
|
Namespaces | |
| detail | |
| solvitermixin_detail | |
Classes | |
| class | AllPTFs |
Container of packages providing ptf() More... | |
| class | ArrayAttr |
| LookupAttr::TransformIterator based container to retrieve list attributes. More... | |
| struct | asSolvable |
| To Solvable transform functor. More... | |
| 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 | 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... | |
| class | SolvableSet |
| Solvable set wrapper to allow adding additional convenience iterators. More... | |
| class | SolvableSpec |
| Define a set of Solvables by ident and provides. More... | |
| class | SolvableType |
| Base class for creating Solvable based types. More... | |
| class | SolvAttr |
| Solvable attribute keys. 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... | |
Typedefs | |
| using | SolvableQueue = Queue |
| Queue with Solvable ids. More... | |
| using | StringQueue = Queue |
| Queue with String ids. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &str, const FileConflicts &obj) ZYPP_API |
| relates: FileConflicts Stream output More... | |
| std::ostream & | operator<< (std::ostream &str, const FileConflicts::Conflict &obj) ZYPP_API |
| relates: FileConflicts::Conflict Stream output More... | |
| std::ostream & | dumpAsXmlOn (std::ostream &str, const FileConflicts &obj) ZYPP_API |
| relates: FileConflicts XML output More... | |
| std::ostream & | dumpAsXmlOn (std::ostream &str, const FileConflicts::Conflict &obj) ZYPP_API |
| relates: FileConflicts::Conflict XML output More... | |
| bool | operator== (const FileConflicts &lhs, const FileConflicts &rhs) |
| relates: FileConflicts More... | |
| bool | operator!= (const FileConflicts &lhs, const FileConflicts &rhs) |
| relates: FileConflicts More... | |
| std::ostream & | operator<< (std::ostream &str, const LocaleSupport &obj) |
| relates: LocaleSupport Stream output More... | |
| std::ostream & | dumpOn (std::ostream &str, const LocaleSupport &obj) |
| relates: LocaleSupport More verbose stream output including dependencies More... | |
| bool | operator== (const LocaleSupport &lhs, const LocaleSupport &rhs) |
| relates: LocaleSupport More... | |
| bool | operator!= (const LocaleSupport &lhs, const LocaleSupport &rhs) |
| relates: LocaleSupport More... | |
| bool | operator< (const LocaleSupport &lhs, const LocaleSupport &rhs) |
| relates: LocaleSupport More... | |
| std::ostream & | operator<< (std::ostream &str, const LookupAttr &obj) ZYPP_API |
| relates: LookupAttr Stream output. More... | |
| std::ostream & | dumpOn (std::ostream &str, const LookupAttr &obj) ZYPP_API |
| relates: LookupAttr Verbose stream output including the query result. More... | |
| std::ostream & | operator<< (std::ostream &str, const LookupAttr::iterator &obj) ZYPP_API |
| relates: zypp::sat::LookupAttr::iterator Stream output. More... | |
| template<class TResult , class TAttr > | |
| std::ostream & | operator<< (std::ostream &str, const ArrayAttr< TResult, TAttr > &obj) |
| relates: zypp::sat::LookupAttr::iterator Stream output. More... | |
| bool | operator== (const Map &lhs, const Map &rhs) ZYPP_API |
| relates: Map More... | |
| std::ostream & | operator<< (std::ostream &str, const Map &obj) |
| relates: Map Stream output More... | |
| bool | operator!= (const Map &lhs, const Map &rhs) |
| relates: Map More... | |
| std::ostream & | operator<< (std::ostream &str, const Pool &obj) ZYPP_API |
| relates: Pool Stream output More... | |
| void | updateSolvFileIndex (const Pathname &solvfile_r) |
| Create solv file content digest for zypper bash completion. More... | |
| bool | operator== (const Pool &lhs, const Pool &rhs) |
| relates: Pool More... | |
| bool | operator!= (const Pool &lhs, const Pool &rhs) |
| relates: Pool More... | |
| std::ostream & | operator<< (std::ostream &str, const Queue &obj) ZYPP_API |
| relates: Queue Stream output More... | |
| std::ostream & | dumpOn (std::ostream &str, const Queue &obj) ZYPP_API |
| relates: Queue Stream output assuming a Solvable queue. More... | |
| bool | operator== (const Queue &lhs, const Queue &rhs) ZYPP_API |
| relates: Queue More... | |
| bool | operator!= (const Queue &lhs, const Queue &rhs) |
| relates: Queue More... | |
| std::ostream & | operator<< (std::ostream &str, const Solvable &obj) ZYPP_API |
| relates: Solvable Stream output More... | |
| std::ostream & | dumpOn (std::ostream &str, const Solvable &obj) ZYPP_API |
| relates: Solvable More verbose stream output including dependencies More... | |
| std::ostream & | dumpAsXmlOn (std::ostream &str, const Solvable &obj) ZYPP_API |
| relates: Solvable XML output More... | |
| bool | operator== (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable More... | |
| bool | operator!= (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable More... | |
| bool | operator< (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable More... | |
| template<class TRes > | |
| bool | isKind (const Solvable &solvable_r) |
| relates: Solvable Test whether a Solvable is of a certain Kind. More... | |
| bool | identical (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable Test for same content. More... | |
| bool | sameNVRA (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable Test for same name version release and arch. More... | |
| int | compareByN (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable Compare according to kind and name. More... | |
| int | compareByNVR (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable Compare according to kind, name and edition. More... | |
| int | compareByNVRA (const Solvable &lhs, const Solvable &rhs) |
| relates: Solvable Compare according to kind, name, edition and arch. More... | |
| std::ostream & | operator<< (std::ostream &str, const SolvableSet &obj) ZYPP_API |
| relates: SolvableSet Stream output More... | |
| std::ostream & | operator<< (std::ostream &str, const SolvableSpec::Impl &obj) |
| relates: SolvableSpec::Impl Stream output More... | |
| std::ostream & | operator<< (std::ostream &str, const SolvableSpec &obj) |
| relates: SolvableSpec Stream output More... | |
| template<class Derived > | |
| std::ostream & | operator<< (std::ostream &str, const SolvableType< Derived > &obj) |
| relates: SolvableType Stream output More... | |
| template<class Derived > | |
| std::ostream & | dumpOn (std::ostream &str, const SolvableType< Derived > &obj) |
| relates: SolvableType More verbose stream output including dependencies More... | |
| template<class LDerived , class RDerived > | |
| bool | operator== (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType Equal More... | |
| template<class Derived > | |
| bool | operator== (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| template<class Derived > | |
| bool | operator== (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| template<class LDerived , class RDerived > | |
| bool | operator!= (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType NotEqual More... | |
| template<class Derived > | |
| bool | operator!= (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| template<class Derived > | |
| bool | operator!= (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| template<class LDerived , class RDerived > | |
| bool | operator< (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType Less More... | |
| template<class Derived > | |
| bool | operator< (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| template<class Derived > | |
| bool | operator< (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| template<class TRes , class Derived > | |
| bool | isKind (const SolvableType< Derived > &solvable_r) |
| relates: SolvableType Test whether the Solvable is of a certain ResKind. More... | |
| template<class LDerived , class RDerived > | |
| bool | identical (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType Test for same content. More... | |
| template<class Derived > | |
| bool | identical (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| template<class Derived > | |
| bool | identical (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| 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. More... | |
| template<class Derived > | |
| bool | sameNVRA (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| template<class Derived > | |
| bool | sameNVRA (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| template<class LDerived , class RDerived > | |
| int | compareByN (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType Compare according to kind and name. More... | |
| template<class Derived > | |
| bool | compareByN (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| template<class Derived > | |
| bool | compareByN (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| template<class LDerived , class RDerived > | |
| int | compareByNVR (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
| relates: SolvableType Compare according to kind, name and edition. More... | |
| template<class Derived > | |
| bool | compareByNVR (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| template<class Derived > | |
| bool | compareByNVR (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| 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. More... | |
| template<class Derived > | |
| bool | compareByNVRA (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| template<class Derived > | |
| bool | compareByNVRA (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| std::ostream & | operator<< (std::ostream &str, const Transaction::Impl &obj) |
| relates: Transaction::Impl Stream output More... | |
| std::ostream & | operator<< (std::ostream &str, const Transaction &obj) ZYPP_API |
| relates: Transaction Stream output More... | |
| std::ostream & | dumpOn (std::ostream &str, const Transaction &obj) ZYPP_API |
| relates: Transaction Verbose stream output More... | |
| bool | operator== (const Transaction &lhs, const Transaction &rhs) ZYPP_API |
| relates: Transaction More... | |
| std::ostream & | operator<< (std::ostream &str, const Transaction::Step &obj) ZYPP_API |
| relates: Transaction::Step Stream output More... | |
| std::ostream & | operator<< (std::ostream &str, Transaction::StepType obj) ZYPP_API |
| relates: Transaction::StepType Stream output More... | |
| std::ostream & | operator<< (std::ostream &str, Transaction::StepStage obj) ZYPP_API |
| relates: Transaction::StepStage Stream output More... | |
| ZYPP_DECLARE_OPERATORS_FOR_FLAGS (Transaction::StepStages) | |
| bool | operator!= (const Transaction &lhs, const Transaction &rhs) |
| relates: Transaction More... | |
| std::ostream & | operator<< (std::ostream &str, const WhatObsoletes &obj) |
| relates: WhatObsoletes Stream output More... | |
| std::ostream & | operator<< (std::ostream &str, const WhatProvides &obj) |
| relates: WhatProvides Stream output More... | |
Helpers and forward declarations from LookupAttrTools.h | |
| template<> | |
| std::string | LookupAttr::iterator::asType< std::string > () const |
Variables | |
| bool | obsoleteUsesProvides = false |
| using zypp::sat::SolvableQueue = typedef Queue |
| using zypp::sat::StringQueue = typedef 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.
|
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.
| bool zypp::sat::obsoleteUsesProvides = false |
Definition at line 34 of file WhatObsoletes.cc.