libzypp 17.37.17
|
Easy-to use interface to the ZYPP dependency resolver. More...
Namespaces | |
namespace | _logtoolsdetail |
namespace | applydeltarpm |
Namespace wrapping invocations of /usr/bin/applydeltarpm. | |
namespace | base |
namespace | bit |
namespace | callback |
Callbacks light. | |
namespace | debug |
namespace | detail |
namespace | env |
Namespace intended to collect all environment variables we use. | |
namespace | exception_detail |
namespace | externalprogram |
namespace | filesystem |
Types and functions for filesystem operations. | |
namespace | filter |
namespace | functor |
namespace | gettext |
namespace | gzstream_detail |
namespace | HACK |
namespace | hotfix1050625 |
namespace | internal |
namespace | io |
namespace | iomanip |
namespace | iostr |
Iostream related utilities. | |
namespace | json |
namespace | keyring |
namespace | kvmap |
namespace | log |
namespace | media |
namespace | misc |
namespace | packagedelta |
namespace | parser |
namespace | pool |
namespace | proto |
namespace | range_detail |
namespace | repo |
namespace | RepoManagerFlags |
namespace | resfilter |
namespace | resstatus |
namespace | rw_pointer |
Don't forgett to provide versions for PtrType and constPtrType, esp. | |
namespace | sat |
Libsolv interface | |
namespace | sighandler |
namespace | solver |
namespace | str |
String related utilities and Regular expression matching. | |
namespace | strv |
namespace | syscontent |
namespace | target |
namespace | traits |
namespace | ui |
namespace | url |
Url details namespace. | |
namespace | xml |
namespace | xmlout |
namespace | zypp_detail |
namespace | zypp_readonly_hack |
Classes | |
class | Application |
Class representing an application (appdata.xml) More... | |
struct | ApplyLock |
class | Arch |
Architecture. More... | |
struct | ArchCompatibleWith |
Functor finding compatible architectures. More... | |
struct | asPoolItem |
Solvable to PoolItem transform functor. More... | |
class | AutoDispose |
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose handle to it is destroyed or reset. More... | |
class | AutoDispose< void > |
class | AutoFD |
AutoDispose<int> calling ::close More... | |
class | AutoFILE |
AutoDispose<FILE*> calling ::fclose More... | |
struct | AutoFREE |
struct | AutoFREE< void > |
class | ByteArray |
class | ByteCount |
Store and operate with byte count. More... | |
class | C_Str |
Convenience char* constructible from std::string and char* , it maps (char*)0 to an empty string. More... | |
class | Capabilities |
Container of Capability (currently read only). More... | |
class | Capability |
A sat capability. More... | |
class | CapDetail |
Helper providing more detailed information about a Capability. More... | |
class | CapMatch |
Tri state Capability match result. More... | |
class | ChangelogEntry |
Single entry in a change log. More... | |
class | CheckAccessDeleted |
Check for running processes which access deleted executables or libraries. More... | |
class | CheckSum |
class | CheckSumCheckException |
struct | CheckSumException |
class | ChecksumFileChecker |
Built in file checkers. More... | |
struct | CleanEmptyLocksReport |
Callback for cleaning locks which doesn't lock anything in pool. More... | |
class | CleanerThread |
struct | CodeMaps |
Wrap static codemap data. More... | |
class | CombinedProgressData |
Progress callback from another progress. More... | |
class | CommitPackagePreloader |
struct | Compare |
General compare functor returning -1, 0, 1. More... | |
struct | CompareBy |
Functor to compare two elements by Rel based on a general TCompare functor. More... | |
struct | CompareByANY |
struct | CompareByEQ |
struct | CompareByGE |
struct | CompareByGT |
struct | CompareByLE |
struct | CompareByLT |
struct | CompareByNE |
struct | CompareByNONE |
class | CompositeFileChecker |
Checker composed of more checkers. More... | |
struct | ContentReaderHelper |
class | ContentType |
Mime type like 'type/subtype' classification of content. More... | |
class | Counter |
Integral type with initial value 0 . More... | |
class | CountryCode |
Country codes (iso3166-1-alpha-2). More... | |
class | CpeId |
Common Platform Enumearation (2.3) See http://cpe.mitre.org/ for more information on the Common Platform Enumearation. More... | |
class | Date |
Store and operate on date (time_t). More... | |
class | DateFormatException |
class | DefaultIntegral |
Integral type with defined initial value when default constructed. More... | |
struct | DefaultOption |
Mutable option with initial value also remembering a config value. More... | |
struct | Deferred |
struct | Dep |
Enumeration class of dependency types. More... | |
class | Digest |
Compute Message Digests (MD5, SHA1 etc) More... | |
struct | DigestReport |
class | DiskUsageCounter |
Compute disk space occupied by packages across partitions/directories. More... | |
class | DtorReset |
Assign a vaiable a certain value when going out of scope. More... | |
class | Edition |
Edition represents [epoch:]version[-release] More... | |
struct | EmptyFilter |
class | Errno |
Convenience errno wrapper. More... | |
class | ESetCompareDef |
Result of set comparison (use like 'enum class SetCompare') This is the type a compare function should return. More... | |
class | ESetRelationDef |
Set Relation based on SetCompare (use like 'enum class SetRelation') Comparison ( == !=) between SetRelation and SetCompare is defined to let SetRelation::subset match SetCompare::equal as well as SetCompare::properSubset . More... | |
class | Exception |
Base class for Exception. More... | |
class | ExternalProgram |
Execute a program and give access to its io An object of this class encapsulates the execution of an external program. More... | |
class | ExternalProgramWithSeperatePgid |
ExternalProgram extended to change the progress group ID after forking. More... | |
class | ExternalProgramWithStderr |
ExternalProgram extended to offer reading programs stderr. More... | |
class | Fetcher |
This class allows to retrieve a group of files in a confortable way, providing some smartness that does not belong to the media layer like: More... | |
struct | FetcherIndex |
class that represents indexes which add metadata to fetcher jobs and therefore need to be retrieved in advance. More... | |
struct | FetcherJob |
Class to encapsulate the OnMediaLocation object and the FileChecker together. More... | |
class | FileCheckException |
struct | GetPairFirst |
Functor taking a std::pair returning std::pair.first . More... | |
struct | GetPairSecond |
Functor taking a std::pair returning std::pair.second . More... | |
struct | GroupInfo |
class | HistoryActionID |
Enumeration of known history actions. More... | |
class | HistoryLog |
Writing the zypp history file. More... | |
class | HistoryLogData |
A zypp history log line split into fields. More... | |
class | HistoryLogDataInstall |
A zypp history log line for an installed packaged. More... | |
class | HistoryLogDataRemove |
A zypp history log line for a removed packge. More... | |
class | HistoryLogDataRepoAdd |
A zypp history log line for an added repository. More... | |
class | HistoryLogDataRepoAliasChange |
A zypp history log line for a repo alias change. More... | |
class | HistoryLogDataRepoRemove |
A zypp history log line for a removed repository. More... | |
class | HistoryLogDataRepoUrlChange |
A zypp history log line for a repo url change. More... | |
class | HistoryLogDataStampCommand |
A zypp history log line identifying the program that triggered the following commit. More... | |
class | HistoryLogPatchStateChange |
A zypp history log line for an installed packaged. More... | |
class | IdString |
Access to the sat-pools string space. More... | |
class | IdStringType |
Base class for creating IdString based types. More... | |
class | InputStream |
Helper to create and pass std::istream. More... | |
class | InstanceId |
Build string to identify/retrieve a specific Solvable. More... | |
class | Iterable |
class | JobReport |
Generic report for sending messages. More... | |
struct | KeyContext |
class | KeyRing |
Gpg key handling. More... | |
struct | KeyRingReport |
Callbacks from signature verification workflow. More... | |
struct | KeyRingSignals |
struct | KVMap |
A map of (key,value) strings. More... | |
class | LanguageCode |
Language codes (iso639_2/iso639_1). More... | |
class | Locale |
'Language[_Country]' codes. More... | |
class | LocaleGuard |
Temorarily change a locale category value. More... | |
struct | LockingOutputIterator |
iterator that takes lock, lock all solvables from query and send query to output iterator More... | |
class | Locks |
Singleton class which manipulate with locks file and apply locks on pool. More... | |
class | LocksCleanPredicate |
class | LocksRemovePredicate |
class | LogClient |
class | LogThread |
struct | MapKVIteratorTraits |
Traits for std::map key and value iterators. More... | |
class | Match |
String matching option flags as used e.g. More... | |
class | MatchException |
Exceptions thrown from attribute matching. More... | |
class | MatchInvalidRegexException |
Invalid regular expression (failed ::regcomp). More... | |
class | MatchUnknownModeException |
Unknown match mode. More... | |
class | MediaConfig |
class | MediaConfigPrivate |
struct | MediaProductEntry |
Represents an available product in media. More... | |
class | MediaSetAccess |
Media access layer responsible for handling files distributed on a set of media with media change and abort/retry/ingore user callback handling. More... | |
class | MirroredOrigin |
Manages a data source characterized by an authoritative URL and a list of mirror URLs. More... | |
class | MirroredOriginSet |
A smart container that manages a collection of MirroredOrigin objects, automatically grouping endpoints and preserving the insertion order of their schemes. More... | |
struct | MLSep |
Helper to produce not-NL-terminated multi line output. More... | |
struct | MyInserter |
class | NamedValue |
Simple value<>name mapping supporting aliases. More... | |
struct | NullDeleter |
shared_ptr custom deleter doing nothing. More... | |
class | NullFileChecker |
Checks for nothing Used as the default checker. More... | |
class | OnMediaLocation |
Describes a resource file located on a medium. More... | |
struct | Option |
Mutable option. More... | |
class | OriginEndpoint |
Represents a single, configurable network endpoint, combining a URL with specific access settings. More... | |
class | Package |
Package interface. More... | |
class | PackageKeyword |
Package keywords. More... | |
class | ParseException |
class | Patch |
Class representing a patch. More... | |
class | PathInfo |
Wrapper class for stat/lstat. More... | |
class | Pathname |
Pathname. More... | |
class | Pattern |
Pattern interface. More... | |
class | PluginExecutor |
Parallel execution of stateful PluginScripts. More... | |
class | PluginFrame |
Command frame for communication with PluginScript. More... | |
class | PluginFrameException |
Base class for PluginFrame Exception. More... | |
class | PluginScript |
Interface to plugin scripts using a Stomp inspired communication protocol. More... | |
class | PluginScriptException |
Base class for PluginScript Exception. More... | |
class | PoolItem |
Combining sat::Solvable and ResStatus. More... | |
class | PoolItemBest |
Find the best candidates e.g. More... | |
struct | PoolItemSaver |
Tem. More... | |
class | PoolQuery |
Meta-data query API. More... | |
struct | PoolQueryAttr |
represents all atributes in PoolQuery except SolvAtributes, which are used as is (not needed extend anything if someone adds new solv attr) More... | |
class | PoolQueryResult |
Helper class to collect (not only) PoolQuery results. More... | |
class | ProblemSolution |
Class representing one possible solution to a problem found during resolving. More... | |
class | Product |
Product interface. More... | |
class | ProgressData |
Maintain [min,max] and counter (value) for progress counting. More... | |
struct | ProgressReport |
struct | ProgressReportAdaptor |
struct | ProvideDirOperation |
struct | ProvideDirTreeOperation |
struct | ProvideFileExistenceOperation |
struct | ProvideFileOperation |
class | ProvideFilePolicy |
Policy for provideFile and RepoMediaAccess. More... | |
class | PurgeKernels |
struct | Range |
struct | Rel |
Relational operators. More... | |
class | RepoInfo |
What is known about a repository. More... | |
class | RepoManager |
creates and provides information about known sources. More... | |
struct | RepoManagerOptions |
Repo manager settings. More... | |
class | Repository |
class | RepoStatus |
Track changing files or directories. More... | |
struct | RepoUrl |
class | ResKind |
Resolvable kinds. More... | |
class | ResObject |
Base for resolvable objects. More... | |
class | Resolvable |
Base for resolvable objects. More... | |
class | Resolver |
Dependency resolver interface. More... | |
class | ResolverProblem |
Describe a solver problem and offer solutions. More... | |
class | ResPool |
Global ResObject pool. More... | |
class | ResPoolProxy |
ResPool::instance().proxy();. More... | |
class | ResStatus |
Status bitfield. More... | |
struct | ResTraits |
ResTraits. More... | |
struct | ResTraits< ResObject > |
ResTraits specialisation for ResObject. More... | |
struct | ResTraits< Resolvable > |
ResTraits specialisation for Resolvable. More... | |
struct | RW_pointer |
Wrapper for const correct access via Smart pointer types. More... | |
struct | RWCOW_pointer |
RW_pointer supporting 'copy on write' functionality. More... | |
struct | SameFetcherIndex |
std::set ordering (less semantic) More... | |
struct | SavingLocksReport |
this callback handles merging old locks with newly added or removed More... | |
class | SerialNumber |
Simple serial number provider. More... | |
class | SerialNumberWatcher |
Simple serial number watcher. More... | |
class | ServiceInfo |
Service data. More... | |
class | ShutdownLock |
Attempts to create a lock to prevent the system from going into hibernate/shutdown. More... | |
class | SignalSaver |
Exception safe signal handler save/restore. More... | |
class | Signature |
class | SignatureCheckException |
class | SignatureFileChecker |
Checks for the validity of a signature. More... | |
class | SigprocmaskSaver |
Exception safe sigprocmask save/restore. More... | |
class | SpinLock |
class | SrcPackage |
SrcPackage interface. More... | |
class | StringTypeAttr |
class | StrMatcher |
String matching (STRING|SUBSTRING|GLOB|REGEX). More... | |
class | Target |
class | UByteArray |
class | UpdateNotificationFile |
Pair of sat::Solvable and Pathname. More... | |
class | Url |
Url manipulation class. More... | |
class | UrlCredentialExtractor |
Extract credentials in Url authority and store them via CredentialManager. More... | |
class | UserDataJobReport |
JobReport convenience sending this instance of UserData with each message. More... | |
class | UserRequestException |
Base for exceptions caused by explicit user request. More... | |
class | VendorAttr |
Definition of vendor equivalence. More... | |
class | WatchFile |
Remember a files attributes to detect content changes. More... | |
class | ZConfig |
Interim helper class to collect global options and settings. More... | |
class | ZYpp |
class | ZYppCommitPolicy |
Options and policies for ZYpp::commit. More... | |
class | ZYppCommitResult |
Result returned from ZYpp::commit. More... | |
class | ZYppFactory |
ZYpp factory class (Singleton) More... | |
class | ZYppFactoryException |
class | ZYppGlobalLock |
Our broken global lock. More... |
Typedefs | |
using | Bitmap = sat::Map |
using | CapabilitySet = std::unordered_set<Capability> |
using | Changelog = std::list<ChangelogEntry> |
List of ChangelogEntry. | |
using | FetcherIndex_Ptr = shared_ptr<FetcherIndex> |
using | FetcherJob_Ptr = shared_ptr<FetcherJob> |
typedef function< void(const Pathname &file)> | FileChecker |
Functor signature used to check files. | |
using | IdStringSet = std::unordered_set<IdString> |
using | LocaleSet = std::unordered_set<Locale> |
using | LockSet = std::set<PoolQuery> |
using | MediaProductSet = std::set<MediaProductEntry> |
A set of available products in media. | |
using | ProblemSolutionList = std::list<ProblemSolution_Ptr> |
using | ResolverProblemList = std::list<ResolverProblem_Ptr> |
using | Flavour = std::string |
using | SolvableList = std::list<sat::Solvable> |
using | EditionToSolvableMap = std::map<Edition, SolvableList > |
using | ArchToEditionMap = std::map<Arch, EditionToSolvableMap > |
using | GroupMap = std::unordered_map<std::string, GroupInfo> |
using | CapList = std::vector<std::string> |
using | Vendor = std::string |
using | UpdateNotifications = std::list<UpdateNotificationFile> |
using | OnScopeExit = AutoDispose<void> |
using | FdStreamBuf = detail::SimpleStreamBuf<detail::FdStreamBufImpl> |
using | ifgzstream = detail::fXstream<std::istream, gzstream_detail::fgzstreambuf> |
istream reading gzip files as well as plain files. | |
using | ofgzstream = detail::fXstream<std::ostream, gzstream_detail::fgzstreambuf> |
ostream writing gzip files. | |
using | TriBool = boost::logic::tribool |
3-state boolean logic (true , false and indeterminate ). | |
using | ifzckstream = detail::fXstream<std::istream,detail::ZChunkStreamBuf> |
istream reading zchunk files. | |
using | ofzckstream = detail::fXstream<std::ostream,detail::ZChunkStreamBuf> |
ostream writing zchunk files. | |
using | ManagedFile = AutoDispose<const Pathname> |
A Pathname plus associated cleanup code to be executed when path is no longer needed. |
Enumerations | |
enum | DownloadMode { DownloadDefault , DownloadOnly , DownloadInAdvance , DownloadInHeaps , DownloadAsNeeded } |
Supported commit download policies. More... | |
enum class | ResolverFocus { Default = 0 , Job , Installed , Update } |
The resolver's general attitude. More... | |
enum class | ResolverNamespace : std::uint8_t { language = 1<<0 , modalias = 1<<1 , filesystem = 1<<2 } |
The resolver's dependency namespaces. More... | |
enum | VendorSupportOption { VendorSupportUnknown = 0 , VendorSupportUnsupported = (1<<0) , VendorSupportACC = (1<<1) , VendorSupportLevel1 = (1<<2) , VendorSupportLevel2 = (1<<3) , VendorSupportLevel3 = (1<<4) , VendorSupportSuperseded = (1<<5) } |
Functions | |
IMPL_PTR_TYPE (Application) | |
DEFINE_PTR_TYPE (Application) | |
DEF_BUILTIN (noarch) | |
DEF_BUILTIN (i386) | |
DEF_BUILTIN (i486) | |
DEF_BUILTIN (i586) | |
DEF_BUILTIN (i686) | |
DEF_BUILTIN (athlon) | |
DEF_BUILTIN (x86_64) | |
DEF_BUILTIN (x86_64_v2) | |
DEF_BUILTIN (x86_64_v3) | |
DEF_BUILTIN (x86_64_v4) | |
DEF_BUILTIN (pentium3) | |
DEF_BUILTIN (pentium4) | |
DEF_BUILTIN (s390) | |
DEF_BUILTIN (s390x) | |
DEF_BUILTIN (ppc) | |
DEF_BUILTIN (ppc64) | |
DEF_BUILTIN (ppc64p7) | |
DEF_BUILTIN (ppc64le) | |
DEF_BUILTIN (ia64) | |
DEF_BUILTIN (alphaev67) | |
DEF_BUILTIN (alphaev6) | |
DEF_BUILTIN (alphapca56) | |
DEF_BUILTIN (alphaev56) | |
DEF_BUILTIN (alphaev5) | |
DEF_BUILTIN (alpha) | |
DEF_BUILTIN (sparc64v) | |
DEF_BUILTIN (sparcv9v) | |
DEF_BUILTIN (sparc64) | |
DEF_BUILTIN (sparcv9) | |
DEF_BUILTIN (sparcv8) | |
DEF_BUILTIN (sparc) | |
DEF_BUILTIN (aarch64) | |
DEF_BUILTIN (armv7tnhl) | |
DEF_BUILTIN (armv7thl) | |
DEF_BUILTIN (armv7hnl) | |
DEF_BUILTIN (armv7nhl) | |
DEF_BUILTIN (armv8hl) | |
DEF_BUILTIN (armv7hl) | |
DEF_BUILTIN (armv6hl) | |
DEF_BUILTIN (armv8l) | |
DEF_BUILTIN (armv7l) | |
DEF_BUILTIN (armv6l) | |
DEF_BUILTIN (armv5tejl) | |
DEF_BUILTIN (armv5tel) | |
DEF_BUILTIN (armv5tl) | |
DEF_BUILTIN (armv5l) | |
DEF_BUILTIN (armv4tl) | |
DEF_BUILTIN (armv4l) | |
DEF_BUILTIN (armv3l) | |
DEF_BUILTIN (riscv64) | |
DEF_BUILTIN (sh3) | |
DEF_BUILTIN (sh4) | |
DEF_BUILTIN (sh4a) | |
DEF_BUILTIN (m68k) | |
DEF_BUILTIN (mips) | |
DEF_BUILTIN (mipsel) | |
DEF_BUILTIN (mips64) | |
DEF_BUILTIN (mips64el) | |
DEF_BUILTIN (loong64) | |
template<class TIterator, class TFilter, class TFunction> | |
int | invokeOnEach (TIterator begin_r, TIterator end_r, TFilter filter_r, TFunction fnc_r) |
Iterate through [begin_r,end_r) and invoke fnc_r on each item that passes filter_r. | |
template<class TIterator, class TFunction> | |
int | invokeOnEach (TIterator begin_r, TIterator end_r, TFunction fnc_r) |
Iterate through [begin_r,end_r) and invoke fnc_r on each item. | |
template<class Container, class Elem> | |
bool | contains (const Container &c, const Elem &elem) |
template<class Container, class Fnc> | |
bool | any_of (const Container &c, Fnc &&cb) |
std::ostream & | dumpBacktrace (std::ostream &stream_r) ZYPP_API |
Dump current stack trace to a stream. | |
std::ostream & | operator<< (std::ostream &str, const SerialNumber &obj) |
std::ostream & | operator<< (std::ostream &str, const SerialNumberWatcher &obj) |
std::ostream & | operator<< (std::ostream &str, const SetCompare &obj) |
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 SetRelation &obj) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator== (const SetRelation::Enum &lhs, const SetCompare &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator== (const SetRelation &lhs, const SetCompare::Enum &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator== (const SetRelation &lhs, const SetCompare &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator== (const SetCompare::Enum &lhs, const SetRelation::Enum &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator== (const SetCompare::Enum &lhs, const SetRelation &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator== (const SetCompare &lhs, const SetRelation::Enum &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator== (const SetCompare &lhs, const SetRelation &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator!= (const SetRelation::Enum &lhs, const SetCompare &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator!= (const SetRelation &lhs, const SetCompare::Enum &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator!= (const SetRelation &lhs, const SetCompare &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator!= (const SetCompare::Enum &lhs, const SetRelation::Enum &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator!= (const SetCompare::Enum &lhs, const SetRelation &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator!= (const SetCompare &lhs, const SetRelation::Enum &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator!= (const SetCompare &lhs, const SetRelation &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, Match::Mode obj) |
std::ostream & | operator<< (std::ostream &str, const Match &obj) |
std::ostream & | operator<< (std::ostream &str, const StrMatcher &obj) |
bool | operator== (const StrMatcher &lhs, const StrMatcher &rhs) |
bool | operator< (const StrMatcher &lhs, const StrMatcher &rhs) |
Match | operator| (Match::Mode lhs, Match::Mode rhs) |
Match | operator- (Match::Mode lhs, Match::Mode rhs) |
std::ostream & | operator<< (std::ostream &str, const Capabilities &obj) |
std::ostream & | operator<< (std::ostream &str, const Capability &obj) |
std::ostream & | dumpOn (std::ostream &str, const Capability &obj) |
std::ostream & | operator<< (std::ostream &str, const CapDetail &obj) |
std::ostream & | operator<< (std::ostream &str, CapDetail::Kind obj) |
std::ostream & | operator<< (std::ostream &str, CapDetail::CapRel obj) |
std::ostream & | operator<< (std::ostream &str, const CapMatch &obj) |
std::ostream & | operator<< (std::ostream &str, const CpeId::Value &obj) |
SETRELATIONMIXIN_DEFINE_COMPARE_BETWEEN (CpeId, const char *) | |
SETRELATIONMIXIN_DEFINE_COMPARE_BETWEEN (CpeId, const std::string &) | |
SETRELATIONMIXIN_DEFINE_COMPARE_BETWEEN (CpeId::Value, const char *) | |
SETRELATIONMIXIN_DEFINE_COMPARE_BETWEEN (CpeId::Value, const std::string &) | |
std::ostream & | operator<< (std::ostream &str, const DiskUsageCounter::MountPoint &obj) |
std::ostream & | operator<< (std::ostream &str, const DiskUsageCounter::MountPointSet &obj) |
ZYPP_DECLARE_OPERATORS_FOR_FLAGS (DiskUsageCounter::MountPoint::HintFlags) | |
bool | deserialize (const std::string &str_r, DownloadMode &result_r) |
std::ostream & | operator<< (std::ostream &str, DownloadMode obj) |
ZYPP_DECLARE_OPERATORS_FOR_FLAGS (FetcherJob::Flags) | |
std::ostream & | operator<< (std::ostream &str, const FetcherJob_Ptr &obj) |
std::ostream & | operator<< (std::ostream &str, const Fetcher &obj) |
ZYPP_DECLARE_OPERATORS_FOR_FLAGS (Fetcher::Options) | |
std::ostream & | operator<< (std::ostream &str, const FileChecker &obj) |
std::ostream & | operator<< (std::ostream &str, const HistoryActionID &id) |
std::ostream & | operator<< (std::ostream &str, const HistoryLogData &obj) |
std::ostream & | operator<< (std::ostream &str, const IdString &obj) |
std::ostream & | dumpOn (std::ostream &str, const IdString &obj) |
bool | operator== (const IdString &lhs, const char *rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator== (const IdString &lhs, const std::string &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator== (const char *lhs, const IdString &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator== (const std::string &lhs, const IdString &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator!= (const IdString &lhs, const char *rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator!= (const IdString &lhs, const std::string &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator!= (const char *lhs, const IdString &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator!= (const std::string &lhs, const IdString &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator< (const IdString &lhs, const char *rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator< (const IdString &lhs, const std::string &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator< (const char *lhs, const IdString &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator< (const std::string &lhs, const IdString &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator<= (const IdString &lhs, const char *rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator<= (const IdString &lhs, const std::string &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator<= (const char *lhs, const IdString &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator<= (const std::string &lhs, const IdString &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator> (const IdString &lhs, const char *rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator> (const IdString &lhs, const std::string &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator> (const char *lhs, const IdString &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator> (const std::string &lhs, const IdString &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator>= (const IdString &lhs, const char *rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator>= (const IdString &lhs, const std::string &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator>= (const char *lhs, const IdString &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | operator>= (const std::string &lhs, const IdString &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 IdStringType< Derived > &lhs, const IdString &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 IdStringType< Derived > &lhs, const char *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 IdStringType< Derived > &lhs, const std::string &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 IdString &lhs, const IdStringType< 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 Derived> | |
bool | operator== (const char *lhs, const IdStringType< 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 Derived> | |
bool | operator== (const std::string &lhs, const IdStringType< 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 Derived> | |
bool | operator!= (const IdStringType< Derived > &lhs, const IdString &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 IdStringType< Derived > &lhs, const char *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 IdStringType< Derived > &lhs, const std::string &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 IdString &lhs, const IdStringType< 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 Derived> | |
bool | operator!= (const char *lhs, const IdStringType< 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 Derived> | |
bool | operator!= (const std::string &lhs, const IdStringType< 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 Derived> | |
bool | operator< (const IdStringType< Derived > &lhs, const IdString &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 IdStringType< Derived > &lhs, const char *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 IdStringType< Derived > &lhs, const std::string &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 IdString &lhs, const IdStringType< 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 Derived> | |
bool | operator< (const char *lhs, const IdStringType< 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 Derived> | |
bool | operator< (const std::string &lhs, const IdStringType< 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 Derived> | |
bool | operator<= (const IdStringType< Derived > &lhs, const IdString &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 IdStringType< Derived > &lhs, const char *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 IdStringType< Derived > &lhs, const std::string &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 IdString &lhs, const IdStringType< 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 Derived> | |
bool | operator<= (const char *lhs, const IdStringType< 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 Derived> | |
bool | operator<= (const std::string &lhs, const IdStringType< 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 Derived> | |
bool | operator> (const IdStringType< Derived > &lhs, const IdString &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 IdStringType< Derived > &lhs, const char *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 IdStringType< Derived > &lhs, const std::string &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 IdString &lhs, const IdStringType< 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 Derived> | |
bool | operator> (const char *lhs, const IdStringType< 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 Derived> | |
bool | operator> (const std::string &lhs, const IdStringType< 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 Derived> | |
bool | operator>= (const IdStringType< Derived > &lhs, const IdString &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 IdStringType< Derived > &lhs, const char *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 IdStringType< Derived > &lhs, const std::string &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 IdString &lhs, const IdStringType< 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 Derived> | |
bool | operator>= (const char *lhs, const IdStringType< 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 Derived> | |
bool | operator>= (const std::string &lhs, const IdStringType< Derived > &rhs) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
IMPL_PTR_TYPE (KeyRing) | |
DEFINE_PTR_TYPE (KeyRing) | |
template<typename TPredicate> | |
void | remove_if (LockSet &lockset_r, TPredicate pred_r) |
template<class TOutputIterator> | |
static void | scanProductsFile (const Pathname &file_r, TOutputIterator result) |
FIXME: add a comment here... | |
template<class TOutputIterator> | |
void | productsInMedia (const Url &url_r, TOutputIterator result) |
Available products in a url location. | |
void | productsInMedia (const Url &url_r, MediaProductSet &set) |
Available products in a url location. | |
IMPL_PTR_TYPE (MediaSetAccess) | |
DEFINE_PTR_TYPE (MediaSetAccess) | |
ZYPP_DECLARE_OPERATORS_FOR_FLAGS (MediaSetAccess::ProvideFileOptions) | |
std::ostream & | operator<< (std::ostream &str, const CheckAccessDeleted &obj) |
std::ostream & | operator<< (std::ostream &str, const CheckAccessDeleted::ProcInfo &obj) |
IMPL_PTR_TYPE (Package) | |
DEFINE_PTR_TYPE (Package) | |
IMPL_PTR_TYPE (Patch) | |
std::string | asString (const Patch::Category &obj) |
std::string | asString (const Patch::SeverityFlag &obj) |
std::string | asString (const Patch::InteractiveFlag &obj) |
DEFINE_PTR_TYPE (Patch) | |
ZYPP_DECLARE_OPERATORS_FOR_FLAGS (Patch::Categories) | |
ZYPP_DECLARE_OPERATORS_FOR_FLAGS (Patch::InteractiveFlags) | |
ZYPP_DECLARE_OPERATORS_FOR_FLAGS (Patch::SeverityFlags) | |
IMPL_PTR_TYPE (Pattern) | |
DEFINE_PTR_TYPE (Pattern) | |
std::ostream & | operator<< (std::ostream &str, const PluginExecutor &obj) |
std::ostream & | operator<< (std::ostream &str, const PluginScript &obj) |
declException (PluginScriptNotConnected, PluginScriptException) | |
Script connection not open. | |
declException (PluginScriptDiedUnexpectedly, PluginScriptException) | |
Script died unexpectedly. | |
declException (PluginScriptTimeout, PluginScriptException) | |
Communication timeout. | |
declException (PluginScriptSendTimeout, PluginScriptTimeout) | |
Timeout while sending data. | |
declException (PluginScriptReceiveTimeout, PluginScriptTimeout) | |
Timeout while receiving data. | |
std::ostream & | operator<< (std::ostream &str, const PoolItem &obj) |
std::ostream & | operator<< (std::ostream &str, const PoolItemBest &obj) |
std::ostream & | operator<< (std::ostream &str, const PoolQuery &obj) |
std::ostream & | dumpOn (std::ostream &str, const PoolQuery &obj) |
std::ostream & | operator<< (std::ostream &str, const PoolQueryResult &obj) |
IMPL_PTR_TYPE (ProblemSolution) | |
std::ostream & | operator<< (std::ostream &os, const ProblemSolution &obj) |
std::ostream & | operator<< (std::ostream &os, const ProblemSolutionList &obj) |
DEFINE_PTR_TYPE (Resolver) | |
DEFINE_PTR_TYPE (ProblemSolution) | |
DEFINE_PTR_TYPE (ResolverProblem) | |
IMPL_PTR_TYPE (Product) | |
std::ostream & | operator<< (std::ostream &str, const Product::UrlList &obj) |
DEFINE_PTR_TYPE (Product) | |
template<class Tp, class TCompare> | |
bool | overlaps (const Range< Tp, TCompare > &lhs, const Range< Tp, TCompare > &rhs) |
template<class Tp, class TCompare> | |
bool | operator== (const Range< Tp, TCompare > &lhs, const Range< Tp, TCompare > &rhs) |
template<class Tp, class TCompare> | |
bool | operator!= (const Range< Tp, TCompare > &lhs, const Range< Tp, TCompare > &rhs) |
template<class Tp, class TCompare> | |
bool | compareByRel (Rel op, const Tp &lhs, const Tp &rhs, TCompare compare) |
Comparison of two elements using relational operator op. | |
template<class Tp> | |
bool | compareByRel (Rel op, const Tp &lhs, const Tp &rhs) |
compareByRel convenience using Compare<Tp> as general compare functor. | |
std::ostream & | operator<< (std::ostream &str, const RepoInfo &obj) |
std::ostream & | operator<< (std::ostream &str, const RepoInfo::GpgCheck &obj) |
std::ostream & | operator<< (std::ostream &str, const RepoManager &obj) |
std::list< RepoInfo > | readRepoFile (const Url &repo_file) ZYPP_API |
Parses repo_file and returns a list of RepoInfo objects corresponding to repositories found within the file. | |
ZYPP_DECLARE_OPERATORS_FOR_FLAGS (RepoManagerFlags::RefreshServiceFlags) | |
std::ostream & | operator<< (std::ostream &str, const RepoManagerOptions &obj) |
std::ostream & | operator<< (std::ostream &str, const Repository &obj) |
std::ostream & | dumpAsXmlOn (std::ostream &str, const Repository &obj) |
std::ostream & | operator<< (std::ostream &str, const RepoStatus &obj) |
RepoStatus | operator&& (const RepoStatus &lhs, const RepoStatus &rhs) |
bool | operator== (const RepoStatus &lhs, const RepoStatus &rhs) |
IMPL_PTR_TYPE (ResObject) | |
ResObject::Ptr | makeResObject (const sat::Solvable &solvable_r) |
Create ResObject from sat::Solvable. | |
template<class TRes> | |
ResTraits< TRes >::PtrType | make (const sat::Solvable &solvable_r) |
Directly create a certain kind of ResObject from sat::Solvable. | |
template<> | |
ResObject::Ptr | make< ResObject > (const sat::Solvable &solvable_r) |
template<class TRes> | |
ResTraits< TRes >::PtrType | asKind (const sat::Solvable &solvable_r) |
Directly create a certain kind of ResObject from sat::Solvable. | |
template<class TRes> | |
ResTraits< TRes >::constPtrType | asKind (const ResObject::constPtr &p) |
IMPL_PTR_TYPE (Resolvable) | |
template<> | |
bool | isKind< Resolvable > (const Resolvable::constPtr &p) |
template<> | |
bool | isKind< ResObject > (const Resolvable::constPtr &p) |
IMPL_PTR_TYPE (Resolver) | |
std::ostream & | operator<< (std::ostream &str, const Resolver &obj) |
std::string | asString (const ResolverFocus &val_r) |
bool | fromString (const std::string &val_r, ResolverFocus &ret_r) |
IMPL_PTR_TYPE (ResolverProblem) | |
std::ostream & | operator<< (std::ostream &os, const ResolverProblem &obj) |
std::ostream & | operator<< (std::ostream &os, const ResolverProblemList &obj) |
std::ostream & | operator<< (std::ostream &str, const ResPool &obj) |
std::ostream & | operator<< (std::ostream &str, const ResPoolProxy &obj) |
std::ostream & | dumpOn (std::ostream &str, const ResPoolProxy &obj) |
std::ostream & | operator<< (std::ostream &str, const ResStatus &obj) |
std::ostream & | operator<< (std::ostream &str, ResStatus::TransactValue obj) |
std::ostream & | operator<< (std::ostream &str, ResStatus::TransactByValue obj) |
DEFINE_PTR_TYPE (Resolvable) | |
DEFINE_PTR_TYPE (ResObject) | |
DEFINE_PTR_TYPE (SrcPackage) | |
template<typename TRes> | |
ResKind | resKind () |
Convenient access to well known ResKinds. | |
template<typename TRes> | |
bool | isKind (const ResKind &val_r) |
Convenient test for ResKinds. | |
template<typename TRes> | |
bool | isKind (const std::string &val_r) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
template<typename TRes> | |
bool | isKind (const char *val_r) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
template<> | |
sat::detail::CMap * | rwcowClone< sat::detail::CMap > (const sat::detail::CMap *rhs) |
template<> | |
sat::detail::CQueue * | rwcowClone< sat::detail::CQueue > (const sat::detail::CQueue *rhs) |
std::ostream & | operator<< (std::ostream &str, const ServiceInfo::RepoState &obj) |
std::ostream & | operator<< (std::ostream &str, const ServiceInfo &obj) |
std::ostream & | operator<< (std::ostream &str, const SystemCheck &obj) |
IMPL_PTR_TYPE (SrcPackage) | |
IMPL_PTR_TYPE (Target) | |
std::ostream & | operator<< (std::ostream &str, const Target::DistributionLabel &obj) |
DEFINE_PTR_TYPE (Target) | |
std::ostream & | operator<< (std::ostream &str, const VendorAttr &obj) |
std::string | asUserString (VendorSupportOption) ZYPP_API |
converts the support option to a name intended to be printed to the user. | |
std::string | asUserStringDescription (VendorSupportOption) ZYPP_API |
converts the support option to a description intended to be printed to the user. | |
ZYPP_DECLARE_FLAGS (VendorSupportOptions, VendorSupportOption) | |
std::ostream & | operator<< (std::ostream &str, const ZYpp &obj) |
bool | singleTransEnabled () |
bool | isPreUsrmerge (const Pathname &root_r) |
bool | transactionWillUsrmerge () |
bool | pendingUsrmerge () |
std::ostream & | operator<< (std::ostream &str, const ZYppCommitPolicy &obj) |
std::ostream & | operator<< (std::ostream &str, const ZYppCommitResult &obj) |
std::ostream & | operator<< (std::ostream &str, const ZYppFactory &obj) |
template<class Tp, Tp TInitial> | |
std::string | asString (const DefaultIntegral< Tp, TInitial > &obj) |
std::ostream & | operator<< (std::ostream &str, const Exception &obj) |
std::ostream & | operator<< (std::ostream &str, const std::exception_ptr &excptPtr) ZYPP_API |
Log a std::excepion_ptr. | |
std::ostream & | operator<< (std::ostream &str, const InputStream &obj) |
template<class TFilter, class TContainer> | |
filter_iterator< TFilter, typename TContainer::const_iterator > | make_filter_begin (TFilter f, const TContainer &c) |
Convenience to create filter_iterator from container::begin(). | |
template<class TFilter, class TContainer> | |
filter_iterator< TFilter, typename TContainer::const_iterator > | make_filter_begin (const TContainer &c) |
Convenience to create filter_iterator from container::begin(). | |
template<class TFilter, class TContainer> | |
filter_iterator< TFilter, typename TContainer::const_iterator > | make_filter_end (TFilter f, const TContainer &c) |
Convenience to create filter_iterator from container::end(). | |
template<class TFilter, class TContainer> | |
filter_iterator< TFilter, typename TContainer::const_iterator > | make_filter_end (const TContainer &c) |
Convenience to create filter_iterator from container::end(). | |
template<class TMap> | |
MapKVIteratorTraits< TMap >::Key_const_iterator | make_map_key_begin (const TMap &map_r) |
Convenience to create the key iterator from container::begin() | |
template<class TMap> | |
MapKVIteratorTraits< TMap >::Key_const_iterator | make_map_key_end (const TMap &map_r) |
Convenience to create the key iterator from container::end() | |
template<class TMap> | |
MapKVIteratorTraits< TMap >::Value_const_iterator | make_map_value_begin (const TMap &map_r) |
Convenience to create the value iterator from container::begin() | |
template<class TMap> | |
MapKVIteratorTraits< TMap >::Value_const_iterator | make_map_value_end (const TMap &map_r) |
Convenience to create the value iterator from container::end() | |
template<class TMap> | |
MapKVIteratorTraits< TMap >::Key_const_iterator | make_map_key_lower_bound (const TMap &map_r, const typename TMap::key_type &key_r) |
Convenience to create the key iterator from container::lower_bound() | |
template<class TMap> | |
MapKVIteratorTraits< TMap >::Key_const_iterator | make_map_key_upper_bound (const TMap &map_r, const typename TMap::key_type &key_r) |
Convenience to create the key iterator from container::upper_bound() | |
template<class TMap> | |
MapKVIteratorTraits< TMap >::Value_const_iterator | make_map_value_lower_bound (const TMap &map_r, const typename TMap::key_type &key_r) |
Convenience to create the value iterator from container::lower_bound() | |
template<class TMap> | |
MapKVIteratorTraits< TMap >::Value_const_iterator | make_map_value_upper_bound (const TMap &map_r, const typename TMap::key_type &key_r) |
Convenience to create the value iterator from container::upper_bound() | |
template<class TMap> | |
Iterable< typename MapKVIteratorTraits< TMap >::Key_const_iterator > | make_map_key_Iterable (const TMap &map_r) |
Convenience to create an Iterable over the container keys. | |
template<class TMap> | |
Iterable< typename MapKVIteratorTraits< TMap >::Value_const_iterator > | make_map_value_Iterable (const TMap &map_r) |
Convenience to create an Iterable over the container values. | |
constexpr std::string_view | ZYPP_MAIN_THREAD_NAME ("Zypp-main") |
std::ostream & | operator<< (std::ostream &str, MLSep &obj) |
template<class TIterator> | |
std::ostream & | dumpRange (std::ostream &str, TIterator begin, TIterator end, const std::string &intro="{", const std::string &pfx="\n ", const std::string &sep="\n ", const std::string &sfx="\n", const std::string &extro="}") |
Print range defined by iterators (multiline style). | |
template<class TIterator> | |
std::ostream & | dumpRangeLine (std::ostream &str, TIterator begin, TIterator end) |
Print range defined by iterators (single line style). | |
template<class TContainer> | |
std::ostream & | dumpRangeLine (std::ostream &str, const TContainer &cont) |
template<class TIterator> | |
iomanip::RangeLine< TIterator > | rangeLine (TIterator begin, TIterator end) |
Iomanip printing dumpRangeLine style. | |
template<class TContainer> | |
auto | rangeLine (const TContainer &cont) -> decltype(rangeLine(cont.begin(), cont.end())) |
template<class Tp> | |
std::ostream & | operator<< (std::ostream &str, const std::vector< Tp > &obj) |
template<class Tp, class TCmp, class TAlloc> | |
std::ostream & | operator<< (std::ostream &str, const std::set< Tp, TCmp, TAlloc > &obj) |
template<class Tp> | |
std::ostream & | operator<< (std::ostream &str, const std::unordered_set< Tp > &obj) |
template<class Tp> | |
std::ostream & | operator<< (std::ostream &str, const std::multiset< Tp > &obj) |
template<class Tp> | |
std::ostream & | operator<< (std::ostream &str, const std::list< Tp > &obj) |
template<class Tp> | |
std::ostream & | operator<< (std::ostream &str, const Iterable< Tp > &obj) |
template<class TKey, class Tp> | |
std::ostream & | operator<< (std::ostream &str, const std::map< TKey, Tp > &obj) |
template<class TKey, class Tp> | |
std::ostream & | operator<< (std::ostream &str, const std::unordered_map< TKey, Tp > &obj) |
template<class TKey, class Tp> | |
std::ostream & | operator<< (std::ostream &str, const std::multimap< TKey, Tp > &obj) |
std::ostream & | operator<< (std::ostream &str, const std::basic_ios< char > &obj) |
Print stream status bits. | |
template<class Tp> | |
detail::Dump< Tp > | dump (const Tp &obj_r) |
std::ostream & | hexdumpOn (std::ostream &outs, const unsigned char *ptr, size_t size) |
hexdump data on stream | |
std::ostream & | hexdumpOn (std::ostream &outs, const char *ptr, size_t size) |
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 std::type_info &info) |
template<typename T, typename... Args> | |
intrusive_ptr< T > | make_intrusive (Args &&... __args) |
template<class Tp> | |
std::string | asUserString (const Tp &val_r) |
Request a human readable (translated) string representation of Tp [Tp.asUserString()] Classes may implement a default as member function. | |
declException (IgnoreRequestException, IGNORE) | |
declException (SkipRequestException, SKIP) | |
declException (RetryRequestException, RETRY) | |
declException (AbortRequestException, ABORT) | |
std::ostream & | operator<< (std::ostream &str, const CheckSum &obj) |
std::ostream & | dumpAsXmlOn (std::ostream &str, const CheckSum &obj) |
std::ostream & | dumpAsXmlOn (std::ostream &str, const Date &obj, const std::string &name_r) |
bool | IamRoot () |
bool | IamNotRoot () |
Pathname | myTmpDir () ZYPP_API |
Global access to the zypp.TMPDIR (created on demand, deleted when libzypp is unloaded) | |
template<typename KVMapOpts> | |
std::ostream & | operator<< (std::ostream &str, const KVMap< KVMapOpts > &obj) |
std::ostream & | operator<< (std::ostream &str, const OriginEndpoint &url) |
bool | operator< (const OriginEndpoint &lhs, const OriginEndpoint &rhs) |
needed for std::set | |
bool | operator== (const OriginEndpoint &lhs, const OriginEndpoint &rhs) |
needed for find, two OriginEndpoint's are equal when the Urls match, currently settings are not compared | |
bool | operator!= (const OriginEndpoint &lhs, const OriginEndpoint &rhs) |
needed for find, two OriginEndpoint's are equal when the Urls match, currently settings are not compared | |
std::ostream & | operator<< (std::ostream &str, const MirroredOrigin &origin) |
std::ostream & | operator<< (std::ostream &str, const MirroredOriginSet &origin) |
std::ostream & | operator<< (std::ostream &str, const OnMediaLocation &obj) |
std::ostream & | dumpOn (std::ostream &str, const OnMediaLocation &obj) |
std::ostream & | operator<< (std::ostream &str, const PluginFrame &obj) |
bool | operator== (const PluginFrame &lhs, const PluginFrame &rhs) |
std::string | asString (const TriBool &val_r, const std::string &istr_r=std::string(), const std::string &tstr_r=std::string(), const std::string &fstr_r=std::string()) |
bool | tri2bool (const TriBool &val_r, bool default_r) |
Convert TriBool to bool returning default_r if indeterminate. | |
std::ostream & | operator<< (std::ostream &str, const ProgressData &obj) |
ProgressData | makeProgressData (const InputStream &input_r) |
std::ostream & | operator<< (std::ostream &str, const Url &url) |
bool | operator< (const Url &lhs, const Url &rhs) ZYPP_API |
needed for std::set | |
bool | operator== (const Url &lhs, const Url &rhs) ZYPP_API |
needed for find | |
bool | operator!= (const Url &lhs, const Url &rhs) |
template<> | |
zyppng::HeaderValue::value_type * | rwcowClone< zyppng::HeaderValue::value_type > (const zyppng::HeaderValue::value_type *rhs) |
template<> | |
bool | operator() (const zypp::Arch &lhs, const zypp::Arch &rhs) const |
Default order for std::container based Arch::compare. | |
std::ostream & | operator<< (std::ostream &str, const SerialNumber &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const SerialNumberWatcher &obj) |
Stream output. | |
bool | operator== (const Match &lhs, const Match &rhs) |
bool | operator!= (const Match &lhs, const Match &rhs) |
Match | operator| (const Match &lhs, const Match &rhs) |
Match | operator- (const Match &lhs, const Match &rhs) |
std::ostream & | operator<< (std::ostream &str, const Match &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const StrMatcher &obj) |
Stream output. | |
bool | operator== (const StrMatcher &lhs, const StrMatcher &rhs) |
bool | operator!= (const StrMatcher &lhs, const StrMatcher &rhs) |
bool | operator< (const StrMatcher &lhs, const StrMatcher &rhs) |
Arbitrary order for std::container. | |
std::ostream & | operator<< (std::ostream &str, const Capabilities &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const Capability &obj) ZYPP_API |
Stream output. | |
std::ostream & | dumpOn (std::ostream &str, const Capability &obj) ZYPP_API |
Detailed stream output. | |
bool | operator== (const Capability &lhs, const Capability &rhs) |
bool | operator!= (const Capability &lhs, const Capability &rhs) |
bool | operator< (const Capability &lhs, const Capability &rhs) |
Arbitrary order. | |
std::ostream & | operator<< (std::ostream &str, const CapDetail &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, CapDetail::Kind obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, CapDetail::CapRel obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const CapMatch &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &out, const ChangelogEntry &obj) |
std::ostream & | operator<< (std::ostream &out, const ChangelogEntry &obj) ZYPP_API |
std::ostream & | operator<< (std::ostream &str, const ContentType &obj) |
Stream output. | |
bool | operator== (const ContentType &lhs, const ContentType &rhs) |
bool | operator!= (const ContentType &lhs, const ContentType &rhs) |
bool | operator< (const ContentType &lhs, const ContentType &rhs) |
bool | operator<= (const ContentType &lhs, const ContentType &rhs) |
bool | operator> (const ContentType &lhs, const ContentType &rhs) |
bool | operator>= (const ContentType &lhs, const ContentType &rhs) |
std::ostream & | operator<< (std::ostream &str, const CpeId &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const Dep &obj) |
Stream output. | |
bool | operator== (const Dep &lhs, const Dep &rhs) |
bool | operator!= (const Dep &lhs, const Dep &rhs) |
bool | operator< (const Dep &lhs, const Dep &rhs) |
std::ostream & | operator<< (std::ostream &str, const DiskUsageCounter &obj) |
Stream output. | |
std::ostream & | dumpAsXmlOn (std::ostream &str, const Edition &obj) |
XML output. | |
std::ostream & | operator<< (std::ostream &str, const Fetcher &obj) |
Stream output. | |
bool | operator== (const HistoryActionID &lhs, const HistoryActionID &rhs) |
bool | operator!= (const HistoryActionID &lhs, const HistoryActionID &rhs) |
std::ostream & | operator<< (std::ostream &str, const HistoryActionID &id) |
std::ostream & | operator<< (std::ostream &str, const HistoryLogData &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const IdString &obj) ZYPP_API |
Stream output. | |
std::ostream & | dumpOn (std::ostream &str, const IdString &obj) ZYPP_API |
Stream output. | |
bool | operator== (const IdString &lhs, const IdString &rhs) |
Equal. | |
bool | operator!= (const IdString &lhs, const IdString &rhs) |
NotEqual. | |
bool | operator< (const IdString &lhs, const IdString &rhs) |
Less. | |
bool | operator<= (const IdString &lhs, const IdString &rhs) |
LessEqual. | |
bool | operator> (const IdString &lhs, const IdString &rhs) |
Greater. | |
bool | operator>= (const IdString &lhs, const IdString &rhs) |
GreaterEqual. | |
template<class Derived> | |
std::ostream & | operator<< (std::ostream &str, const IdStringType< Derived > &obj) |
Stream output. | |
template<class Derived> | |
bool | operator== (const IdStringType< Derived > &lhs, const IdStringType< Derived > &rhs) |
Equal. | |
template<class Derived> | |
bool | operator!= (const IdStringType< Derived > &lhs, const IdStringType< Derived > &rhs) |
NotEqual. | |
template<class Derived> | |
bool | operator< (const IdStringType< Derived > &lhs, const IdStringType< Derived > &rhs) |
Less. | |
template<class Derived> | |
bool | operator<= (const IdStringType< Derived > &lhs, const IdStringType< Derived > &rhs) |
LessEqual. | |
template<class Derived> | |
bool | operator> (const IdStringType< Derived > &lhs, const IdStringType< Derived > &rhs) |
Greater. | |
template<class Derived> | |
bool | operator>= (const IdStringType< Derived > &lhs, const IdStringType< Derived > &rhs) |
GreaterEqual. | |
std::ostream & | operator<< (std::ostream &str, const KeyRing &) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const MediaSetAccess &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const CheckAccessDeleted &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const PluginExecutor &obj) |
Stream output. | |
bool | operator== (const PluginExecutor &lhs, const PluginExecutor &rhs) |
Comparison based on reference. | |
bool | operator!= (const PluginExecutor &lhs, const PluginExecutor &rhs) |
Comparison based on reference. | |
std::ostream & | operator<< (std::ostream &str, const PluginScript &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const PoolItem &obj) ZYPP_API |
Stream output. | |
bool | operator== (const PoolItem &lhs, const PoolItem &rhs) |
Required to disambiguate vs. | |
bool | operator== (const PoolItem &lhs, const ResObject::constPtr &rhs) |
Convenience compare. | |
bool | operator== (const ResObject::constPtr &lhs, const PoolItem &rhs) |
Convenience compare. | |
bool | operator!= (const PoolItem &lhs, const PoolItem &rhs) |
Required to disambiguate vs. | |
bool | operator!= (const PoolItem &lhs, const ResObject::constPtr &rhs) |
Convenience compare. | |
bool | operator!= (const ResObject::constPtr &lhs, const PoolItem &rhs) |
Convenience compare. | |
std::ostream & | operator<< (std::ostream &str, const PoolItemBest &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const PoolQuery &obj) ZYPP_API |
Stream output. | |
std::ostream & | dumpOn (std::ostream &str, const PoolQuery &obj) ZYPP_API |
Detailed stream output. | |
std::ostream & | operator<< (std::ostream &str, const PoolQueryResult &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &, const ProblemSolution &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &, const ProblemSolutionList &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const Rel &obj) |
Stream output. | |
bool | operator== (const Rel &lhs, const Rel &rhs) |
bool | operator!= (const Rel &lhs, const Rel &rhs) |
std::ostream & | operator<< (std::ostream &str, const RepoInfo &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const RepoManager &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const Repository &obj) ZYPP_API |
Stream output. | |
std::ostream & | dumpAsXmlOn (std::ostream &str, const Repository &obj) ZYPP_API |
XML output. | |
bool | operator== (const Repository &lhs, const Repository &rhs) |
bool | operator!= (const Repository &lhs, const Repository &rhs) |
bool | operator< (const Repository &lhs, const Repository &rhs) |
std::ostream & | operator<< (std::ostream &str, const RepoStatus &obj) ZYPP_API |
Stream output. | |
RepoStatus | operator&& (const RepoStatus &lhs, const RepoStatus &rhs) ZYPP_API |
Combine two RepoStatus (combined checksum and newest timestamp) | |
bool | operator== (const RepoStatus &lhs, const RepoStatus &rhs) ZYPP_API |
Whether 2 RepoStatus refer to the same content checksum. | |
bool | operator!= (const RepoStatus &lhs, const RepoStatus &rhs) |
Whether 2 RepoStatus refer to different content checksums. | |
std::ostream & | dumpAsXmlOn (std::ostream &str, const ResKind &obj) |
XML output. | |
template<class TRes> | |
ResTraits< TRes >::PtrType | asKind (const ResObject::Ptr &p) |
Convert ResObject::Ptr into Ptr of a certain Kind. | |
std::ostream & | operator<< (std::ostream &str, const Resolvable &obj) |
Stream output. | |
std::ostream & | dumpOn (std::ostream &str, const Resolvable &obj) |
More verbose stream output including dependencies. | |
template<class TRes> | |
bool | isKind (const Resolvable::constPtr &p) |
Test whether a Resolvable::Ptr is of a certain Kind. | |
template<class TRes> | |
ResTraits< TRes >::PtrType | asKind (const Resolvable::Ptr &p) |
Convert Resolvable::Ptr into Ptr of a certain Kind. | |
int | compareByN (const Resolvable::constPtr &lhs, const Resolvable::constPtr &rhs) |
Compare Resolvable::constPtr according to kind and name. | |
int | compareByNVR (const Resolvable::constPtr &lhs, const Resolvable::constPtr &rhs) |
Compare according to kind, name and edition. | |
int | compareByNVRA (const Resolvable::constPtr &lhs, const Resolvable::constPtr &rhs) |
Compare Resolvable::constPtr according to kind, name, edition and arch. | |
std::ostream & | operator<< (std::ostream &str, const Resolver &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &, const ResolverProblem &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &, const ResolverProblemList &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const ResPool &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const ResPoolProxy &obj) |
Stream output. | |
std::ostream & | dumpOn (std::ostream &str, const ResPoolProxy &obj) |
Verbose stream output. | |
std::ostream & | operator<< (std::ostream &str, const ResStatus &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, ResStatus::TransactValue obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, ResStatus::TransactByValue obj) ZYPP_API |
Stream output. | |
bool | operator== (const ResStatus &lhs, const ResStatus &rhs) |
bool | operator!= (const ResStatus &lhs, const ResStatus &rhs) |
std::ostream & | operator<< (std::ostream &str, const ServiceInfo &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const Signature &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const Target &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const VendorAttr &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const ZYppCommitPolicy &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const ZYppCommitResult &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const ZYppFactory &obj) |
Stream output. | |
ZYpp::Ptr | getZYpp () |
Convenience to get the Pointer to the ZYpp instance. | |
template<class Tp> | |
std::ostream & | operator<< (std::ostream &str, const AutoDispose< Tp > &obj) |
Stream output of the Tp object. | |
std::ostream & | operator<< (std::ostream &str, const Errno &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const Exception &obj) ZYPP_API |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const InputStream &obj) |
Stream output. | |
template<class TIterator> | |
Iterable< TIterator > | makeIterable (TIterator &&begin_r, TIterator &&end_r) |
convenient construction. | |
template<class TIterator> | |
Iterable< TIterator > | makeIterable (std::pair< TIterator, TIterator > &&range_r) |
convenient construction. | |
template<class D, class DPtr> | |
std::ostream & | operator<< (std::ostream &str, const RW_pointer< D, DPtr > &obj) |
Stream output. | |
template<class D, class DPtr> | |
bool | operator== (const RW_pointer< D, DPtr > &lhs, const RW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator== (const RW_pointer< D, DPtr > &lhs, const typename DPtr::PtrType &rhs) |
template<class D, class DPtr> | |
bool | operator== (const typename DPtr::PtrType &lhs, const RW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator== (const RW_pointer< D, DPtr > &lhs, const typename DPtr::constPtrType &rhs) |
template<class D, class DPtr> | |
bool | operator== (const typename DPtr::constPtrType &lhs, const RW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator== (const RW_pointer< D, DPtr > &lhs, std::nullptr_t) |
template<class D, class DPtr> | |
bool | operator== (std::nullptr_t, const RW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator!= (const RW_pointer< D, DPtr > &lhs, const RW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator!= (const RW_pointer< D, DPtr > &lhs, const typename DPtr::PtrType &rhs) |
template<class D, class DPtr> | |
bool | operator!= (const typename DPtr::PtrType &lhs, const RW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator!= (const RW_pointer< D, DPtr > &lhs, const typename DPtr::constPtrType &rhs) |
template<class D, class DPtr> | |
bool | operator!= (const typename DPtr::constPtrType &lhs, const RW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator!= (const RW_pointer< D, DPtr > &lhs, std::nullptr_t) |
template<class D, class DPtr> | |
bool | operator!= (std::nullptr_t, const RW_pointer< D, DPtr > &rhs) |
template<class D> | |
D * | rwcowClone (const D *rhs) |
Clone the underlying object. | |
template<class D, class DPtr> | |
std::ostream & | operator<< (std::ostream &str, const RWCOW_pointer< D, DPtr > &obj) |
Stream output. | |
template<class D, class DPtr> | |
bool | operator== (const RWCOW_pointer< D, DPtr > &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator== (const RWCOW_pointer< D, DPtr > &lhs, const typename DPtr::PtrType &rhs) |
template<class D, class DPtr> | |
bool | operator== (const typename DPtr::PtrType &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator== (const RWCOW_pointer< D, DPtr > &lhs, const typename DPtr::constPtrType &rhs) |
template<class D, class DPtr> | |
bool | operator== (const typename DPtr::constPtrType &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator== (const RWCOW_pointer< D, DPtr > &lhs, std::nullptr_t) |
template<class D, class DPtr> | |
bool | operator== (std::nullptr_t, const RWCOW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator!= (const RWCOW_pointer< D, DPtr > &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator!= (const RWCOW_pointer< D, DPtr > &lhs, const typename DPtr::PtrType &rhs) |
template<class D, class DPtr> | |
bool | operator!= (const typename DPtr::PtrType &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator!= (const RWCOW_pointer< D, DPtr > &lhs, const typename DPtr::constPtrType &rhs) |
template<class D, class DPtr> | |
bool | operator!= (const typename DPtr::constPtrType &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
template<class D, class DPtr> | |
bool | operator!= (const RWCOW_pointer< D, DPtr > &lhs, std::nullptr_t) |
template<class D, class DPtr> | |
bool | operator!= (std::nullptr_t, const RWCOW_pointer< D, DPtr > &rhs) |
std::ostream & | operator<< (std::ostream &str, const C_Str &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const ByteCount &obj) |
Stream output. | |
bool | operator== (const CheckSum &lhs, const CheckSum &rhs) |
bool | operator!= (const CheckSum &lhs, const CheckSum &rhs) |
std::ostream & | operator<< (std::ostream &str, const CheckSum &obj) |
Stream output. | |
std::ostream & | dumpAsXmlOn (std::ostream &str, const CheckSum &obj) |
XML output. | |
bool | operator== (const CheckSum &lhs, const CheckSum &rhs) |
bool | operator!= (const CheckSum &lhs, const CheckSum &rhs) |
std::ostream & | operator<< (std::ostream &str, const Date &obj) |
Stream output. | |
std::ostream & | dumpAsXmlOn (std::ostream &str, const Date &obj, const std::string &name_r="date") ZYPP_API |
XML output. | |
std::ostream & | operator<< (std::ostream &str, const OnMediaLocation &obj) |
Stream output. | |
std::ostream & | dumOn (std::ostream &str, const OnMediaLocation &obj) |
Verbose stream output. | |
std::ostream & | operator<< (std::ostream &str, const PluginFrame &obj) |
Stream output for logging. | |
std::ostream & | dumpOn (std::ostream &str, const PluginFrame &obj) |
Stream output writing all data for logging (no throw) | |
std::istream & | operator>> (std::istream &str, PluginFrame &obj) |
Construct from stream. | |
bool | operator== (const PluginFrame &lhs, const PluginFrame &rhs) |
Comparison based on content. | |
bool | operator!= (const PluginFrame &lhs, const PluginFrame &rhs) |
Comparison based on content. | |
std::ostream & | operator<< (std::ostream &str, const ProgressData &obj) |
Stream output. | |
ProgressData | makeProgressData (const InputStream &input_r) |
Setup from InputStream. | |
template<class TPair> | |
MapEntry< TPair > | mapEntry (const TPair &pair_r) |
Convenience function to create MapEntry from std::pair. | |
template<class TMap> | |
DumpMap< TMap > | dumpMap (const TMap &map_r) |
Convenience function to create DumpMap from std::map. | |
template<class TMap> | |
DumpKeys< TMap > | dumpKeys (const TMap &map_r) |
Convenience function to create DumpKeys from std::map. | |
template<class TMap> | |
DumpValues< TMap > | dumpValues (const TMap &map_r) |
Convenience function to create DumpValues from std::map. | |
const std::string & | asString (const std::string &t) |
Global asString() that works with std::string too. | |
Default dumpAsXmlOn based on asString. | |
template<class Tp> | |
std::ostream & | dumpAsXmlOn (std::ostream &str, const Tp &obj, const std::string &name_r) |
Variables | |
const Arch | Arch_empty (IdString::Empty) |
template<> | |
const ResKind | ResTraits< Package >::kind (ResKind::package) |
template<> | |
const ResKind | ResTraits< Patch >::kind (ResKind::patch) |
template<> | |
const ResKind | ResTraits< Pattern >::kind (ResKind::pattern) |
template<> | |
const ResKind | ResTraits< Product >::kind (ResKind::product) |
template<> | |
const ResKind | ResTraits< SrcPackage >::kind (ResKind::srcpackage) |
template<> | |
const ResKind | ResTraits< Application >::kind (ResKind::application) |
Pathname | _file = "" |
Pathname | _dir = "" |
CapabilitySet | _require |
CapabilitySet | _conflict |
template<class> | |
constexpr bool | always_false_v = false |
Builtin architecture constants. | |
Defined outside Arch as e.g.
| |
const Arch Arch_armv7hnl Arch_armv7nhl | ZYPP_API |
std::ostream & | operator<< (std::ostream &str, const Arch &obj) |
stream output. | |
std::ostream & | dumpAsXmlOn (std::ostream &str, const Arch &obj) |
XML output. |
Easy-to use interface to the ZYPP dependency resolver.
Author: Stefan Hundhammer sh@su.nosp@m.se.d.nosp@m.e
using zypp::Bitmap = sat::Map |
using zypp::CapabilitySet = std::unordered_set<Capability> |
Definition at line 35 of file Capability.h.
using zypp::Changelog = std::list<ChangelogEntry> |
List of ChangelogEntry.
Definition at line 55 of file Changelog.h.
using zypp::FetcherIndex_Ptr = shared_ptr<FetcherIndex> |
Definition at line 54 of file Fetcher.cc.
using zypp::FetcherJob_Ptr = shared_ptr<FetcherJob> |
Definition at line 114 of file Fetcher.cc.
typedef function<void ( const Pathname &file )> zypp::FileChecker |
Functor signature used to check files.
file | File to check. |
FileCheckException | when the file does not validate and the user don't want to continue. |
Definition at line 38 of file FileChecker.h.
using zypp::IdStringSet = std::unordered_set<IdString> |
Definition at line 29 of file IdString.h.
using zypp::LocaleSet = std::unordered_set<Locale> |
using zypp::LockSet = std::set<PoolQuery> |
using zypp::MediaProductSet = std::set<MediaProductEntry> |
A set of available products in media.
Definition at line 54 of file MediaProducts.h.
using zypp::ProblemSolutionList = std::list<ProblemSolution_Ptr> |
Definition at line 43 of file ProblemTypes.h.
using zypp::ResolverProblemList = std::list<ResolverProblem_Ptr> |
Definition at line 46 of file ProblemTypes.h.
using zypp::Flavour = std::string |
Definition at line 38 of file PurgeKernels.cc.
using zypp::SolvableList = std::list<sat::Solvable> |
Definition at line 39 of file PurgeKernels.cc.
using zypp::EditionToSolvableMap = std::map<Edition, SolvableList > |
Definition at line 40 of file PurgeKernels.cc.
using zypp::ArchToEditionMap = std::map<Arch, EditionToSolvableMap > |
Definition at line 41 of file PurgeKernels.cc.
using zypp::GroupMap = std::unordered_map<std::string, GroupInfo> |
Definition at line 57 of file PurgeKernels.cc.
using zypp::CapList = std::vector<std::string> |
Definition at line 39 of file SystemCheck.cc.
using zypp::Vendor = std::string |
using zypp::UpdateNotifications = std::list<UpdateNotificationFile> |
Definition at line 48 of file ZYppCommitResult.h.
using zypp::OnScopeExit = AutoDispose<void> |
Simple way to run a function at scope exit:
Definition at line 276 of file AutoDispose.h.
Definition at line 69 of file filestreambuf.h.
using zypp::ifgzstream = detail::fXstream<std::istream, gzstream_detail::fgzstreambuf> |
istream reading gzip files as well as plain files.
Definition at line 157 of file gzstream.h.
using zypp::ofgzstream = detail::fXstream<std::ostream, gzstream_detail::fgzstreambuf> |
ostream writing gzip files.
Definition at line 162 of file gzstream.h.
using zypp::ifzckstream = detail::fXstream<std::istream,detail::ZChunkStreamBuf> |
istream reading zchunk files.
Definition at line 69 of file zckstream.h.
using zypp::ofzckstream = detail::fXstream<std::ostream,detail::ZChunkStreamBuf> |
ostream writing zchunk files.
Definition at line 74 of file zckstream.h.
using zypp::ManagedFile = AutoDispose<const Pathname> |
A Pathname plus associated cleanup code to be executed when path is no longer needed.
Definition at line 27 of file ManagedFile.h.
enum zypp::DownloadMode |
Supported commit download policies.
Definition at line 24 of file DownloadMode.h.
|
strong |
The resolver's general attitude.
Definition at line 23 of file ResolverFocus.h.
|
strong |
The resolver's dependency namespaces.
Enumerator | |
---|---|
language | language support |
modalias | hardware support |
filesystem | filesystems |
Definition at line 24 of file ResolverNamespace.h.
Enumerator | |
---|---|
VendorSupportUnknown | The support for this package is unknown. |
VendorSupportUnsupported | The package is known to be unsupported by the vendor. |
VendorSupportACC | Additional Customer Contract necessary. |
VendorSupportLevel1 | Problem determination, which means technical support designed to provide compatibility information, installation assistance, usage support, on-going maintenance and basic troubleshooting. Level 1 Support is not intended to correct product defect errors. May have different semantics for different organizations. |
VendorSupportLevel2 | Problem isolation, which means technical support designed to duplicate customer problems, isolate problem area and provide resolution for problems not resolved by Level 1 Support. May have different semantics for different organizations. |
VendorSupportLevel3 | Problem resolution, which means technical support designed to resolve complex problems by engaging engineering in resolution of product defects which have been identified by Level 2 Support. May have different semantics for different organizations. |
VendorSupportSuperseded | The package was discontinued and has been superseded by a new package with a different name. The new package is the successor of the old package, and as such only the new package is supported in the future. The old package will not receive updates anymore, so it's highly recommended to switch to the new package as soon as possible. \Note Packages carrying this flag also return the name of a successor in Package::supersededBy(). |
Definition at line 21 of file VendorSupportOptions.h.
zypp::IMPL_PTR_TYPE | ( | Application | ) |
zypp::DEFINE_PTR_TYPE | ( | Application | ) |
zypp::DEF_BUILTIN | ( | noarch | ) |
zypp::DEF_BUILTIN | ( | i386 | ) |
zypp::DEF_BUILTIN | ( | i486 | ) |
zypp::DEF_BUILTIN | ( | i586 | ) |
zypp::DEF_BUILTIN | ( | i686 | ) |
zypp::DEF_BUILTIN | ( | athlon | ) |
zypp::DEF_BUILTIN | ( | x86_64 | ) |
zypp::DEF_BUILTIN | ( | x86_64_v2 | ) |
zypp::DEF_BUILTIN | ( | x86_64_v3 | ) |
zypp::DEF_BUILTIN | ( | x86_64_v4 | ) |
zypp::DEF_BUILTIN | ( | pentium3 | ) |
zypp::DEF_BUILTIN | ( | pentium4 | ) |
zypp::DEF_BUILTIN | ( | s390 | ) |
zypp::DEF_BUILTIN | ( | s390x | ) |
zypp::DEF_BUILTIN | ( | ppc | ) |
zypp::DEF_BUILTIN | ( | ppc64 | ) |
zypp::DEF_BUILTIN | ( | ppc64p7 | ) |
zypp::DEF_BUILTIN | ( | ppc64le | ) |
zypp::DEF_BUILTIN | ( | ia64 | ) |
zypp::DEF_BUILTIN | ( | alphaev67 | ) |
zypp::DEF_BUILTIN | ( | alphaev6 | ) |
zypp::DEF_BUILTIN | ( | alphapca56 | ) |
zypp::DEF_BUILTIN | ( | alphaev56 | ) |
zypp::DEF_BUILTIN | ( | alphaev5 | ) |
zypp::DEF_BUILTIN | ( | alpha | ) |
zypp::DEF_BUILTIN | ( | sparc64v | ) |
zypp::DEF_BUILTIN | ( | sparcv9v | ) |
zypp::DEF_BUILTIN | ( | sparc64 | ) |
zypp::DEF_BUILTIN | ( | sparcv9 | ) |
zypp::DEF_BUILTIN | ( | sparcv8 | ) |
zypp::DEF_BUILTIN | ( | sparc | ) |
zypp::DEF_BUILTIN | ( | aarch64 | ) |
zypp::DEF_BUILTIN | ( | armv7tnhl | ) |
zypp::DEF_BUILTIN | ( | armv7thl | ) |
zypp::DEF_BUILTIN | ( | armv7hnl | ) |
zypp::DEF_BUILTIN | ( | armv7nhl | ) |
zypp::DEF_BUILTIN | ( | armv8hl | ) |
zypp::DEF_BUILTIN | ( | armv7hl | ) |
zypp::DEF_BUILTIN | ( | armv6hl | ) |
zypp::DEF_BUILTIN | ( | armv8l | ) |
zypp::DEF_BUILTIN | ( | armv7l | ) |
zypp::DEF_BUILTIN | ( | armv6l | ) |
zypp::DEF_BUILTIN | ( | armv5tejl | ) |
zypp::DEF_BUILTIN | ( | armv5tel | ) |
zypp::DEF_BUILTIN | ( | armv5tl | ) |
zypp::DEF_BUILTIN | ( | armv5l | ) |
zypp::DEF_BUILTIN | ( | armv4tl | ) |
zypp::DEF_BUILTIN | ( | armv4l | ) |
zypp::DEF_BUILTIN | ( | armv3l | ) |
zypp::DEF_BUILTIN | ( | riscv64 | ) |
zypp::DEF_BUILTIN | ( | sh3 | ) |
zypp::DEF_BUILTIN | ( | sh4 | ) |
zypp::DEF_BUILTIN | ( | sh4a | ) |
zypp::DEF_BUILTIN | ( | m68k | ) |
zypp::DEF_BUILTIN | ( | mips | ) |
zypp::DEF_BUILTIN | ( | mipsel | ) |
zypp::DEF_BUILTIN | ( | mips64 | ) |
zypp::DEF_BUILTIN | ( | mips64el | ) |
zypp::DEF_BUILTIN | ( | loong64 | ) |
|
inline |
Iterate through [begin_r,end_r) and invoke fnc_r on each item that passes filter_r.
Iteration aborts if fnc_r returns false
.
Definition at line 30 of file Algorithm.h.
|
inline |
Iterate through [begin_r,end_r) and invoke fnc_r on each item.
Iteration aborts if fnc_r returns false
.
Definition at line 56 of file Algorithm.h.
bool zypp::contains | ( | const Container & | c, |
const Elem & | elem ) |
Definition at line 70 of file Algorithm.h.
bool zypp::any_of | ( | const Container & | c, |
Fnc && | cb ) |
Definition at line 76 of file Algorithm.h.
std::ostream & zypp::dumpBacktrace | ( | std::ostream & | stream_r | ) |
Dump current stack trace to a stream.
Thanks to http://stackoverflow.com/questions/77005.
Definition at line 24 of file Backtrace.cc.
|
Definition at line 52 of file SerialNumber.cc.
|
Definition at line 94 of file SerialNumber.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 46 of file SetRelationMixin.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 77 of file SetRelationMixin.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 84 of file SetRelationMixin.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 87 of file SetRelationMixin.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 90 of file SetRelationMixin.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 93 of file SetRelationMixin.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 96 of file SetRelationMixin.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 99 of file SetRelationMixin.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 102 of file SetRelationMixin.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 109 of file SetRelationMixin.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 112 of file SetRelationMixin.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 115 of file SetRelationMixin.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 118 of file SetRelationMixin.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 121 of file SetRelationMixin.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 124 of file SetRelationMixin.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 127 of file SetRelationMixin.h.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
Match::Mode | obj ) |
Definition at line 86 of file StrMatcher.cc.
|
Definition at line 104 of file StrMatcher.cc.
|
Definition at line 331 of file StrMatcher.cc.
|
Definition at line 334 of file StrMatcher.cc.
|
Definition at line 340 of file StrMatcher.cc.
|
inline |
Definition at line 227 of file StrMatcher.h.
|
inline |
Definition at line 234 of file StrMatcher.h.
|
Definition at line 65 of file Capabilities.cc.
|
Definition at line 575 of file Capability.cc.
|
Definition at line 580 of file Capability.cc.
|
Definition at line 648 of file Capability.cc.
|
Definition at line 696 of file Capability.cc.
|
Definition at line 708 of file Capability.cc.
|
Definition at line 32 of file CapMatch.cc.
|
zypp::SETRELATIONMIXIN_DEFINE_COMPARE_BETWEEN | ( | CpeId | , |
const char * | ) |
zypp::SETRELATIONMIXIN_DEFINE_COMPARE_BETWEEN | ( | CpeId | , |
const std::string & | ) |
zypp::SETRELATIONMIXIN_DEFINE_COMPARE_BETWEEN | ( | CpeId::Value | , |
const char * | ) |
zypp::SETRELATIONMIXIN_DEFINE_COMPARE_BETWEEN | ( | CpeId::Value | , |
const std::string & | ) |
|
Definition at line 344 of file DiskUsageCounter.cc.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const DiskUsageCounter::MountPointSet & | obj ) |
Definition at line 354 of file DiskUsageCounter.cc.
zypp::ZYPP_DECLARE_OPERATORS_FOR_FLAGS | ( | DiskUsageCounter::MountPoint::HintFlags | ) |
bool zypp::deserialize | ( | const std::string & | str_r, |
DownloadMode & | result_r ) |
Definition at line 23 of file DownloadMode.cc.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
DownloadMode | obj ) |
Definition at line 34 of file DownloadMode.cc.
zypp::ZYPP_DECLARE_OPERATORS_FOR_FLAGS | ( | FetcherJob::Flags | ) |
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const FetcherJob_Ptr & | obj ) |
Definition at line 116 of file Fetcher.cc.
|
Definition at line 939 of file Fetcher.cc.
zypp::ZYPP_DECLARE_OPERATORS_FOR_FLAGS | ( | Fetcher::Options | ) |
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const FileChecker & | obj ) |
Definition at line 111 of file FileChecker.cc.
|
Definition at line 98 of file HistoryLogData.cc.
|
Definition at line 238 of file HistoryLogData.cc.
|
Definition at line 80 of file IdString.cc.
|
Definition at line 85 of file IdString.cc.
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 151 of file IdString.h.
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 154 of file IdString.h.
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 157 of file IdString.h.
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 160 of file IdString.h.
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 IdString.h.
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 170 of file IdString.h.
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 173 of file IdString.h.
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 176 of file IdString.h.
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 183 of file IdString.h.
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 186 of file IdString.h.
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 189 of file IdString.h.
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 192 of file IdString.h.
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 199 of file IdString.h.
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 202 of file IdString.h.
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 205 of file IdString.h.
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 208 of file IdString.h.
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 IdString.h.
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 218 of file IdString.h.
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 221 of file IdString.h.
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 IdString.h.
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 231 of file IdString.h.
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 234 of file IdString.h.
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 IdString.h.
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 240 of file IdString.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 182 of file IdStringType.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 186 of file IdStringType.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 190 of file IdStringType.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 194 of file IdStringType.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 198 of file IdStringType.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 202 of file IdStringType.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 IdStringType.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 IdStringType.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 IdStringType.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 IdStringType.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 227 of file IdStringType.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 231 of file IdStringType.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 240 of file IdStringType.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 244 of file IdStringType.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 248 of file IdStringType.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 IdStringType.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 IdStringType.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 260 of file IdStringType.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 IdStringType.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 273 of file IdStringType.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 277 of file IdStringType.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 281 of file IdStringType.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 285 of file IdStringType.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 289 of file IdStringType.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 298 of file IdStringType.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 302 of file IdStringType.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 306 of file IdStringType.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 310 of file IdStringType.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 314 of file IdStringType.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 318 of file IdStringType.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 327 of file IdStringType.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 331 of file IdStringType.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 335 of file IdStringType.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 339 of file IdStringType.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 343 of file IdStringType.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 347 of file IdStringType.h.
zypp::IMPL_PTR_TYPE | ( | KeyRing | ) |
zypp::DEFINE_PTR_TYPE | ( | KeyRing | ) |
void zypp::remove_if | ( | LockSet & | lockset_r, |
TPredicate | pred_r ) |
|
static |
FIXME: add a comment here...
Definition at line 60 of file MediaProducts.h.
void zypp::productsInMedia | ( | const Url & | url_r, |
TOutputIterator | result ) |
Available products in a url location.
url_r | url to inspect |
result | output iterator where MediaProductEntry items will be inserted. |
MediaException | If accessng the media fails |
Definition at line 90 of file MediaProducts.h.
void zypp::productsInMedia | ( | const Url & | url_r, |
MediaProductSet & | set ) |
Available products in a url location.
url_r | url to inspect |
set | ef MediaProductEntry set where items will be inserted. |
MediaException | If accessng the media fails |
Definition at line 118 of file MediaProducts.h.
zypp::IMPL_PTR_TYPE | ( | MediaSetAccess | ) |
zypp::DEFINE_PTR_TYPE | ( | MediaSetAccess | ) |
zypp::ZYPP_DECLARE_OPERATORS_FOR_FLAGS | ( | MediaSetAccess::ProvideFileOptions | ) |
|
Definition at line 563 of file CheckAccessDeleted.cc.
|
Definition at line 575 of file CheckAccessDeleted.cc.
zypp::IMPL_PTR_TYPE | ( | Package | ) |
zypp::DEFINE_PTR_TYPE | ( | Package | ) |
zypp::IMPL_PTR_TYPE | ( | Patch | ) |
std::string zypp::asString | ( | const Patch::Category & | obj | ) |
std::string zypp::asString | ( | const Patch::SeverityFlag & | obj | ) |
std::string zypp::asString | ( | const Patch::InteractiveFlag & | obj | ) |
zypp::DEFINE_PTR_TYPE | ( | Patch | ) |
zypp::ZYPP_DECLARE_OPERATORS_FOR_FLAGS | ( | Patch::Categories | ) |
zypp::ZYPP_DECLARE_OPERATORS_FOR_FLAGS | ( | Patch::InteractiveFlags | ) |
zypp::ZYPP_DECLARE_OPERATORS_FOR_FLAGS | ( | Patch::SeverityFlags | ) |
zypp::IMPL_PTR_TYPE | ( | Pattern | ) |
zypp::DEFINE_PTR_TYPE | ( | Pattern | ) |
|
Definition at line 180 of file PluginExecutor.cc.
|
Definition at line 527 of file PluginScript.cc.
zypp::declException | ( | PluginScriptNotConnected | , |
PluginScriptException | ) |
Script connection not open.
zypp::declException | ( | PluginScriptDiedUnexpectedly | , |
PluginScriptException | ) |
Script died unexpectedly.
zypp::declException | ( | PluginScriptTimeout | , |
PluginScriptException | ) |
Communication timeout.
zypp::declException | ( | PluginScriptSendTimeout | , |
PluginScriptTimeout | ) |
Timeout while sending data.
zypp::declException | ( | PluginScriptReceiveTimeout | , |
PluginScriptTimeout | ) |
Timeout while receiving data.
|
Definition at line 230 of file PoolItem.cc.
|
Definition at line 97 of file PoolItemBest.cc.
|
Definition at line 1495 of file PoolQuery.cc.
|
Definition at line 1498 of file PoolQuery.cc.
|
Definition at line 28 of file PoolQueryResult.cc.
zypp::IMPL_PTR_TYPE | ( | ProblemSolution | ) |
|
Definition at line 161 of file ProblemSolution.cc.
|
Definition at line 171 of file ProblemSolution.cc.
zypp::DEFINE_PTR_TYPE | ( | Resolver | ) |
zypp::DEFINE_PTR_TYPE | ( | ProblemSolution | ) |
zypp::DEFINE_PTR_TYPE | ( | ResolverProblem | ) |
zypp::IMPL_PTR_TYPE | ( | Product | ) |
|
Definition at line 290 of file Product.cc.
zypp::DEFINE_PTR_TYPE | ( | Product | ) |
compareByRel convenience using Compare<Tp> as general compare functor.
Definition at line 144 of file RelCompare.h.
|
Definition at line 1108 of file RepoInfo.cc.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const RepoInfo::GpgCheck & | obj ) |
Definition at line 1113 of file RepoInfo.cc.
|
Definition at line 275 of file RepoManager.cc.
Parses repo_file and returns a list of RepoInfo objects corresponding to repositories found within the file.
repo_file | Valid URL of the repo file. The URL is subject to repo variable expansion. |
MediaException | If the access to the url fails |
ParseException | If the file parsing fails |
Exception | On other errors. |
Definition at line 278 of file RepoManager.cc.
zypp::ZYPP_DECLARE_OPERATORS_FOR_FLAGS | ( | RepoManagerFlags::RefreshServiceFlags | ) |
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const RepoManagerOptions & | obj ) |
Definition at line 52 of file RepoManagerOptions.cc.
|
Definition at line 397 of file Repository.cc.
|
Definition at line 409 of file Repository.cc.
|
Definition at line 240 of file RepoStatus.cc.
|
Definition at line 243 of file RepoStatus.cc.
|
Definition at line 250 of file RepoStatus.cc.
zypp::IMPL_PTR_TYPE | ( | ResObject | ) |
ResObject::Ptr zypp::makeResObject | ( | const sat::Solvable & | solvable_r | ) |
Create ResObject from sat::Solvable.
This function creates the apropriate kind of ResObject depending on the sat::Solvables kind, and returns a smart pointer to it.
If the sat::Solvables kind is not convertible, a NULL pointer is returned.
Definition at line 43 of file ResObject.cc.
|
inline |
Directly create a certain kind of ResObject from sat::Solvable.
If the sat::Solvables kind is not appropriate, a NULL pointer is returned.
Definition at line 118 of file ResObject.h.
|
inline |
Definition at line 122 of file ResObject.h.
|
inline |
Directly create a certain kind of ResObject from sat::Solvable.
Definition at line 127 of file ResObject.h.
|
inline |
Definition at line 143 of file ResObject.h.
zypp::IMPL_PTR_TYPE | ( | Resolvable | ) |
|
inline |
Definition at line 104 of file Resolvable.h.
|
inline |
Definition at line 109 of file Resolvable.h.
zypp::IMPL_PTR_TYPE | ( | Resolver | ) |
|
Definition at line 182 of file Resolver.cc.
std::string zypp::asString | ( | const ResolverFocus & | val_r | ) |
Definition at line 22 of file ResolverFocus.cc.
bool zypp::fromString | ( | const std::string & | val_r, |
ResolverFocus & | ret_r ) |
Definition at line 39 of file ResolverFocus.cc.
zypp::IMPL_PTR_TYPE | ( | ResolverProblem | ) |
|
Definition at line 142 of file ResolverProblem.cc.
|
Definition at line 154 of file ResolverProblem.cc.
|
Definition at line 148 of file ResPool.cc.
|
Definition at line 330 of file ResPoolProxy.cc.
|
Definition at line 333 of file ResPoolProxy.cc.
|
Definition at line 102 of file ResStatus.cc.
|
Definition at line 133 of file ResStatus.cc.
|
Definition at line 144 of file ResStatus.cc.
zypp::DEFINE_PTR_TYPE | ( | Resolvable | ) |
zypp::DEFINE_PTR_TYPE | ( | ResObject | ) |
zypp::DEFINE_PTR_TYPE | ( | SrcPackage | ) |
|
inline |
Convenient access to well known ResKinds.
Definition at line 129 of file ResTraits.h.
Convenient test for ResKinds.
Definition at line 140 of file ResTraits.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 144 of file ResTraits.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 148 of file ResTraits.h.
sat::detail::CMap * zypp::rwcowClone< sat::detail::CMap > | ( | const sat::detail::CMap * | rhs | ) |
sat::detail::CQueue * zypp::rwcowClone< sat::detail::CQueue > | ( | const sat::detail::CQueue * | rhs | ) |
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const ServiceInfo::RepoState & | obj ) |
Definition at line 168 of file ServiceInfo.cc.
|
Definition at line 234 of file ServiceInfo.cc.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const SystemCheck & | obj ) |
Definition at line 156 of file SystemCheck.cc.
zypp::IMPL_PTR_TYPE | ( | SrcPackage | ) |
zypp::IMPL_PTR_TYPE | ( | Target | ) |
|
zypp::DEFINE_PTR_TYPE | ( | Target | ) |
|
Definition at line 337 of file VendorAttr.cc.
std::string zypp::asUserString | ( | VendorSupportOption | ) |
converts the support option to a name intended to be printed to the user.
Note the description is based in the way Novell defines the support levels, and the semantics may be different for other vendors.
Definition at line 9 of file VendorSupportOptions.cc.
std::string zypp::asUserStringDescription | ( | VendorSupportOption | ) |
converts the support option to a description intended to be printed to the user.
Note the description is based in the way Novell defines the support levels, and the semantics may be different for other vendors.
Definition at line 36 of file VendorSupportOptions.cc.
zypp::ZYPP_DECLARE_FLAGS | ( | VendorSupportOptions | , |
VendorSupportOption | ) |
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const ZYpp & | obj ) |
|
inline |
Definition at line 64 of file ZYppCommitPolicy.cc.
Definition at line 69 of file ZYppCommitPolicy.cc.
|
inline |
Definition at line 75 of file ZYppCommitPolicy.cc.
|
inline |
Definition at line 86 of file ZYppCommitPolicy.cc.
|
Definition at line 230 of file ZYppCommitPolicy.cc.
|
Definition at line 104 of file ZYppCommitResult.cc.
|
Definition at line 477 of file ZYppFactory.cc.
std::string zypp::asString | ( | const DefaultIntegral< Tp, TInitial > & | obj | ) |
Definition at line 98 of file defaultintegral.h.
|
Definition at line 216 of file Exception.cc.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const std::exception_ptr & | excptPtr ) |
Log a std::excepion_ptr.
Definition at line 219 of file Exception.cc.
|
Definition at line 167 of file inputstream.cc.
filter_iterator< TFilter, typename TContainer::const_iterator > zypp::make_filter_begin | ( | TFilter | f, |
const TContainer & | c ) |
Convenience to create filter_iterator from container::begin().
Definition at line 101 of file Iterator.h.
filter_iterator< TFilter, typename TContainer::const_iterator > zypp::make_filter_begin | ( | const TContainer & | c | ) |
Convenience to create filter_iterator from container::begin().
Definition at line 109 of file Iterator.h.
filter_iterator< TFilter, typename TContainer::const_iterator > zypp::make_filter_end | ( | TFilter | f, |
const TContainer & | c ) |
Convenience to create filter_iterator from container::end().
Definition at line 117 of file Iterator.h.
filter_iterator< TFilter, typename TContainer::const_iterator > zypp::make_filter_end | ( | const TContainer & | c | ) |
Convenience to create filter_iterator from container::end().
Definition at line 125 of file Iterator.h.
|
inline |
Convenience to create the key iterator from container::begin()
Definition at line 226 of file Iterator.h.
|
inline |
Convenience to create the key iterator from container::end()
Definition at line 231 of file Iterator.h.
|
inline |
Convenience to create the value iterator from container::begin()
Definition at line 236 of file Iterator.h.
|
inline |
Convenience to create the value iterator from container::end()
Definition at line 241 of file Iterator.h.
|
inline |
Convenience to create the key iterator from container::lower_bound()
Definition at line 246 of file Iterator.h.
|
inline |
Convenience to create the key iterator from container::upper_bound()
Definition at line 251 of file Iterator.h.
|
inline |
Convenience to create the value iterator from container::lower_bound()
Definition at line 256 of file Iterator.h.
|
inline |
Convenience to create the value iterator from container::upper_bound()
Definition at line 261 of file Iterator.h.
|
inline |
Convenience to create an Iterable over the container keys.
Definition at line 267 of file Iterator.h.
|
inline |
Convenience to create an Iterable over the container values.
Definition at line 272 of file Iterator.h.
|
constexpr |
|
inline |
Definition at line 59 of file LogTools.h.
std::ostream & zypp::dumpRange | ( | std::ostream & | str, |
TIterator | begin, | ||
TIterator | end, | ||
const std::string & | intro = "{", | ||
const std::string & | pfx = "\n ", | ||
const std::string & | sep = "\n ", | ||
const std::string & | sfx = "\n", | ||
const std::string & | extro = "}" ) |
Print range defined by iterators (multiline style).
The defaults print the range enclosed in {}
, one item per line indented by 2 spaces.
A comma separated list enclosed in () would be:
Definition at line 120 of file LogTools.h.
std::ostream & zypp::dumpRangeLine | ( | std::ostream & | str, |
TIterator | begin, | ||
TIterator | end ) |
Print range defined by iterators (single line style).
Definition at line 143 of file LogTools.h.
std::ostream & zypp::dumpRangeLine | ( | std::ostream & | str, |
const TContainer & | cont ) |
Definition at line 148 of file LogTools.h.
iomanip::RangeLine< TIterator > zypp::rangeLine | ( | TIterator | begin, |
TIterator | end ) |
Iomanip printing dumpRangeLine style.
Definition at line 186 of file LogTools.h.
auto zypp::rangeLine | ( | const TContainer & | cont | ) | -> decltype( rangeLine( cont.begin(), cont.end() ) ) |
Definition at line 190 of file LogTools.h.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const std::vector< Tp > & | obj ) |
Definition at line 194 of file LogTools.h.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const std::set< Tp, TCmp, TAlloc > & | obj ) |
Definition at line 198 of file LogTools.h.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const std::unordered_set< Tp > & | obj ) |
Definition at line 202 of file LogTools.h.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const std::multiset< Tp > & | obj ) |
Definition at line 206 of file LogTools.h.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const std::list< Tp > & | obj ) |
Definition at line 210 of file LogTools.h.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const Iterable< Tp > & | obj ) |
Definition at line 214 of file LogTools.h.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const std::map< TKey, Tp > & | obj ) |
Definition at line 410 of file LogTools.h.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const std::unordered_map< TKey, Tp > & | obj ) |
Definition at line 414 of file LogTools.h.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const std::multimap< TKey, Tp > & | obj ) |
Definition at line 418 of file LogTools.h.
|
inline |
detail::Dump< Tp > zypp::dump | ( | const Tp & | obj_r | ) |
Definition at line 461 of file LogTools.h.
|
inline |
hexdump data on stream
Definition at line 472 of file LogTools.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 497 of file LogTools.h.
|
inline |
Write type info to stream @TODO de-inline me
Definition at line 504 of file LogTools.h.
|
inline |
Definition at line 103 of file PtrTypes.h.
std::string zypp::asUserString | ( | const Tp & | val_r | ) |
zypp::declException | ( | IgnoreRequestException | , |
IGNORE | ) |
zypp::declException | ( | SkipRequestException | , |
SKIP | ) |
zypp::declException | ( | RetryRequestException | , |
RETRY | ) |
zypp::declException | ( | AbortRequestException | , |
ABORT | ) |
|
inline |
|
Definition at line 183 of file CheckSum.cc.
|
Definition at line 193 of file CheckSum.cc.
|
|
inline |
Definition at line 41 of file PathInfo.h.
|
inline |
Definition at line 42 of file PathInfo.h.
Pathname zypp::myTmpDir | ( | ) |
Global access to the zypp.TMPDIR (created on demand, deleted when libzypp is unloaded)
Definition at line 340 of file TmpPath.cc.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const KVMap< KVMapOpts > & | obj ) |
ZYPP_API std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const OriginEndpoint & | url ) |
Definition at line 116 of file MirroredOrigin.cc.
ZYPP_API bool zypp::operator< | ( | const OriginEndpoint & | lhs, |
const OriginEndpoint & | rhs ) |
needed for std::set
Definition at line 121 of file MirroredOrigin.cc.
ZYPP_API bool zypp::operator== | ( | const OriginEndpoint & | lhs, |
const OriginEndpoint & | rhs ) |
needed for find, two OriginEndpoint's are equal when the Urls match, currently settings are not compared
Definition at line 126 of file MirroredOrigin.cc.
ZYPP_API bool zypp::operator!= | ( | const OriginEndpoint & | lhs, |
const OriginEndpoint & | rhs ) |
needed for find, two OriginEndpoint's are equal when the Urls match, currently settings are not compared
Definition at line 131 of file MirroredOrigin.cc.
ZYPP_API std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const MirroredOrigin & | origin ) |
Definition at line 314 of file MirroredOrigin.cc.
ZYPP_API std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const MirroredOriginSet & | origin ) |
Definition at line 409 of file MirroredOrigin.cc.
|
Definition at line 165 of file onmedialocation.cc.
std::ostream & zypp::dumpOn | ( | std::ostream & | str, |
const OnMediaLocation & | obj ) |
Definition at line 168 of file onmedialocation.cc.
|
Definition at line 497 of file PluginFrame.cc.
|
Definition at line 500 of file PluginFrame.cc.
|
inline |
|
Definition at line 106 of file progressdata.cc.
|
Definition at line 124 of file progressdata.cc.
std::ostream & zypp::operator<< | ( | std::ostream & | str, |
const Url & | url ) |
|
inline |
Definition at line 192 of file headervaluemap.h.
|
Convenience function to create MapEntry from std::pair.
Definition at line 254 of file LogTools.h.
|
Convenience function to create DumpMap from std::map.
Definition at line 306 of file LogTools.h.
|
Convenience function to create DumpKeys from std::map.
Definition at line 351 of file LogTools.h.
|
Convenience function to create DumpValues from std::map.
Definition at line 396 of file LogTools.h.
|
inline |
Global asString() that works with std::string too.
const Arch zypp::Arch_empty(IdString::Empty) | ( | IdString::Empty | ) |
const ResKind zypp::ResTraits< Package >::kind(ResKind::package) | ( | ResKind::package | ) |
const ResKind zypp::ResTraits< Patch >::kind(ResKind::patch) | ( | ResKind::patch | ) |
const ResKind zypp::ResTraits< Pattern >::kind(ResKind::pattern) | ( | ResKind::pattern | ) |
const ResKind zypp::ResTraits< Product >::kind(ResKind::product) | ( | ResKind::product | ) |
const ResKind zypp::ResTraits< SrcPackage >::kind(ResKind::srcpackage) | ( | ResKind::srcpackage | ) |
const ResKind zypp::ResTraits< Application >::kind(ResKind::application) | ( | ResKind::application | ) |
Pathname zypp::_file = "" |
Definition at line 34 of file SystemCheck.cc.
Pathname zypp::_dir = "" |
Definition at line 35 of file SystemCheck.cc.
CapabilitySet zypp::_require |
Definition at line 36 of file SystemCheck.cc.
CapabilitySet zypp::_conflict |
Definition at line 37 of file SystemCheck.cc.
|
inlineconstexpr |
Definition at line 60 of file LogControl.cc.