|
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 | BadKeyException |
| Exception thrown when the supplied key is not a valid gpg key. More...
|
|
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...
|
|
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 | 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 | GpgmeException |
|
struct | GroupInfo |
|
struct | has_container_begin_end |
| Whether Tp defines methods Tp::const_iterator begin/end() const More...
|
|
struct | has_type_const_iterator |
| Whether Tp defines type Tp::const_iterator. More...
|
|
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...
|
|
struct | is_container |
| Whether Tp is a container (begin/end iterabel, but not plain std::string) More...
|
|
class | Iterable |
|
class | JobReport |
| Generic report for sending messages. More...
|
|
struct | KeyContext |
|
class | KeyManagerCtx |
|
class | KeyRing |
| Gpg key handling. More...
|
|
class | KeyRingException |
|
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...
|
|
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 | Package |
| Package interface. More...
|
|
class | PackageKeyword |
| Package keywords. More...
|
|
class | Patch |
| Class representing a patch. 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 | PublicKey |
| Class representing one GPG Public Key (PublicKeyData + ASCII armored in a tempfile). More...
|
|
class | PublicKeyData |
| Class representing one GPG Public Keys data. More...
|
|
class | PublicKeySignatureData |
| Class representing a signature on a GPG Public Key. More...
|
|
class | PublicSubkeyData |
| Class representing a GPG Public Keys subkeys. 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...
|
|
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 | 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...
|
|
|
| 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) |
|
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) |
| 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 PluginFrame &obj) |
|
bool | operator== (const PluginFrame &lhs, const PluginFrame &rhs) |
|
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) |
|
std::ostream & | dumpOn (std::ostream &str, const PublicKeyData &obj) |
|
bool | operator== (const PublicKeyData &lhs, const PublicKeyData &rhs) |
|
std::ostream & | dumpOn (std::ostream &str, const PublicKey &obj) |
|
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::list< RepoInfo > | readRepoFile (const Url &repo_file) |
| Parses repo_file and returns a list of RepoInfo objects corresponding to repositories found within the file.
|
|
std::ostream & | operator<< (std::ostream &str, const RepoManagerOptions &obj) |
|
std::ostream & | operator<< (std::ostream &str, const RepoManager &obj) |
|
| ZYPP_DECLARE_OPERATORS_FOR_FLAGS (RepoManager::RefreshServiceFlags) |
|
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) |
| converts the support option to a name intended to be printed to the user.
|
|
std::string | asUserStringDescription (VendorSupportOption) |
| 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) |
|
Pathname | myTmpDir () |
| Global access to the zypp.TMPDIR (created on demand, deleted when libzypp is unloaded)
|
|
bool | ImZYPPER () |
|
bool | singleTransInEnv () |
|
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 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") |
|
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.
|
|
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) |
|
template<typename KVMapOpts > |
std::ostream & | operator<< (std::ostream &str, const KVMap< KVMapOpts > &obj) |
|
std::ostream & | operator<< (std::ostream &str, const OnMediaLocation &obj) |
|
std::ostream & | dumpOn (std::ostream &str, const OnMediaLocation &obj) |
|
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) |
| needed for std::set
|
|
bool | operator== (const Url &lhs, const Url &rhs) |
| 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<> |
zypp::proto::ProvideMessage * | rwcowClone< zypp::proto::ProvideMessage > (const zypp::proto::ProvideMessage *rhs) |
|
|
template<class Tp > |
std::ostream & | dumpAsXmlOn (std::ostream &str, const Tp &obj, const std::string &name_r) |
|