|
libzypp
15.24.2
|
Namespaces | |
| detail | |
| 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 additioanal convenience iterators. 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 | |
| typedef StrMatcher | AttrMatcher |
| typedef Queue | SolvableQueue |
| Queue with Solvable ids. More... | |
| typedef Queue | StringQueue |
| Queue with String ids. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &str, const FileConflicts &obj) |
| std::ostream & | operator<< (std::ostream &str, const FileConflicts::Conflict &obj) |
| std::ostream & | dumpAsXmlOn (std::ostream &str, const FileConflicts &obj) |
| std::ostream & | dumpAsXmlOn (std::ostream &str, const FileConflicts::Conflict &obj) |
| std::ostream & | operator<< (std::ostream &str, const LocaleSupport &obj) |
| std::ostream & | dumpOn (std::ostream &str, const LocaleSupport &obj) |
| std::ostream & | operator<< (std::ostream &str, const LookupAttr &obj) |
| std::ostream & | dumpOn (std::ostream &str, const LookupAttr &obj) |
| std::ostream & | operator<< (std::ostream &str, const LookupAttr::iterator &obj) |
| template<class TResult , class TAttr > | |
| std::ostream & | operator<< (std::ostream &str, const ArrayAttr< TResult, TAttr > &obj) |
| bool | operator== (const Map &lhs, const Map &rhs) |
| std::ostream & | operator<< (std::ostream &str, const Pool &obj) |
| void | updateSolvFileIndex (const Pathname &solvfile_r) |
| Create solv file content digest for zypper bash completion. More... | |
| std::ostream & | operator<< (std::ostream &str, const Queue &obj) |
| std::ostream & | dumpOn (std::ostream &str, const Queue &obj) |
| bool | operator== (const Queue &lhs, const Queue &rhs) |
| std::ostream & | operator<< (std::ostream &str, const Solvable &obj) |
| std::ostream & | dumpOn (std::ostream &str, const Solvable &obj) |
| std::ostream & | dumpAsXmlOn (std::ostream &str, const Solvable &obj) |
| std::ostream & | operator<< (std::ostream &str, const SolvableSet &obj) |
| 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 Derived > | |
| bool | operator!= (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| template<class Derived > | |
| bool | operator!= (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| 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 Derived > | |
| bool | identical (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| template<class Derived > | |
| bool | identical (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| 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 Derived > | |
| bool | compareByN (const SolvableType< Derived > &lhs, const Solvable &rhs) |
| template<class Derived > | |
| bool | compareByN (const Solvable &lhs, const SolvableType< Derived > &rhs) |
| 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 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 &obj) |
| std::ostream & | dumpOn (std::ostream &str, const Transaction &obj) |
| bool | operator== (const Transaction &lhs, const Transaction &rhs) |
| std::ostream & | operator<< (std::ostream &str, const Transaction::Step &obj) |
| std::ostream & | operator<< (std::ostream &str, Transaction::StepType obj) |
| std::ostream & | operator<< (std::ostream &str, Transaction::StepStage obj) |
| ZYPP_DECLARE_OPERATORS_FOR_FLAGS (Transaction::StepStages) | |
| std::ostream & | operator<< (std::ostream &str, const WhatObsoletes &obj) |
| std::ostream & | operator<< (std::ostream &str, const WhatProvides &obj) |
Helpers and forward declarations from LookupAttrTools.h | |
| template<> | |
| std::string | LookupAttr::iterator::asType< std::string > () const |
Variables | |
| bool | obsoleteUsesProvides = false |
| typedef StrMatcher zypp::sat::AttrMatcher |
Definition at line 24 of file AttrMatcher.h.
| typedef Queue zypp::sat::SolvableQueue |
| typedef Queue zypp::sat::StringQueue |
|
related |
Definition at line 109 of file FileConflicts.cc.
|
related |
Definition at line 112 of file FileConflicts.cc.
|
related |
Definition at line 132 of file FileConflicts.cc.
|
related |
Definition at line 156 of file FileConflicts.cc.
|
related |
Definition at line 31 of file LocaleSupport.cc.
|
related |
Definition at line 41 of file LocaleSupport.cc.
|
related |
Definition at line 255 of file LookupAttr.cc.
|
related |
Definition at line 272 of file LookupAttr.cc.
|
related |
Definition at line 785 of file LookupAttr.cc.
|
inline |
Definition at line 587 of file LookupAttr.h.
|
related |
|
related |
|
related |
| void zypp::sat::updateSolvFileIndex | ( | const Pathname & | solvfile_r | ) |
|
related |
|
related |
|
related |
|
related |
Definition at line 688 of file Solvable.cc.
|
related |
Definition at line 699 of file Solvable.cc.
|
related |
Definition at line 719 of file Solvable.cc.
|
related |
Definition at line 31 of file SolvableSet.cc.
|
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 167 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 171 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 180 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 184 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 |
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 211 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 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 224 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 228 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 238 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 242 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 252 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 256 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 265 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 269 of file SolvableType.h.
|
related |
Definition at line 362 of file Transaction.cc.
|
related |
Definition at line 365 of file Transaction.cc.
|
related |
Definition at line 374 of file Transaction.cc.
|
related |
Definition at line 404 of file Transaction.cc.
| std::ostream& zypp::sat::operator<< | ( | std::ostream & | str, |
| Transaction::StepType | obj | ||
| ) |
Definition at line 414 of file Transaction.cc.
| std::ostream& zypp::sat::operator<< | ( | std::ostream & | str, |
| Transaction::StepStage | obj | ||
| ) |
Definition at line 428 of file Transaction.cc.
| zypp::sat::ZYPP_DECLARE_OPERATORS_FOR_FLAGS | ( | Transaction::StepStages | ) |
|
related |
Definition at line 166 of file WhatObsoletes.cc.
|
related |
Definition at line 162 of file WhatProvides.cc.
| bool zypp::sat::obsoleteUsesProvides = false |
Definition at line 34 of file WhatObsoletes.cc.