libzypp  15.28.6
zypp Namespace Reference

Easy-to use interface to the ZYPP dependency resolver. More...

Namespaces

 sat
 Libsolv interface
 
 functor
 
 debug
 
 exception_detail
 
 externalprogram
 
 base
 
 gettext
 
 gzstream_detail
 
 iostr
 Iostream related utilities.
 
 json
 
 log
 
 _logtoolsdetail
 
 detail
 
 str
 String related utilities and Regular expression matching.
 
 rw_pointer
 Don't forgett to provide versions for PtrType and constPtrType, esp.
 
 _detail
 
 xmlout
 
 bit
 
 HACK
 
 callback
 Callbacks light.
 
 filter
 
 filesystem
 Types and functions for filesystem operations.
 
 target
 
 kvmap
 
 media
 
 misc
 
 parser
 
 xml
 
 pool
 
 resstatus
 
 range_detail
 
 applydeltarpm
 Namespace wrapping invocations of /usr/bin/applydeltarpm.
 
 repo
 
 packagedelta
 
 env
 
 resfilter
 
 traits
 
 ui
 
 solver
 
 syscontent
 
 zypp_readonly_hack
 
 zypp_detail
 
 thread
 
 url
 Url details namespace.
 
 ws
 

Classes

class  Application
 Class representing an application (appdata.xml) More...
 
class  Arch
 Architecture. More...
 
struct  ArchCompatibleWith
 Functor finding compatible architectures. 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  AutoFD
 AutoDispose<int> calling ::close More...
 
class  AutoFILE
 AutoDispose<FILE*> calling ::fclose More...
 
struct  AutoFREE
 
struct  AutoFREE< void >
 
class  Counter
 Integral type with initial value 0. More...
 
class  DefaultIntegral
 Integral type with defined initial value when default constructed. More...
 
class  DtorReset
 Assign a vaiable a certain value when going out of scope. More...
 
class  Errno
 Convenience errno wrapper. More...
 
class  Exception
 Base class for Exception. More...
 
class  InputStream
 Helper to create and pass std::istream. More...
 
class  Iterable
 
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  MapKVIteratorTraits
 Traits for std::map key and value iterators. More...
 
class  LocaleGuard
 Temorarily change a locale category value. More...
 
class  NamedValue
 Simple value<>name mapping supporting aliases. More...
 
struct  NullDeleter
 shared_ptr custom deleter doing nothing. 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...
 
class  SerialNumber
 Simple serial number provider. More...
 
class  SerialNumberWatcher
 Simple serial number watcher. 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  SignalSaver
 Exception safe signal handler save/restore. More...
 
class  SigprocmaskSaver
 Exception safe sigprocmask save/restore. More...
 
class  C_Str
 Convenience char* constructible from std::string and char*, it maps (char*)0 to an empty string. More...
 
class  Match
 String matching option flags as used e.g. More...
 
class  MatchException
 Exceptions thrown from attribute matching. More...
 
class  MatchUnknownModeException
 Unknown match mode. More...
 
class  MatchInvalidRegexException
 Invalid regular expression (failed ::regcomp). More...
 
class  StrMatcher
 String matching (STRING|SUBSTRING|GLOB|REGEX). More...
 
struct  has_type_const_iterator
 Whether Tp defines type Tp::const_iterator. More...
 
struct  has_container_begin_end
 Whether Tp defines methods Tp::const_iterator begin/end() const More...
 
struct  is_container
 Whether Tp is a container (begin/end iterabel, but not plain std::string) More...
 
class  UserRequestException
 Base for exceptions caused by explicit user request. More...
 
class  WatchFile
 Remember a files attributes to detect content changes. More...
 
class  ByteCount
 Store and operate with byte count. 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...
 
struct  CheckSumException
 
class  CheckSum
 
class  ContentType
 Mime type like 'type/subtype' classification of content. 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
 
struct  Dep
 Enumeration class of dependency types. More...
 
struct  DigestReport
 
class  Digest
 Compute Message Digests (MD5, SHA1 etc) More...
 
class  DiskUsageCounter
 Compute disk space occupied by packages across partitions/directories. More...
 
class  Edition
 Edition represents [epoch:]version[-release] 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  ExternalProgramWithStderr
 ExternalProgram extended to offer reading programs stderr. More...
 
struct  FetcherIndex
 class that represents indexes which add metadata to fetcher jobs and therefore need to be retrieved in advance. More...
 
struct  SameFetcherIndex
 std::set ordering (less semantic) More...
 
struct  FetcherJob
 Class to encapsulate the OnMediaLocation object and the FileChecker together. More...
 
struct  ContentReaderHelper
 
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...
 
class  FileCheckException
 
class  CheckSumCheckException
 
class  SignatureCheckException
 
class  ChecksumFileChecker
 Built in file checkers. More...
 
class  SignatureFileChecker
 Checks for the validity of a signature. More...
 
class  NullFileChecker
 Checks for nothing Used as the default checker. More...
 
class  CompositeFileChecker
 Checker composed of more checkers. More...
 
class  HistoryLog
 Writing the zypp history fileReference counted signleton for writhing the zypp history file. More...
 
class  HistoryActionID
 Enumeration of known history actions. More...
 
class  HistoryLogData
 A zypp history log line split into fieldsEach valid history log line starts with a date and HistoryActionID field. 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  HistoryLogDataRepoRemove
 A zypp history log line for a removed repository. More...
 
class  HistoryLogDataRepoAliasChange
 A zypp history log line for a repo alias change. 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  IdString
 Access to the sat-pools string space. More...
 
class  IdStringType
 Base class for creating IdString based types. More...
 
class  InstanceId
 Build string to identify/retrieve a specific Solvable. More...
 
struct  KeyContext
 
struct  KeyRingReport
 Callbacks from signature verification workflow. More...
 
struct  KeyRingSignals
 
class  KeyRingException
 
class  KeyRing
 Gpg key handling. More...
 
struct  KVMap
 A map of (key,value) strings. More...
 
class  LanguageCode
 Language codes (iso639_2/iso639_1). More...
 
struct  CodeMaps
 Wrap static codemap data. More...
 
class  Locale
 'Language[_Country]' codes. More...
 
struct  ApplyLock
 
struct  LockingOutputIterator
 iterator that takes lock, lock all solvables from query and send query to output iterator More...
 
class  LocksCleanPredicate
 
class  LocksRemovePredicate
 
class  Locks
 Singleton class which manipulate with locks file and apply locks on pool. More...
 
struct  MediaProductEntry
 Represents an available product in media. More...
 
struct  ProvideFileOperation
 
struct  ProvideDirTreeOperation
 
struct  ProvideDirOperation
 
struct  ProvideFileExistenceOperation
 
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  CheckAccessDeleted
 Check for running processes which access deleted executables or libraries. More...
 
class  OnMediaLocation
 Describes a path on a certain media amongs as the information required to download it, like its media number, checksum and size. 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...
 
struct  asPoolItem
 Solvable to PoolItem transform functor. More...
 
class  PoolItemBest
 Find the best candidates e.g. More...
 
struct  MyInserter
 
struct  EmptyFilter
 
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  StringTypeAttr
 
class  PoolQuery
 Meta-data query API. 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...
 
class  CombinedProgressData
 Progress callback from another progress. More...
 
class  ProvideFilePolicy
 Policy for provideFile and RepoMediaAccess. More...
 
class  BadKeyException
 Exception thrown when the supplied key is not a valid gpg key. More...
 
class  PublicSubkeyData
 Class representing a GPG Public Keys subkeys. More...
 
class  PublicKeyData
 Class representing one GPG Public Keys data. More...
 
class  PublicKeyScanner
 Scan abstract from 'gpg –with-colons' key listings. More...
 
class  PublicKey
 Class representing one GPG Public Key (PublicKeyData + ASCII armored in a tempfile). More...
 
struct  Range
 
struct  Rel
 Relational operators. 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  CompareByEQ
 
struct  CompareByNE
 
struct  CompareByLT
 
struct  CompareByLE
 
struct  CompareByGT
 
struct  CompareByGE
 
struct  CompareByANY
 
struct  CompareByNONE
 
class  RepoInfo
 What is known about a repository. More...
 
struct  RepoManagerOptions
 Repo manager settings. More...
 
class  RepoManager
 creates and provides information about known sources. 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...
 
struct  PoolItemSaver
 Tem. More...
 
class  ResPoolProxy
 ResPool::instance().proxy();. More...
 
class  ResStatus
 Status bitfield. More...
 
struct  ResTraits
 ResTraits. More...
 
struct  ResTraits< Resolvable >
 ResTraits specialisation for Resolvable. More...
 
struct  ResTraits< ResObject >
 ResTraits specialisation for ResObject. More...
 
class  ServiceInfo
 Service data. More...
 
class  Signature
 
class  SrcPackage
 SrcPackage interface. More...
 
class  Target
 
class  Url
 Url manipulation class. More...
 
class  VendorAttr
 Definition of vendor equivalence. More...
 
struct  Option
 Mutable option. More...
 
struct  DefaultOption
 Mutable option with initial value also remembering a config value. More...
 
class  ZConfig
 Interim helper class to collect global options and settings. More...
 
class  ZYpp
 
struct  ProgressReport
 
struct  ProgressReportAdaptor
 
struct  CleanEmptyLocksReport
 Callback for cleaning locks which doesn't lock anything in pool. More...
 
struct  SavingLocksReport
 this callback handles merging old locks with newly added or removed More...
 
class  JobReport
 Generic report for sending messages. More...
 
class  ZYppCommitPolicy
 Options and policies for ZYpp::commit. More...
 
class  UpdateNotificationFile
 Pair of sat::Solvable and Pathname. More...
 
class  ZYppCommitResult
 Result returned from ZYpp::commit. More...
 
class  ZYppGlobalLock
 Our broken global lock. More...
 
class  ZYppFactoryException
 
class  ZYppFactory
 ZYpp factory class (Singleton) More...
 

Typedefs

typedef
gzstream_detail::fXstream
< std::istream,
gzstream_detail::fgzstreambuf
ifgzstream
 istream reading gzip files as well as plain files. More...
 
typedef
gzstream_detail::fXstream
< std::ostream,
gzstream_detail::fgzstreambuf
ofgzstream
 ostream writing gzip files. More...
 
typedef boost::logic::tribool TriBool
 3-state boolean logic (true, false and indeterminate). More...
 
typedef sat::Map Bitmap
 
typedef std::unordered_set
< Capability
CapabilitySet
 
typedef std::list< ChangelogEntryChangelog
 List of ChangelogEntry. More...
 
typedef shared_ptr< FetcherIndexFetcherIndex_Ptr
 
typedef shared_ptr< FetcherJobFetcherJob_Ptr
 
typedef function< void(const
Pathname &file)> 
FileChecker
 Functor signature used to check files. More...
 
typedef std::unordered_set
< IdString
IdStringSet
 
typedef std::unordered_set
< Locale
LocaleSet
 
typedef std::set< PoolQueryLockSet
 
typedef AutoDispose< const
Pathname > 
ManagedFile
 A Pathname plus associated cleanup code to be executed when path is no longer needed. More...
 
typedef std::set
< MediaProductEntry
MediaProductSet
 A set of available products in media. More...
 
typedef std::list
< ProblemSolution_Ptr > 
ProblemSolutionList
 
typedef std::list
< ResolverProblem_Ptr > 
ResolverProblemList
 
typedef vector< string > CapList
 
typedef std::string Vendor
 
typedef std::list
< UpdateNotificationFile
UpdateNotifications
 

Enumerations

enum  DownloadMode {
  DownloadDefault, DownloadOnly, DownloadInAdvance, DownloadInHeaps,
  DownloadAsNeeded
}
 Supported commit download policies. More...
 
enum  ResolverNamespace : std::uint8_t { ResolverNamespace::language = 1<<0, ResolverNamespace::modalias = 1<<1, ResolverNamespace::filesystem = 1<<2 }
 The resolvers dependency namespaces. More...
 
enum  VendorSupportOption {
  VendorSupportUnknown = 0, VendorSupportUnsupported = (1<<0), VendorSupportACC = (1<<1), VendorSupportLevel1 = (1<<2),
  VendorSupportLevel2 = (1<<3), VendorSupportLevel3 = (1<<4)
}
 

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 (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 (armv7nhl)
 
 DEF_BUILTIN (armv7hl)
 
 DEF_BUILTIN (armv7l)
 
 DEF_BUILTIN (armv6hl)
 
 DEF_BUILTIN (armv6l)
 
 DEF_BUILTIN (armv5tejl)
 
 DEF_BUILTIN (armv5tel)
 
 DEF_BUILTIN (armv5l)
 
 DEF_BUILTIN (armv4tl)
 
 DEF_BUILTIN (armv4l)
 
 DEF_BUILTIN (armv3l)
 
 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. More...
 
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. More...
 
std::ostream & dumpBacktrace (std::ostream &stream_r)
 Dump current stack trace to a stream. More...
 
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(). More...
 
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(). More...
 
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(). More...
 
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(). More...
 
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() More...
 
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() More...
 
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() More...
 
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() More...
 
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() More...
 
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() More...
 
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() More...
 
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() More...
 
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). More...
 
template<class TIterator >
std::ostream & dumpRangeLine (std::ostream &str, TIterator begin, TIterator end)
 Print range defined by iterators (single line style). More...
 
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 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. More...
 
template<class Tp >
detail::Dump< Tp > dump (const Tp &obj_r)
 
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)
 
std::ostream & operator<< (std::ostream &str, const SetRelation &obj)
 
bool operator== (const SetRelation::Enum &lhs, const SetCompare &rhs)
 
bool operator== (const SetRelation &lhs, const SetCompare::Enum &rhs)
 
bool operator== (const SetRelation &lhs, const SetCompare &rhs)
 
bool operator== (const SetCompare::Enum &lhs, const SetRelation::Enum &rhs)
 
bool operator== (const SetCompare::Enum &lhs, const SetRelation &rhs)
 
bool operator== (const SetCompare &lhs, const SetRelation::Enum &rhs)
 
bool operator== (const SetCompare &lhs, const SetRelation &rhs)
 
bool operator!= (const SetRelation::Enum &lhs, const SetCompare &rhs)
 
bool operator!= (const SetRelation &lhs, const SetCompare::Enum &rhs)
 
bool operator!= (const SetRelation &lhs, const SetCompare &rhs)
 
bool operator!= (const SetCompare::Enum &lhs, const SetRelation::Enum &rhs)
 
bool operator!= (const SetCompare::Enum &lhs, const SetRelation &rhs)
 
bool operator!= (const SetCompare &lhs, const SetRelation::Enum &rhs)
 
bool operator!= (const SetCompare &lhs, const SetRelation &rhs)
 
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. More...
 
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)
 
 declException (IgnoreRequestException, IGNORE)
 
 declException (SkipRequestException, SKIP)
 
 declException (RetryRequestException, RETRY)
 
 declException (AbortRequestException, ABORT)
 
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 CheckSum &obj)
 
std::ostream & dumpAsXmlOn (std::ostream &str, const CheckSum &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 & dumpAsXmlOn (std::ostream &str, const Date &obj, const std::string &name_r)
 
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)
 
bool operator== (const IdString &lhs, const std::string &rhs)
 
bool operator== (const char *lhs, const IdString &rhs)
 
bool operator== (const std::string &lhs, const IdString &rhs)
 
bool operator!= (const IdString &lhs, const char *rhs)
 
bool operator!= (const IdString &lhs, const std::string &rhs)
 
bool operator!= (const char *lhs, const IdString &rhs)
 
bool operator!= (const std::string &lhs, const IdString &rhs)
 
bool operator< (const IdString &lhs, const char *rhs)
 
bool operator< (const IdString &lhs, const std::string &rhs)
 
bool operator< (const char *lhs, const IdString &rhs)
 
bool operator< (const std::string &lhs, const IdString &rhs)
 
bool operator<= (const IdString &lhs, const char *rhs)
 
bool operator<= (const IdString &lhs, const std::string &rhs)
 
bool operator<= (const char *lhs, const IdString &rhs)
 
bool operator<= (const std::string &lhs, const IdString &rhs)
 
bool operator> (const IdString &lhs, const char *rhs)
 
bool operator> (const IdString &lhs, const std::string &rhs)
 
bool operator> (const char *lhs, const IdString &rhs)
 
bool operator> (const std::string &lhs, const IdString &rhs)
 
bool operator>= (const IdString &lhs, const char *rhs)
 
bool operator>= (const IdString &lhs, const std::string &rhs)
 
bool operator>= (const char *lhs, const IdString &rhs)
 
bool operator>= (const std::string &lhs, const IdString &rhs)
 
template<class Derived >
bool operator== (const IdStringType< Derived > &lhs, const IdString &rhs)
 
template<class Derived >
bool operator== (const IdStringType< Derived > &lhs, const char *rhs)
 
template<class Derived >
bool operator== (const IdStringType< Derived > &lhs, const std::string &rhs)
 
template<class Derived >
bool operator== (const IdString &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator== (const char *lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator== (const std::string &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator!= (const IdStringType< Derived > &lhs, const IdString &rhs)
 
template<class Derived >
bool operator!= (const IdStringType< Derived > &lhs, const char *rhs)
 
template<class Derived >
bool operator!= (const IdStringType< Derived > &lhs, const std::string &rhs)
 
template<class Derived >
bool operator!= (const IdString &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator!= (const char *lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator!= (const std::string &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator< (const IdStringType< Derived > &lhs, const IdString &rhs)
 
template<class Derived >
bool operator< (const IdStringType< Derived > &lhs, const char *rhs)
 
template<class Derived >
bool operator< (const IdStringType< Derived > &lhs, const std::string &rhs)
 
template<class Derived >
bool operator< (const IdString &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator< (const char *lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator< (const std::string &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator<= (const IdStringType< Derived > &lhs, const IdString &rhs)
 
template<class Derived >
bool operator<= (const IdStringType< Derived > &lhs, const char *rhs)
 
template<class Derived >
bool operator<= (const IdStringType< Derived > &lhs, const std::string &rhs)
 
template<class Derived >
bool operator<= (const IdString &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator<= (const char *lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator<= (const std::string &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator> (const IdStringType< Derived > &lhs, const IdString &rhs)
 
template<class Derived >
bool operator> (const IdStringType< Derived > &lhs, const char *rhs)
 
template<class Derived >
bool operator> (const IdStringType< Derived > &lhs, const std::string &rhs)
 
template<class Derived >
bool operator> (const IdString &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator> (const char *lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator> (const std::string &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator>= (const IdStringType< Derived > &lhs, const IdString &rhs)
 
template<class Derived >
bool operator>= (const IdStringType< Derived > &lhs, const char *rhs)
 
template<class Derived >
bool operator>= (const IdStringType< Derived > &lhs, const std::string &rhs)
 
template<class Derived >
bool operator>= (const IdString &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator>= (const char *lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool operator>= (const std::string &lhs, const IdStringType< Derived > &rhs)
 
 IMPL_PTR_TYPE (KeyRing)
 
 DEFINE_PTR_TYPE (KeyRing)
 
template<typename KVMapOpts >
std::ostream & operator<< (std::ostream &str, const KVMap< KVMapOpts > &obj)
 
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... More...
 
template<class TOutputIterator >
void productsInMedia (const Url &url_r, TOutputIterator result)
 Available products in a url location. More...
 
void productsInMedia (const Url &url_r, MediaProductSet &set)
 Available products in a url location. More...
 
 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)
 
std::ostream & operator<< (std::ostream &str, const OnMediaLocation &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. More...
 
 declException (PluginScriptDiedUnexpectedly, PluginScriptException)
 Script died unexpectedly. More...
 
 declException (PluginScriptTimeout, PluginScriptException)
 Communication timeout. More...
 
 declException (PluginScriptSendTimeout, PluginScriptTimeout)
 Timeout while sending data. More...
 
 declException (PluginScriptReceiveTimeout, PluginScriptTimeout)
 Timeout while receiving data. More...
 
std::ostream & operator<< (std::ostream &str, const PoolItem &obj)
 
std::ostream & operator<< (std::ostream &str, const PoolItemBest &obj)
 
ostream & operator<< (ostream &str, const PoolQuery &obj)
 
std::ostream & dumpOn (std::ostream &str, const PoolQuery &obj)
 
std::ostream & operator<< (std::ostream &str, const PoolQueryResult &obj)
 
template<class OutputIterator >
void readPoolQueriesFromFile (const zypp::filesystem::Pathname &file, OutputIterator out)
 sends to output iterator all queries readed from file. More...
 
template<class InputIterator >
void writePoolQueriesToFile (const zypp::filesystem::Pathname &file, InputIterator begin, InputIterator end)
 Writes all queries from begin to end. More...
 
 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 & operator<< (std::ostream &str, const ProgressData &obj)
 
ProgressData makeProgressData (const InputStream &input_r)
 
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. More...
 
template<class Tp >
bool compareByRel (Rel op, const Tp &lhs, const Tp &rhs)
 compareByRel convenience using Compare<Tp> as general compare functor. More...
 
std::ostream & operator<< (std::ostream &str, const RepoInfo &obj)
 
std::ostream & operator<< (std::ostream &str, const RepoInfo::GpgCheck &obj)
 
std::list< RepoInforeadRepoFile (const Url &repo_file)
 Parses repo_file and returns a list of RepoInfo objects corresponding to repositories found within the file. More...
 
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. More...
 
template<class TRes >
ResTraits< TRes >::PtrType make (const sat::Solvable &solvable_r)
 Directly create a certain kind of ResObject from sat::Solvable. More...
 
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. More...
 
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)
 
 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. More...
 
template<typename TRes >
bool isKind (const ResKind &val_r)
 Convenient test for ResKinds. More...
 
template<typename TRes >
bool isKind (const std::string &val_r)
 
template<typename TRes >
bool isKind (const char *val_r)
 
template<>
sat::detail::CMaprwcowClone< sat::detail::CMap > (const sat::detail::CMap *rhs)
 
template<>
sat::detail::CQueuerwcowClone< 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)
 
Pathname myTmpDir ()
 Global access to the zypp.TMPDIR (created on demand, deleted when libzypp is unloaded) More...
 
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())
 
std::ostream & operator<< (std::ostream &str, const Url &url)
 
bool operator< (const Url &lhs, const Url &rhs)
 needed for std::set More...
 
bool operator== (const Url &lhs, const Url &rhs)
 needed for find More...
 
bool operator!= (const Url &lhs, const Url &rhs)
 
std::ostream & operator<< (std::ostream &str, const VendorAttr &)
 
std::string asUserString (VendorSupportOption)
 converts the support option to a name intended to be printed to the user. More...
 
std::string asUserStringDescription (VendorSupportOption)
 converts the support option to a description intended to be printed to the user. More...
 
 ZYPP_DECLARE_FLAGS (VendorSupportOptions, VendorSupportOption)
 
void reconfigureZConfig (const Pathname &override_r)
 
std::ostream & operator<< (std::ostream &str, const ZYpp &obj)
 
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)
 
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)
 
Pathname _file = ""
 
Pathname _dir = ""
 
CapabilitySet _require
 
CapabilitySet _conflict
 

Detailed Description

Easy-to use interface to the ZYPP dependency resolver.

Author: Stefan Hundhammer sh@su.nosp@m.se.d.nosp@m.e

Typedef Documentation

istream reading gzip files as well as plain files.

Definition at line 275 of file GzStream.h.

ostream writing gzip files.

Definition at line 280 of file GzStream.h.

Definition at line 19 of file Bitmap.h.

typedef std::unordered_set<Capability> zypp::CapabilitySet

Definition at line 33 of file Capability.h.

typedef std::list<ChangelogEntry> zypp::Changelog

List of ChangelogEntry.

Definition at line 53 of file Changelog.h.

Definition at line 53 of file Fetcher.cc.

Definition at line 114 of file Fetcher.cc.

typedef function<void ( const Pathname &file )> zypp::FileChecker

Functor signature used to check files.

Parameters
fileFile to check.
Exceptions
FileCheckExceptionwhen the file does not validate and the user don't want to continue.

Definition at line 28 of file FileChecker.h.

typedef std::unordered_set<IdString> zypp::IdStringSet

Definition at line 26 of file IdString.h.

typedef std::unordered_set<Locale> zypp::LocaleSet

Definition at line 27 of file Locale.h.

typedef std::set<PoolQuery> zypp::LockSet

Definition at line 43 of file Locks.cc.

typedef AutoDispose<const Pathname> zypp::ManagedFile

A Pathname plus associated cleanup code to be executed when path is no longer needed.

Definition at line 27 of file ManagedFile.h.

A set of available products in media.

Definition at line 52 of file MediaProducts.h.

typedef std::list<ProblemSolution_Ptr> zypp::ProblemSolutionList

Definition at line 43 of file ProblemTypes.h.

typedef std::list<ResolverProblem_Ptr> zypp::ResolverProblemList

Definition at line 46 of file ProblemTypes.h.

typedef vector<string> zypp::CapList

Definition at line 39 of file SystemCheck.cc.

typedef std::string zypp::Vendor

Definition at line 22 of file Vendor.h.

Definition at line 47 of file ZYppCommitResult.h.

Enumeration Type Documentation

Supported commit download policies.

Enumerator
DownloadDefault 

libzypp will decide what to do.

DownloadOnly 

Just download all packages to the local cache.

Do not install. Implies a dry-run.

DownloadInAdvance 

First download all packages to the local cache.

Then start to install.

DownloadInHeaps 

Similar to DownloadInAdvance, but try to split the transaction into heaps, where at the end of each heap a consistent system state is reached.

DownloadAsNeeded 

Alternating download and install.

Packages are cached just to avid CD/DVD hopping. This is the traditional behaviour.

Definition at line 22 of file DownloadMode.h.

enum zypp::ResolverNamespace : std::uint8_t
strong

The resolvers 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.

Definition at line 21 of file VendorSupportOptions.h.

Function Documentation

zypp::IMPL_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 ( 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 ( armv7nhl  )
zypp::DEF_BUILTIN ( armv7hl  )
zypp::DEF_BUILTIN ( armv7l  )
zypp::DEF_BUILTIN ( armv6hl  )
zypp::DEF_BUILTIN ( armv6l  )
zypp::DEF_BUILTIN ( armv5tejl  )
zypp::DEF_BUILTIN ( armv5tel  )
zypp::DEF_BUILTIN ( armv5l  )
zypp::DEF_BUILTIN ( armv4tl  )
zypp::DEF_BUILTIN ( armv4l  )
zypp::DEF_BUILTIN ( armv3l  )
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  )
template<class TIterator , class TFilter , class TFunction >
int zypp::invokeOnEach ( TIterator  begin_r,
TIterator  end_r,
TFilter  filter_r,
TFunction  fnc_r 
)
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.

Returns
Number of invokations of fnc_r, negative if loop was aborted by fnc_.

Definition at line 30 of file Algorithm.h.

template<class TIterator , class TFunction >
int zypp::invokeOnEach ( TIterator  begin_r,
TIterator  end_r,
TFunction  fnc_r 
)
inline

Iterate through [begin_r,end_r) and invoke fnc_r on each item.

Iteration aborts if fnc_r returns false.

Returns
Number of invokations of fnc_r, negative if loop was aborted by fnc_.

Definition at line 56 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.

#include <iostream>
std::cerr << zypp::dumpBacktrace << std::endl;
std::string trace( str::Str() << zypp::dumpBacktrace );

Definition at line 24 of file Backtrace.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const Exception &  obj 
)
related

Definition at line 120 of file Exception.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const InputStream &  obj 
)
related

Definition at line 151 of file InputStream.cc.

template<class TIterator >
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).

intro [ pfx ITEM [ { sep ITEM }+ ] sfx ] extro

The defaults print the range enclosed in {}, one item per line indented by 2 spaces.

{
item1
item2
}
{} // on empty range

A comma separated list enclosed in () would be:

dumpRange( stream, begin, end, "(", "", ", ", "", ")" );
// or shorter:
dumpRangeLine( stream, begin, end );
Note
Some special handling is required for printing std::maps. Therefore iomaipulators dumpMap, dumpKeys and dumpValues are provided.
std::map<string,int> m;
m["a"]=1;
m["b"]=2;
m["c"]=3;
dumpRange( DBG, dumpMap(m).begin(), dumpMap(m).end() ) << endl;
// {
// [a] = 1
// [b] = 2
// [c] = 3
// }
dumpRange( DBG, dumpKeys(m).begin(), dumpKeys(m).end() ) << endl;
// {
// a
// b
// c
// }
dumpRange( DBG, dumpValues(m).begin(), dumpValues(m).end() ) << endl;
// {
// 1
// 2
// 3
// }
dumpRangeLine( DBG, dumpMap(m).begin(), dumpMap(m).end() ) << endl;
// ([a] = 1, [b] = 2, [c] = 3)
dumpRangeLine( DBG, dumpKeys(m).begin(), dumpKeys(m).end() ) << endl;
// (a, b, c)
dumpRangeLine( DBG, dumpValues(m).begin(), dumpValues(m).end() ) << endl;
// (1, 2, 3)

Definition at line 91 of file LogTools.h.

template<class TIterator >
std::ostream& zypp::dumpRangeLine ( std::ostream &  str,
TIterator  begin,
TIterator  end 
)

Print range defined by iterators (single line style).

See Also
dumpRange

Definition at line 114 of file LogTools.h.

template<class Tp >
std::ostream& zypp::operator<< ( std::ostream &  str,
const std::vector< Tp > &  obj 
)

Definition at line 120 of file LogTools.h.

template<class Tp , class TCmp , class TAlloc >
std::ostream& zypp::operator<< ( std::ostream &  str,
const std::set< Tp, TCmp, TAlloc > &  obj 
)

Definition at line 124 of file LogTools.h.

template<class Tp >
std::ostream& zypp::operator<< ( std::ostream &  str,
const std::unordered_set< Tp > &  obj 
)

Definition at line 128 of file LogTools.h.

template<class Tp >
std::ostream& zypp::operator<< ( std::ostream &  str,
const std::multiset< Tp > &  obj 
)

Definition at line 132 of file LogTools.h.

template<class Tp >
std::ostream& zypp::operator<< ( std::ostream &  str,
const std::list< Tp > &  obj 
)

Definition at line 136 of file LogTools.h.

template<class TKey , class Tp >
std::ostream& zypp::operator<< ( std::ostream &  str,
const std::map< TKey, Tp > &  obj 
)

Definition at line 333 of file LogTools.h.

template<class TKey , class Tp >
std::ostream& zypp::operator<< ( std::ostream &  str,
const std::unordered_map< TKey, Tp > &  obj 
)

Definition at line 337 of file LogTools.h.

template<class TKey , class Tp >
std::ostream& zypp::operator<< ( std::ostream &  str,
const std::multimap< TKey, Tp > &  obj 
)

Definition at line 341 of file LogTools.h.

std::ostream& zypp::operator<< ( std::ostream &  str,
const std::basic_ios< char > &  obj 
)
inline

Print stream status bits.

Prints the values of a streams good, eof, failed and bad bit.

[g___] - good
[_eF_] - eof and fail bit set
[__FB] - fail and bad bit set

Definition at line 353 of file LogTools.h.

template<class Tp >
detail::Dump<Tp> zypp::dump ( const Tp &  obj_r)

Definition at line 384 of file LogTools.h.

std::ostream& zypp::operator<< ( std::ostream &  str,
const SerialNumber &  obj 
)
related

Definition at line 52 of file SerialNumber.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const SerialNumberWatcher &  obj 
)
related

Definition at line 94 of file SerialNumber.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const SetCompare obj 
)
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.

std::ostream& zypp::operator<< ( std::ostream &  str,
const SetRelation obj 
)
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.

bool zypp::operator== ( const SetRelation::Enum &  lhs,
const SetCompare rhs 
)
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.

bool zypp::operator== ( const SetRelation lhs,
const SetCompare::Enum &  rhs 
)
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.

bool zypp::operator== ( const SetRelation lhs,
const SetCompare rhs 
)
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.

bool zypp::operator== ( const SetCompare::Enum &  lhs,
const SetRelation::Enum &  rhs 
)
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.

bool zypp::operator== ( const SetCompare::Enum &  lhs,
const SetRelation rhs 
)
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.

bool zypp::operator== ( const SetCompare lhs,
const SetRelation::Enum &  rhs 
)
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.

bool zypp::operator== ( const SetCompare lhs,
const SetRelation rhs 
)
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.

bool zypp::operator!= ( const SetRelation::Enum &  lhs,
const SetCompare rhs 
)
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.

bool zypp::operator!= ( const SetRelation lhs,
const SetCompare::Enum &  rhs 
)
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.

bool zypp::operator!= ( const SetRelation lhs,
const SetCompare rhs 
)
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.

bool zypp::operator!= ( const SetCompare::Enum &  lhs,
const SetRelation::Enum &  rhs 
)
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.

bool zypp::operator!= ( const SetCompare::Enum &  lhs,
const SetRelation rhs 
)
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.

bool zypp::operator!= ( const SetCompare lhs,
const SetRelation::Enum &  rhs 
)
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.

bool zypp::operator!= ( const SetCompare lhs,
const SetRelation rhs 
)
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.

template<class Tp >
std::string zypp::asUserString ( const Tp &  val_r)

Request a human readable (translated) string representation of Tp [Tp.asUserString()] Classes may implement a default as member function.

Definition at line 40 of file String.h.

std::ostream& zypp::operator<< ( std::ostream &  str,
Match::Mode  obj 
)

Definition at line 86 of file StrMatcher.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const Match &  obj 
)
related

Definition at line 104 of file StrMatcher.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const StrMatcher &  obj 
)
related

Definition at line 307 of file StrMatcher.cc.

bool zypp::operator== ( const StrMatcher &  lhs,
const StrMatcher &  rhs 
)
related

Definition at line 310 of file StrMatcher.cc.

bool zypp::operator< ( const StrMatcher &  lhs,
const StrMatcher &  rhs 
)
related

Definition at line 316 of file StrMatcher.cc.

zypp::declException ( IgnoreRequestException  ,
IGNORE   
)
zypp::declException ( SkipRequestException  ,
SKIP   
)
zypp::declException ( RetryRequestException  ,
RETRY   
)
zypp::declException ( AbortRequestException  ,
ABORT   
)
template<class Tp >
std::ostream& zypp::dumpAsXmlOn ( std::ostream &  str,
const Tp &  obj,
const std::string &  name_r 
)
inline

Definition at line 185 of file Xml.h.

std::ostream& zypp::operator<< ( std::ostream &  str,
const Capabilities &  obj 
)
related

Definition at line 65 of file Capabilities.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const Capability &  obj 
)
related

Definition at line 441 of file Capability.cc.

std::ostream& zypp::dumpOn ( std::ostream &  str,
const Capability &  obj 
)
related

Definition at line 446 of file Capability.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const CapDetail &  obj 
)
related

Definition at line 514 of file Capability.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
CapDetail::Kind  obj 
)
related

Definition at line 552 of file Capability.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
CapDetail::CapRel  obj 
)
related

Definition at line 564 of file Capability.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const CapMatch &  obj 
)
related

Definition at line 32 of file CapMatch.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const CheckSum &  obj 
)
related

Definition at line 183 of file CheckSum.cc.

std::ostream& zypp::dumpAsXmlOn ( std::ostream &  str,
const CheckSum &  obj 
)
related

Definition at line 193 of file CheckSum.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const CpeId::Value &  obj 
)
related

Definition at line 1047 of file CpeId.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 &   
)
std::ostream& zypp::dumpAsXmlOn ( std::ostream &  str,
const Date &  obj,
const std::string &  name_r 
)
related

Definition at line 233 of file Date.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const DiskUsageCounter::MountPoint &  obj 
)
related

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.

std::ostream& zypp::operator<< ( std::ostream &  str,
const Fetcher &  obj 
)
related

Definition at line 879 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 151 of file FileChecker.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const HistoryActionID &  id 
)
related

Definition at line 95 of file HistoryLogData.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const HistoryLogData &  obj 
)
related

Definition at line 234 of file HistoryLogData.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const IdString &  obj 
)
related

Definition at line 80 of file IdString.cc.

std::ostream& zypp::dumpOn ( std::ostream &  str,
const IdString &  obj 
)
related

Definition at line 85 of file IdString.cc.

bool zypp::operator== ( const IdString &  lhs,
const char *  rhs 
)
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 133 of file IdString.h.

bool zypp::operator== ( const IdString &  lhs,
const std::string &  rhs 
)
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 136 of file IdString.h.

bool zypp::operator== ( const char *  lhs,
const IdString &  rhs 
)
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 139 of file IdString.h.

bool zypp::operator== ( const std::string &  lhs,
const IdString &  rhs 
)
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 142 of file IdString.h.

bool zypp::operator!= ( const IdString &  lhs,
const char *  rhs 
)
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 149 of file IdString.h.

bool zypp::operator!= ( const IdString &  lhs,
const std::string &  rhs 
)
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 152 of file IdString.h.

bool zypp::operator!= ( const char *  lhs,
const IdString &  rhs 
)
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 155 of file IdString.h.

bool zypp::operator!= ( const std::string &  lhs,
const IdString &  rhs 
)
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 158 of file IdString.h.

bool zypp::operator< ( const IdString &  lhs,
const char *  rhs 
)
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 165 of file IdString.h.

bool zypp::operator< ( const IdString &  lhs,
const std::string &  rhs 
)
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 168 of file IdString.h.

bool zypp::operator< ( const char *  lhs,
const IdString &  rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 171 of file IdString.h.

bool zypp::operator< ( const std::string &  lhs,
const IdString &  rhs 
)
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 174 of file IdString.h.

bool zypp::operator<= ( const IdString &  lhs,
const char *  rhs 
)
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 181 of file IdString.h.

bool zypp::operator<= ( const IdString &  lhs,
const std::string &  rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 184 of file IdString.h.

bool zypp::operator<= ( const char *  lhs,
const IdString &  rhs 
)
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 187 of file IdString.h.

bool zypp::operator<= ( const std::string &  lhs,
const IdString &  rhs 
)
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 IdString.h.

bool zypp::operator> ( const IdString &  lhs,
const char *  rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 197 of file IdString.h.

bool zypp::operator> ( const IdString &  lhs,
const std::string &  rhs 
)
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 200 of file IdString.h.

bool zypp::operator> ( const char *  lhs,
const IdString &  rhs 
)
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 203 of file IdString.h.

bool zypp::operator> ( const std::string &  lhs,
const IdString &  rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 206 of file IdString.h.

bool zypp::operator>= ( const IdString &  lhs,
const char *  rhs 
)
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 213 of file IdString.h.

bool zypp::operator>= ( const IdString &  lhs,
const std::string &  rhs 
)
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 216 of file IdString.h.

bool zypp::operator>= ( const char *  lhs,
const IdString &  rhs 
)
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 IdString.h.

bool zypp::operator>= ( const std::string &  lhs,
const IdString &  rhs 
)
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 222 of file IdString.h.

template<class Derived >
bool zypp::operator== ( const IdStringType< Derived > &  lhs,
const IdString &  rhs 
)
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 175 of file IdStringType.h.

template<class Derived >
bool zypp::operator== ( const IdStringType< Derived > &  lhs,
const char *  rhs 
)
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 179 of file IdStringType.h.

template<class Derived >
bool zypp::operator== ( const IdStringType< Derived > &  lhs,
const std::string &  rhs 
)
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 183 of file IdStringType.h.

template<class Derived >
bool zypp::operator== ( const IdString &  lhs,
const IdStringType< Derived > &  rhs 
)
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 187 of file IdStringType.h.

template<class Derived >
bool zypp::operator== ( const char *  lhs,
const IdStringType< Derived > &  rhs 
)
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 191 of file IdStringType.h.

template<class Derived >
bool zypp::operator== ( const std::string &  lhs,
const IdStringType< Derived > &  rhs 
)
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 195 of file IdStringType.h.

template<class Derived >
bool zypp::operator!= ( const IdStringType< Derived > &  lhs,
const IdString &  rhs 
)
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 204 of file IdStringType.h.

template<class Derived >
bool zypp::operator!= ( const IdStringType< Derived > &  lhs,
const char *  rhs 
)
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 208 of file IdStringType.h.

template<class Derived >
bool zypp::operator!= ( const IdStringType< Derived > &  lhs,
const std::string &  rhs 
)
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 212 of file IdStringType.h.

template<class Derived >
bool zypp::operator!= ( const IdString &  lhs,
const IdStringType< Derived > &  rhs 
)
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 216 of file IdStringType.h.

template<class Derived >
bool zypp::operator!= ( const char *  lhs,
const IdStringType< Derived > &  rhs 
)
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 220 of file IdStringType.h.

template<class Derived >
bool zypp::operator!= ( const std::string &  lhs,
const IdStringType< Derived > &  rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 224 of file IdStringType.h.

template<class Derived >
bool zypp::operator< ( const IdStringType< Derived > &  lhs,
const IdString &  rhs 
)
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 233 of file IdStringType.h.

template<class Derived >
bool zypp::operator< ( const IdStringType< Derived > &  lhs,
const char *  rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 237 of file IdStringType.h.

template<class Derived >
bool zypp::operator< ( const IdStringType< Derived > &  lhs,
const std::string &  rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 241 of file IdStringType.h.

template<class Derived >
bool zypp::operator< ( const IdString &  lhs,
const IdStringType< Derived > &  rhs 
)
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 245 of file IdStringType.h.

template<class Derived >
bool zypp::operator< ( const char *  lhs,
const IdStringType< Derived > &  rhs 
)
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 249 of file IdStringType.h.

template<class Derived >
bool zypp::operator< ( const std::string &  lhs,
const IdStringType< Derived > &  rhs 
)
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 253 of file IdStringType.h.

template<class Derived >
bool zypp::operator<= ( const IdStringType< Derived > &  lhs,
const IdString &  rhs 
)
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 262 of file IdStringType.h.

template<class Derived >
bool zypp::operator<= ( const IdStringType< Derived > &  lhs,
const char *  rhs 
)
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 266 of file IdStringType.h.

template<class Derived >
bool zypp::operator<= ( const IdStringType< Derived > &  lhs,
const std::string &  rhs 
)
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 270 of file IdStringType.h.

template<class Derived >
bool zypp::operator<= ( const IdString &  lhs,
const IdStringType< Derived > &  rhs 
)
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 274 of file IdStringType.h.

template<class Derived >
bool zypp::operator<= ( const char *  lhs,
const IdStringType< Derived > &  rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 278 of file IdStringType.h.

template<class Derived >
bool zypp::operator<= ( const std::string &  lhs,
const IdStringType< Derived > &  rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 282 of file IdStringType.h.

template<class Derived >
bool zypp::operator> ( const IdStringType< Derived > &  lhs,
const IdString &  rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 291 of file IdStringType.h.

template<class Derived >
bool zypp::operator> ( const IdStringType< Derived > &  lhs,
const char *  rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 295 of file IdStringType.h.

template<class Derived >
bool zypp::operator> ( const IdStringType< Derived > &  lhs,
const std::string &  rhs 
)
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 299 of file IdStringType.h.

template<class Derived >
bool zypp::operator> ( const IdString &  lhs,
const IdStringType< Derived > &  rhs 
)
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 303 of file IdStringType.h.

template<class Derived >
bool zypp::operator> ( const char *  lhs,
const IdStringType< Derived > &  rhs 
)
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 307 of file IdStringType.h.

template<class Derived >
bool zypp::operator> ( const std::string &  lhs,
const IdStringType< Derived > &  rhs 
)
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 311 of file IdStringType.h.

template<class Derived >
bool zypp::operator>= ( const IdStringType< Derived > &  lhs,
const IdString &  rhs 
)
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 320 of file IdStringType.h.

template<class Derived >
bool zypp::operator>= ( const IdStringType< Derived > &  lhs,
const char *  rhs 
)
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 324 of file IdStringType.h.

template<class Derived >
bool zypp::operator>= ( const IdStringType< Derived > &  lhs,
const std::string &  rhs 
)
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 328 of file IdStringType.h.

template<class Derived >
bool zypp::operator>= ( const IdString &  lhs,
const IdStringType< Derived > &  rhs 
)
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 332 of file IdStringType.h.

template<class Derived >
bool zypp::operator>= ( const char *  lhs,
const IdStringType< Derived > &  rhs 
)
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 336 of file IdStringType.h.

template<class Derived >
bool zypp::operator>= ( const std::string &  lhs,
const IdStringType< Derived > &  rhs 
)
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 340 of file IdStringType.h.

zypp::IMPL_PTR_TYPE ( KeyRing  )
zypp::DEFINE_PTR_TYPE ( KeyRing  )
template<typename KVMapOpts >
std::ostream& zypp::operator<< ( std::ostream &  str,
const KVMap< KVMapOpts > &  obj 
)

Definition at line 201 of file KVMap.h.

template<typename TPredicate >
void zypp::remove_if ( LockSet &  lockset_r,
TPredicate  pred_r 
)

Definition at line 46 of file Locks.cc.

template<class TOutputIterator >
static void zypp::scanProductsFile ( const Pathname &  file_r,
TOutputIterator  result 
)
static

FIXME: add a comment here...

Definition at line 58 of file MediaProducts.h.

template<class TOutputIterator >
void zypp::productsInMedia ( const Url &  url_r,
TOutputIterator  result 
)

Available products in a url location.

Parameters
url_rurl to inspect
resultoutput iterator where MediaProductEntry items will be inserted.
Exceptions
MediaExceptionIf accessng the media fails

Definition at line 88 of file MediaProducts.h.

void zypp::productsInMedia ( const Url &  url_r,
MediaProductSet &  set 
)

Available products in a url location.

Parameters
url_rurl to inspect
setef MediaProductEntry set where items will be inserted.
Exceptions
MediaExceptionIf accessng the media fails

Definition at line 116 of file MediaProducts.h.

zypp::IMPL_PTR_TYPE ( MediaSetAccess  )
zypp::DEFINE_PTR_TYPE ( MediaSetAccess  )
zypp::ZYPP_DECLARE_OPERATORS_FOR_FLAGS ( MediaSetAccess::ProvideFileOptions  )
std::ostream& zypp::operator<< ( std::ostream &  str,
const CheckAccessDeleted &  obj 
)
related

Definition at line 317 of file CheckAccessDeleted.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const CheckAccessDeleted::ProcInfo &  obj 
)
related

Definition at line 329 of file CheckAccessDeleted.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const OnMediaLocation &  obj 
)
related

Definition at line 28 of file OnMediaLocation.cc.

zypp::IMPL_PTR_TYPE ( Package  )
zypp::IMPL_PTR_TYPE ( Patch  )
std::string zypp::asString ( const Patch::Category &  obj)

Definition at line 117 of file Patch.cc.

std::string zypp::asString ( const Patch::SeverityFlag &  obj)

Definition at line 189 of file Patch.cc.

std::string zypp::asString ( const Patch::InteractiveFlag &  obj)

Definition at line 259 of file Patch.cc.

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  )
std::ostream& zypp::operator<< ( std::ostream &  str,
const PluginExecutor &  obj 
)
related

Definition at line 176 of file PluginExecutor.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const PluginFrame &  obj 
)
related

Definition at line 333 of file PluginFrame.cc.

bool zypp::operator== ( const PluginFrame &  lhs,
const PluginFrame &  rhs 
)
related

Definition at line 336 of file PluginFrame.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const PluginScript &  obj 
)
related

Definition at line 512 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.

std::ostream& zypp::operator<< ( std::ostream &  str,
const PoolItem &  obj 
)
related

Definition at line 220 of file PoolItem.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const PoolItemBest &  obj 
)
related

Definition at line 97 of file PoolItemBest.cc.

ostream& zypp::operator<< ( ostream &  str,
const PoolQuery &  obj 
)

Definition at line 1418 of file PoolQuery.cc.

std::ostream& zypp::dumpOn ( std::ostream &  str,
const PoolQuery &  obj 
)
related

Definition at line 1421 of file PoolQuery.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const PoolQueryResult &  obj 
)
related

Definition at line 28 of file PoolQueryResult.cc.

template<class OutputIterator >
void zypp::readPoolQueriesFromFile ( const zypp::filesystem::Pathname file,
OutputIterator  out 
)

sends to output iterator all queries readed from file.

list<PoolQuery> s;
insert_iterator<list<PoolQuery> > ii(s, s.end());
readPoolQueriesFromStream(f,ii);

Definition at line 36 of file PoolQueryUtil.tcc.

template<class InputIterator >
void zypp::writePoolQueriesToFile ( const zypp::filesystem::Pathname file,
InputIterator  begin,
InputIterator  end 
)

Writes all queries from begin to end.

Definition at line 61 of file PoolQueryUtil.tcc.

zypp::IMPL_PTR_TYPE ( ProblemSolution  )
std::ostream& zypp::operator<< ( std::ostream &  os,
const ProblemSolution &  obj 
)
related

Definition at line 128 of file ProblemSolution.cc.

std::ostream& zypp::operator<< ( std::ostream &  os,
const ProblemSolutionList &  obj 
)
related

Definition at line 138 of file ProblemSolution.cc.

zypp::DEFINE_PTR_TYPE ( Resolver  )
zypp::DEFINE_PTR_TYPE ( ProblemSolution  )
zypp::DEFINE_PTR_TYPE ( ResolverProblem  )
zypp::IMPL_PTR_TYPE ( Product  )
std::ostream& zypp::operator<< ( std::ostream &  str,
const Product::UrlList &  obj 
)
related

Definition at line 290 of file Product.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const ProgressData &  obj 
)
related

Definition at line 99 of file ProgressData.cc.

ProgressData zypp::makeProgressData ( const InputStream &  input_r)
related

Definition at line 117 of file ProgressData.cc.

std::ostream& zypp::dumpOn ( std::ostream &  str,
const PublicKeyData &  obj 
)
related

Definition at line 270 of file PublicKey.cc.

bool zypp::operator== ( const PublicKeyData &  lhs,
const PublicKeyData &  rhs 
)
related

Definition at line 284 of file PublicKey.cc.

std::ostream& zypp::dumpOn ( std::ostream &  str,
const PublicKey &  obj 
)
related

Definition at line 627 of file PublicKey.cc.

template<class Tp , class TCompare >
bool zypp::overlaps ( const Range< Tp, TCompare > &  lhs,
const Range< Tp, TCompare > &  rhs 
)
inline

Definition at line 65 of file Range.h.

template<class Tp , class TCompare >
bool zypp::operator== ( const Range< Tp, TCompare > &  lhs,
const Range< Tp, TCompare > &  rhs 
)
inline

Definition at line 72 of file Range.h.

template<class Tp , class TCompare >
bool zypp::operator!= ( const Range< Tp, TCompare > &  lhs,
const Range< Tp, TCompare > &  rhs 
)
inline

Definition at line 84 of file Range.h.

std::ostream& zypp::operator<< ( std::ostream &  str,
const RepoInfo &  obj 
)
related

Definition at line 815 of file RepoInfo.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const RepoInfo::GpgCheck &  obj 
)

Definition at line 820 of file RepoInfo.cc.

std::list< RepoInfo > zypp::readRepoFile ( const Url &  repo_file)

Parses repo_file and returns a list of RepoInfo objects corresponding to repositories found within the file.

Parameters
repo_fileValid URL of the repo file.
Returns
found list<RepoInfo>
Exceptions
MediaExceptionIf the access to the url fails
ParseExceptionIf the file parsing fails
ExceptionOn other errors.
Todo:
add MediaManager::provideFile(Url file_url) to easily access any file URLs? (no need for media access id or media_nr)

Definition at line 436 of file RepoManager.cc.

std:: ostream& zypp::operator<< ( std::ostream &  str,
const RepoManagerOptions &  obj 
)

Definition at line 485 of file RepoManager.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const RepoManager &  obj 
)
related

Definition at line 2651 of file RepoManager.cc.

zypp::ZYPP_DECLARE_OPERATORS_FOR_FLAGS ( RepoManager::RefreshServiceFlags  )
std::ostream& zypp::operator<< ( std::ostream &  str,
const Repository &  obj 
)
related

Definition at line 372 of file Repository.cc.

std::ostream& zypp::dumpAsXmlOn ( std::ostream &  str,
const Repository &  obj 
)
related

Definition at line 384 of file Repository.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const RepoStatus &  obj 
)
related

Definition at line 142 of file RepoStatus.cc.

RepoStatus zypp::operator&& ( const RepoStatus &  lhs,
const RepoStatus &  rhs 
)
related

Definition at line 145 of file RepoStatus.cc.

bool zypp::operator== ( const RepoStatus &  lhs,
const RepoStatus &  rhs 
)
related

Definition at line 166 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.

sat::Solvable s;
Package::Ptr pkg( make<Package>( s ) );

Definition at line 44 of file ResObject.cc.

template<class TRes >
ResTraits<TRes>::PtrType zypp::make ( const sat::Solvable &  solvable_r)
inline

Directly create a certain kind of ResObject from sat::Solvable.

If the sat::Solvables kind is not appropriate, a NULL pointer is returned.

sat::Solvable s;
Package::Ptr pkg( make<Package>( s ) );
Todo:
make<> was a poor choice (AFAIR because gcc had some trouble with asKind<>(sat::Solvable)). Remove it in favour of asKind<>(sat::Solvable)

Definition at line 119 of file ResObject.h.

template<>
ResObject::Ptr zypp::make< ResObject > ( const sat::Solvable &  solvable_r)
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 123 of file ResObject.h.

template<class TRes >
ResTraits<TRes>::PtrType zypp::asKind ( const sat::Solvable &  solvable_r)
inline

Directly create a certain kind of ResObject from sat::Solvable.

Definition at line 128 of file ResObject.h.

template<class TRes >
ResTraits< TRes >::constPtrType zypp::asKind ( const ResObject::constPtr &  p)
inline

Definition at line 144 of file ResObject.h.

zypp::IMPL_PTR_TYPE ( Resolvable  )
template<>
bool zypp::isKind< Resolvable > ( const Resolvable::constPtr &  p)
inline

Definition at line 104 of file Resolvable.h.

template<>
bool zypp::isKind< ResObject > ( const Resolvable::constPtr &  p)
inline

Definition at line 109 of file Resolvable.h.

zypp::IMPL_PTR_TYPE ( Resolver  )
std::ostream& zypp::operator<< ( std::ostream &  str,
const Resolver &  obj 
)
related

Definition at line 167 of file Resolver.cc.

zypp::IMPL_PTR_TYPE ( ResolverProblem  )
std::ostream& zypp::operator<< ( std::ostream &  os,
const ResolverProblem &  obj 
)
related

Definition at line 129 of file ResolverProblem.cc.

std::ostream& zypp::operator<< ( std::ostream &  os,
const ResolverProblemList &  obj 
)
related

Definition at line 141 of file ResolverProblem.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const ResPool &  obj 
)
related

Definition at line 142 of file ResPool.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const ResPoolProxy &  obj 
)
related

Definition at line 329 of file ResPoolProxy.cc.

std::ostream& zypp::dumpOn ( std::ostream &  str,
const ResPoolProxy &  obj 
)
related

Definition at line 332 of file ResPoolProxy.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const ResStatus &  obj 
)
related

Definition at line 71 of file ResStatus.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
ResStatus::TransactValue  obj 
)
related

Definition at line 102 of file ResStatus.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
ResStatus::TransactByValue  obj 
)
related

Definition at line 113 of file ResStatus.cc.

template<typename TRes >
ResKind zypp::resKind ( )
inline

Convenient access to well known ResKinds.

ResKind packagekind = ResKind::package;
ResKind packagekind = resKind<Package>();

Definition at line 121 of file ResTraits.h.

template<typename TRes >
bool zypp::isKind ( const ResKind &  val_r)
inline

Convenient test for ResKinds.

ResKind value;
if ( ResKind::package == value )
if ( resKind<Package>() == value )
if ( isKind<Package>( value ) )

Definition at line 132 of file ResTraits.h.

template<typename TRes >
bool zypp::isKind ( const std::string &  val_r)
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 136 of file ResTraits.h.

template<typename TRes >
bool zypp::isKind ( const char *  val_r)
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 140 of file ResTraits.h.

template<>
sat::detail::CMap* zypp::rwcowClone< sat::detail::CMap > ( const sat::detail::CMap *  rhs)

Definition at line 30 of file Map.cc.

template<>
sat::detail::CQueue* zypp::rwcowClone< sat::detail::CQueue > ( const sat::detail::CQueue *  rhs)

Definition at line 28 of file Queue.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const ServiceInfo::RepoState &  obj 
)

Definition at line 165 of file ServiceInfo.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const ServiceInfo &  obj 
)
related

Definition at line 231 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  )
std::ostream& zypp::operator<< ( std::ostream &  str,
const Target::DistributionLabel &  obj 
)
related

Definition at line 48 of file Target.cc.

zypp::DEFINE_PTR_TYPE ( Target  )
Pathname zypp::myTmpDir ( )

Global access to the zypp.TMPDIR (created on demand, deleted when libzypp is unloaded)

Definition at line 223 of file ZYppImpl.cc.

std::string zypp::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() 
)
inline

Definition at line 44 of file TriBool.h.

std::ostream & zypp::operator<< ( std::ostream &  str,
const Url &  url 
)

Definition at line 854 of file Url.cc.

bool zypp::operator< ( const Url &  lhs,
const Url &  rhs 
)

needed for std::set

Definition at line 859 of file Url.cc.

bool zypp::operator== ( const Url &  lhs,
const Url &  rhs 
)

needed for find

Definition at line 864 of file Url.cc.

bool zypp::operator!= ( const Url &  lhs,
const Url &  rhs 
)

Definition at line 869 of file Url.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const VendorAttr &   
)
related

Definition at line 297 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 34 of file VendorSupportOptions.cc.

zypp::ZYPP_DECLARE_FLAGS ( VendorSupportOptions  ,
VendorSupportOption   
)
void zypp::reconfigureZConfig ( const Pathname override_r)

Definition at line 769 of file ZConfig.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const ZYpp &  obj 
)

Definition at line 33 of file ZYpp.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const ZYppCommitPolicy &  obj 
)
related

Definition at line 112 of file ZYppCommitPolicy.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const ZYppCommitResult &  obj 
)
related

Definition at line 97 of file ZYppCommitResult.cc.

std::ostream& zypp::operator<< ( std::ostream &  str,
const ZYppFactory &  obj 
)
related

Definition at line 421 of file ZYppFactory.cc.

Variable Documentation

const Arch zypp::Arch_empty(IdString::Empty)
related
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.