 boost | Boost libraries. |
  logic | |
 iobind | |
  parser | |
   xml_escape_parser | |
 std | |
  tr1 | |
   hash< ::zypp::Locale > | |
 str | String related utilities and Regular expression matching |
 zypp | Easy-to use interface to the ZYPP dependency resolver |
  sat | Libsolv interface |
   detail | |
    PoolImpl | |
    PoolMember | Backlink to the associated PoolImpl |
    DIWrap | Wrapper around sat ::_Dataiterator |
    SolvableIterator | |
    Transaction_iterator | Transaction iterator |
    Transaction_const_iterator | Transaction const_iterator |
    WhatProvidesIterator | WhatProvides iterator |
   @383 | |
   @392 | |
   solvitermixin_detail | |
    UnifyByIdent | Unify by ident (kind:name) |
   @402 | |
   @404 | |
   LocaleSupport | Convenience methods to manage support for a specific Locale |
   LookupAttr | Lightweight attribute value lookup |
    Impl | LookupAttr implememtation |
    iterator | Result iterator |
    transformIterator | TransformIterator returning an iterator value of type _ResultT |
   LookupRepoAttr | Lightweight repository attribute value lookup |
   ArrayAttr | LookupAttr::transformIterator based container to retrieve list attributes |
   Map | Libsolv (bit)Map wrapper |
   Pool | Global sat-pool |
   Queue | Libsolv Id queue wrapper |
   Solvable | A Solvable object within the sat Pool |
    SplitIdent | Helper that splits an identifier into kind and name or vice versa |
   asSolvable | To Solvable transform functor |
   SolvableSet | Solvable set wrapper to allow adding additioanal convenience iterators |
   SolvAttr | Solvable attribute keys |
   SolvIterMixin | Base class providing common iterator types based on a Solvable iterator |
   Transaction | Libsolv transaction wrapper |
    Default | Ctor arg type |
    FilterAction | |
    Impl | Transaction implementation |
     PostMortem | |
    Step | A single step within a Transaction |
   WhatObsoletes | Container of installed Solvable which would be obsoleted by the Solvable passed to the ctor |
   WhatProvides | Container of Solvable providing a Capability (read only) |
    Impl | WhatProvides implementation date |
  @16 | |
  functor | |
   functor_detail | An unary functor forwarding to some other _Functor & |
    FunctorRef0 | |
    FunctorRef1 | |
    FunctorRef2 | |
    nil | |
   _Collector | Functor feeding values to an output_iterator |
   FunctorRef | A binary FunctorRef |
   FunctorRef< _Functor, res_type, arg1_type > | A unary FunctorRef |
   FunctorRef< _Functor, res_type > | A nullary FunctorRef |
   Constant | |
   True | Logical functor always true |
   False | Logical functor always false |
   Not | Logical functor inverting _Condition |
   Or | Logical functor chaining _ACondition OR _BCondition |
   Chain | Logical functor chaining _ACondition AND _BCondition |
   GetFirst | Strore the 1st result found in the variable passed to the ctor |
   GetLast | Strore the last result found in the variable passed to the ctor |
   GetAll | Store all results found to some output_iterator |
  debug | |
   TraceCADBase | Base for a simple tracer |
   TraceCAD | A simple tracer for (copy) Construction, Assignment, and Destruction |
   Tm | Times measured by Measure |
   Measure | Tool to measure elapsed real and process times |
    Impl | Measure implementation |
  exception_detail | |
   CodeLocation | Keep FILE, FUNCTION and LINE |
  externalprogram | |
   ExternalDataSource | Bidirectional stream to external data |
  base | |
   logger | |
    Loglinebuf | |
    Loglinestream | |
    LogControlImpl | LogControl implementation (Singleton) |
   safebool_detail | |
    SafeBoolBase | |
   sysconfig | |
   Fd | Assert close called on open filedescriptor |
   Flags | A type-safe way of storing OR-combinations of enum values (like QTs QFlags) |
   ZYppLockedException | |
   InterProcessMutex | Inter process scoped lock implementation |
    Options | Options to alter the mutex behavor |
   LogControl | Maintain logfile related options |
    LineFormater | If you want to format loglines by yourself, derive from this, and overload format |
    TmpExcessive | Turn on excessive logging for the lifetime of this object |
    TmpLineWriter | Exchange LineWriter for the lifetime of this object |
   ProfilingFormater | |
   ProvideNumericId | Base class for objects providing a numeric Id |
   ReferenceCounted | Base class for reference counted objects |
   SafeBool | Validate objects in a boolean context without harmful side effects |
   Unit | Simple handling of Units |
  gettext | |
  gzstream_detail | |
   ZlibError | Helper class to ship zlib errors |
   fgzstreambuf | Streambuffer reading or writing gzip files |
   fXstream | Common template to define ifgzstream/ofgzstream reading/writing gzip files |
  @40 | |
  iostr | Iostream related utilities |
   EachLine | Simple lineparser: Traverse each line in a file |
  log | |
   LineWriter | If you want to log the (formated) loglines by yourself, derive from this, and overload writeOut |
   StreamLineWriter | Base class for ostream based LineWriter |
   StdoutLineWriter | LineWriter to stdout |
   StderrLineWriter | LineWriter to stderr |
   FileLineWriter | LineWriter to file |
  _logtoolsdetail | |
   MapEntry | Std::pair wrapper for std::map output |
   DumpMap | Std::map wrapper for stream output |
    Transformer | |
   DumpKeys | Std::map wrapper for stream output of keys |
   DumpValues | Std::map wrapper for stream output of values |
  detail | |
   Dump | |
   PoolQueryMatcher | Store PoolQuery settings and assist PoolQueryIterator |
   PoolQueryIterator | PoolQuery iterator as returned by PoolQuery::begin |
   RepositoryIterator | |
   ByRepository | Functor filtering Solvable by Repository |
   DumpFilter | |
  rw_pointer | Don't forgett to provide versions for _Ptr and _constPtr, esp |
   Shared | |
   Intrusive | |
   Scoped | |
  str | String related utilities and Regular expression matching |
   @68 | |
   regex | Regular expression |
   smatch | Regular expression match result |
   SafeBuf | Assert free called for allocated char * |
   Str | Convenient building of std::string via std::ostream::operator<< |
  bit | |
   bit_detail | |
    Gen1Bits | Generate constants with _size trailing '1'-bits |
    Gen1Bits< _IntT, 0 > | Specialization for _length 0 |
   MaxBits | Number of bits available in _IntT |
   Mask | A bitmaks of _size 1-bits starting at bit _begin |
   Range | Range of bits starting at bit _begin with length _size |
   Range< _IntT, _begin, 0 > | Range specialisation for (illegal) zero _size |
   RangeValue | A value with in a Range |
   RangeBit | A single 1-bit within a Range |
   BitField | An integral type used as BitField |
  HACK | |
   Callback | |
  callback | Callbacks light |
   ReportBase | |
   ReceiveReport | |
   DistributeReport | |
   SendReport | |
   TempConnect | Temporarily connect a ReceiveReport then restore the previous one |
  @86 | |
  @94 | |
  @96 | |
  @98 | |
  @104 | |
  @108 | |
  _ExternalProgram | |
   EarlyPipe | Helper providing pipe FDs for ExternalProgramWithStderr |
  filter | |
   ByLocaleSupport | Filter solvables according to their locale support |
   ByKind | Filter solvables according to their kind |
   ByStatus | Filter solvables according to their status |
   SameItemAs | Filter items with at least same NVRA, vendor |
  filesystem | Types and functions for filesystem operations |
   Glob | Find pathnames matching a pattern |
    const_iterator | Iterate NULL terminated char* array |
   StatMode | Wrapper class for mode_t values as derived from ::stat |
   DevInoCache | Simple cache remembering device/inode to detect hardlinks |
   PathInfo | Wrapper class for ::stat/::lstat |
   DirEntry | Listentry returned by readdir |
   Pathname | Pathname |
   TmpPath | Automaticaly deletes files or directories when no longer needed |
    Impl | Clean or delete a directory on destruction |
   TmpFile | Provide a new empty temporary file and delete it when no longer needed |
   TmpDir | Provide a new empty temporary directory and recursively delete it when no longer needed |
  @119 | |
  @129 | |
  target | |
   rpm | |
    @469 | |
    KeyRingSignals | Internal connection to rpm database |
    HeaderEntryGetter | Helper for header data retieval |
    BinHeader | |
     intList | |
     stringList | |
    librpmDb | Manage access to librpm database |
     D | LibrpmDb internal database handle |
     db_const_iterator | Subclass to retrieve database content |
      D | |
     DbDirInfo | Collect info about what kind of rpmdb seems to be present by looking at paths and filenames |
    RpmRemoveReport | |
    RpmInstallReport | |
    KeyRingSignalReceiver | |
    RpmDb | Interface to the rpm program |
    RpmException | Just inherits Exception to separate media exceptions |
    GlobalRpmInitException | |
    RpmInvalidRootException | |
    RpmAccessBlockedException | |
    RpmSubprocessException | |
    RpmInitException | |
    RpmDbOpenException | |
    RpmDbAlreadyOpenException | |
    RpmDbNotOpenException | |
    RpmDbConvertException | |
    RpmNullDatabaseException | |
    FileInfo | |
    RpmHeader | Wrapper class for rpm header struct |
    InstallResolvableReport | |
    RemoveResolvableReport | |
    RebuildDBReport | |
    ConvertDBReport | |
   hal | |
    @452 | |
    HalContext_Impl | |
    HalDrive_Impl | |
    HalVolume_Impl | |
    HalContext | }@ |
    HalDrive | Hardware abstaction layer storage drive object |
    HalVolume | Hardware abstaction layer storage volume object |
    HalException | Hardware abstaction layer exception |
    NoHalException | Exception thrown if we were built without hal support (-DNO_HAL) |
   @457 | |
   @482 | |
   CommitPackageCache | Target::commit helper optimizing package provision |
    Impl | Base for CommitPackageCache implementations (implements no chache) |
   IMediaKey | Helper storing a source id and media number |
   CommitPackageCacheReadAhead | |
   HardLocksFile | Save and restore hardlocks |
   modalias_list | |
   Modalias | Hardware abstaction layer singleton |
    Impl | Modalias implementation |
   RequestedLocalesFile | Save and restore locale set from file |
   SoftLocksFile | Save and restore soft locks |
   RpmInstallPackageReceiver | |
   RpmRemovePackageReceiver | |
   TargetException | Just inherits Exception to separate target exceptions |
   TargetAbortedException | |
   CommitPlugins | Helper for commit plugin execution |
   QueryInstalledEditionHelper | Helper for PackageProvider queries during commit |
   RepoProvidePackage | Let the Source provide the package |
   TargetImpl | Base class for concrete Target implementations |
   PatchMessageReport | Request to display the pre commit message of a patch |
   PatchScriptReport | Indicate execution of a patch script |
  kvmap | |
   KVMapPolicy | KVMapPolicy for conversion of KVMaps to/from string |
   KVMapBase | Base class for KVMaps, (key,value) pairs |
    CharSep | KVMapPolicy for KVMaps using a single char as separator (e.g |
  @132 | |
  media | |
   @151 | |
   @155 | |
   @167 | |
   @175 | |
   CredentialFileReader | |
   CredManagerOptions | |
   AuthDataComparator | |
   CredentialManager | |
    Impl | |
   CurlConfig | Structure holding values of curlrc options |
   MediaAccess | Handle access to a medium |
    FileProvider | Helper class that provides file on construction and cleans up on destruction |
   MediaAria2c | Implementation class for FTP, HTTP and HTTPS MediaHandler using an external program (aria2c) to retrive files |
    Callbacks | |
   MediaBlock | Single block from the blocklist, consisting of an offset and a size |
   MediaBlockList | |
   MediaCD | Implementation class for CD/DVD MediaHandler |
   MediaCIFS | Implementation class for CIFS MediaHandler |
   MediaCurl | Implementation class for FTP, HTTP and HTTPS MediaHandler |
    Callbacks | |
   MediaDIR | Implementation class for DIR MediaHandler |
   MediaDISK | Implementation class for DISK MediaHandler |
   MediaException | Just inherits Exception to separate media exceptions |
   MediaMountException | |
   MediaUnmountException | |
   MediaBadFilenameException | |
   MediaNotOpenException | |
   MediaFileNotFoundException | |
   MediaWriteException | |
   MediaNotAttachedException | |
   MediaBadAttachPointException | |
   MediaCurlInitException | |
   MediaMetalinkInitException | |
   MediaAria2cInitException | |
   MediaSystemException | |
   MediaNotAFileException | |
   MediaNotADirException | |
   MediaBadUrlException | |
   MediaBadUrlEmptyHostException | |
   MediaBadUrlEmptyFilesystemException | |
   MediaBadUrlEmptyDestinationException | |
   MediaUnsupportedUrlSchemeException | |
   MediaNotSupportedException | |
   MediaCurlException | |
   MediaCurlSetOptException | |
   MediaMetalinkException | |
   MediaMetalinkSetOptException | |
   MediaAria2cException | |
   MediaAria2cSetOptException | |
   MediaNotDesiredException | |
   MediaIsSharedException | |
   MediaNotEjectedException | |
   MediaUnauthorizedException | |
   MediaForbiddenException | |
   MediaTimeoutException | |
   MediaTemporaryProblemException | For HTTP 503 and similar |
   MediaBadCAException | |
   MediaNoLoopDeviceException | Thrown if /sbin/losetup fails to find an unused loop device for mounting an .iso image |
   MediaHandler | Abstract base class for 'physical' MediaHandler like MediaCD, etc |
   MediaISO | Implementation class for ISO MediaHandler |
   MediaManager_Impl | |
   MediaVerifierBase | Interface to implement a media verifier |
   NoVerifier | Dummy default media verifier, which is always happy |
   MediaManager | Manages access to the 'physical' media, e.g CDROM drives, Disk volumes, directory trees, etc, using Media Access Url's |
   multifetchworker | |
   multifetchrequest | |
   MediaMultiCurl | |
   MediaNFS | Implementation class for NFS MediaHandler |
   MediaPlugin | Implementation class for plugin MediaHandler |
   MediaPriority | Derive a numeric priority from Url scheme according to zypp.conf(download.media_preference) |
   MediaSource | Media source internally used by MediaManager and MediaHandler |
   AttachPoint | Attach point of a media source |
   AttachedMedia | A simple structure containing references to a media source and its attach point |
   AuthData | Class for handling media authentication data |
   CurlAuthData | Curl HTTP authentication data |
   stateswitch | |
   ml_url | |
   ml_parsedata | |
   MetaLinkParser | |
   MountEntry | A "struct mntent" like mount entry structure, but using std::strings |
   Mount | Interface to the mount program |
   TmpUnsetEnv | |
   ProxyInfoLibproxy | |
   ProxyInfoSysconfig | |
   ProxyInfo | |
    Impl | |
   TransferSettings | Holds transfer setting |
    Impl | |
   UrlResolverPlugin | |
    Impl | UrlResolverPlugin implementation |
   ZsyncParser | |
   MediaChangeReport | |
   DownloadProgressReport | |
   AuthenticationReport | |
  @203 | |
  misc | |
  parser | |
   plaindir | |
   susetags | |
    ContentFileReader | Parse repoindex part from a content file |
     Impl | ContentFileReader implementation |
    RepoIndex | Repository content data (from /content file) |
   ws | |
    WebpinResultFileReader | Read packages and repository search result data from from webpin web search results |
     Impl | |
   yum | |
    PatchesFileReader | Iterates through a patches.xml file giving on each iteration a OnMediaLocation object with the resource and its patch id |
     Impl | |
    RepomdFileReader | Reads through a repomd.xml file and collects type, location, checksum and other data about metadata files to be processed |
     Impl | |
   HistoryLogReader | Reads a zypp history log file and calls the ProcessItem function passed in the constructor for each item read |
    Impl | |
   IniDict | Parses a INI file and offers its structure as a dictionary |
   IniParser | Basic SUSEtags parser |
   ParseException | |
   ParserProgress | |
   ProductNode | |
   ProductFileData | Data returned by ProductFileReader |
    Impl | |
    Upgrade | |
     Impl | |
   ProductFileReader | Parser for /etc/products.d enries (just relevant entires) |
   RepoFileReader | Read repository data from a .repo file |
   RepoindexFileReader | Reads through a repoindex.xml file and collects repositories |
    Impl | |
   ServiceFileReader | Read service data from a .service file |
    Impl | |
  xml | |
   parse_def_assign | parseDefAssign exposed details |
    Assigner< void > | Common interface to all Assigner types |
    Assigner | Assigner assigns text to types constructible from char* |
    Consumer | ParseDef consumer assigning Node text and attribues values to variables |
    Builder | Helper class to build a Consumer |
   @250 | |
   Node | XmlTextReader based interface to Reader's current node |
   ParseDefImplConsume | |
   ParseDef | Define a xml node structure to parse |
    Impl | ParseDef implementation |
   ParseDefConsume | Base class for ParseDef consumer |
   ParseDefConsumeRedirect | ParseDef consumer redirecting all events to another consumer |
   ParseDefConsumeCallback | ParseDef consumer that invokes callbacks |
   ParseDefException | Common base class for ParseDef exceptions |
   ParseDefBuildException | Exceptions when building a ParseDef tree |
   ParseDefValidateException | Parse exceptions related to the documents node structure |
   ParseDefDataException | Parse exceptions related to the nodes content |
   ParseDefTraits | |
   Validate | XmlTextReader document validation |
   Reader | XmlTextReader based interface to iterate xml streams |
   XmlString | xmlChar * wrapper |
    Deleter | Shared_ptr custom deleter calling xmlFree |
  @266 | |
  @272 | |
  pool | |
   ByIdent | Main filter selecting PoolItems by name and kind |
   GetResolvablesToInsDel | Collect transacting items and sort according to prereqs and media access |
   PoolImpl | |
   PoolStats | Functor counting ResObjects per Kind |
   ByPoolItem | Pool internal filter skiping invalid/unwanted PoolItems |
   P_Select2nd | In CXX0X std::_Select2nd does no longer derive from std::unary_function |
   PoolTraits | |
  resstatus | |
   UserLockQueryManip | Manipulator for ResStatus::UserLockQueryField |
   StatusBackup | |
  @280 | |
  @288 | |
  @296 | |
  @300 | |
  range_detail | |
  @306 | |
  applydeltarpm | Namespace wrapping invocations of /usr/bin/applydeltarpm |
  repo | |
   @319 | |
   @330 | |
   @334 | |
   @340 | |
   susetags | |
    Downloader | Downloader for SUSETags (YaST2) repositories Encapsulates all the knowledge of which files have to be downloaded to the local disk |
   yum | |
    Downloader | Downloader for YUM (rpm-nmd) repositories Encapsulates all the knowledge of which files have to be downloaded to the local disk |
    ResourceType | |
   DeltaCandidates | Candidate delta and patches for a package |
    Impl | DeltaCandidates implementation |
   Downloader | Downloader base class |
   PackageProviderPolicy | |
   PackageProvider | Provide a package from a Source |
   PluginServices | |
    Impl | |
   RepoException | Exception for repository handling |
   RepoNotCachedException | The repository cache is not built yet so you can't create the repostories from the cache |
   RepoNoUrlException | Thrown when it was impossible to determine one url for this repo |
   RepoNoAliasException | Thrown when it was impossible to determine an alias for this repo |
   RepoInvalidAliasException | Thrown when the repo alias is found to be invalid |
   RepoNotFoundException | Thrown when it was impossible to match a repository |
   RepoAlreadyExistsException | Repository already exists and some unique attribute can't be duplicated |
   RepoUnknownTypeException | Thrown when it was impossible to determine this repo type |
   RepoMetadataException | Thrown when it was impossible to use the raw metadata for this repo |
   ServiceException | Base Exception for service handling |
   ServiceNoAliasException | Service without alias was used in an operation |
   ServiceInvalidAliasException | Thrown when the repo alias is found to be invalid |
   ServiceAlreadyExistsException | Service already exists and some unique attribute can't be duplicated |
   ServiceNoUrlException | Service has no or invalid url defined |
   ServicePluginInformalException | Service plugin has trouble providing the metadata but this should not be treated as error |
   RepoInfoBase | Base class implementing common features of RepoInfo and ServiceInfo |
    Impl | |
   RepoMirrorList | |
   RepoMediaAccess | Provides files from different repos |
    Impl | |
   RepoType | Repository type enumeration |
   RepoVariablesStringReplacer | Functor replacing repository variables |
   RepoVariablesUrlReplacer | Functor replacing repository variables |
   RIMServiceRepos | |
   PluginServiceRepos | |
   ServiceRepos | Retrieval of repository list for a service |
    Impl | |
   ServiceType | Service type enumeration |
   SrcPackageProvider | |
   SUSEMediaVerifier | Implementation of the traditional SUSE media verifier |
   DownloadResolvableReport | |
   ProbeRepoReport | |
   RepoCreateReport | |
   RepoReport | |
  packagedelta | |
   DeltaRpm | |
    BaseVersion | |
  @352 | |
  resfilter | |
   ByName | Select ResObject by name |
   ByRepository | Select ResObject by repository or repository alias |
   ByEdition | Select ResObject by Edition using _Compare functor |
   ByArch | Select ResObject by Arch using _Compare functor |
   ByInstalled | Select PoolItem by installed |
   ByUninstalled | Select PoolItem by uninstalled |
   ByTransact | Select PoolItem by transact |
   ByLock | Select PoolItem by lock |
   ByKeep | Select PoolItem by keep |
   ByRecommended | PoolItem which is recommended |
   BySuggested | PoolItem which is suggested |
  @372 | |
  traits | |
  ui | |
   selfilter | |
    ByKind | |
    ByName | |
    ByHasInstalledObj | |
    ByHasCandidateObj | |
    ByStatus | |
   Selectable | Collects PoolItems of same kind and name |
    Impl | Selectable implementation |
   asSelectable | Solvable to Selectable transform functor |
   StatusBackup | Simple ResStatus backup stack |
   StatusHelper | |
   SelectableTraits | |
    AVOrder | Oder on AvailableItemSet |
    IOrder | Oder on InstalledItemSet |
  solver | |
   detail | |
    LookFor | |
    LookForUpdate | |
    LookForReinstall | |
    CheckIfBest | |
    Helper | |
    InstallOrder | Compute Installation order |
     NodeInfo | |
    ProblemSolutionCombi | Class representing one possible solution to one problem found during resolving This problem solution is a combination of different actions |
    ProblemSolutionIgnore | Class representing one possible solution to one problem found during resolving This problem solution ignores one or more items by setting his dependencies to weak |
    UndoTransact | |
    DoTransact | |
    ItemCapKind | |
    Resolver | A mid layer class we should remove |
    SATCollectTransact | |
    CheckIfUpdate | |
    CollectPseudoInstalled | |
    FindPackage | |
    SATResolver | |
    SolutionAction | Abstract base class for one action of a problem solution |
    TransactionSolutionAction | |
    InjectSolutionAction | A problem solution action that injects an artificial "provides" to the pool to satisfy open requirements or remove the conflict of concerning resolvable |
    SolverQueueItem | |
    SolverQueueItemDelete | |
    SolverQueueItemInstall | |
    SolverQueueItemInstallOneOf | |
    SolverQueueItemLock | |
    SolverQueueItemUpdate | |
    HelixResolvable | Creates a file in helix format which includes all available or installed packages,patches,selections... |
    HelixControl | Creates a file in helix format which contains all controll action of a testcase ( file is known as *-test.xml) |
    Testcase | Generating a testcase of the current pool and solver state |
  syscontent | |
   @444 | |
   Writer | Collect and serialize a set of ResObject |
    Impl | |
   Reader | Retrieve ResObject data serialized by Writer |
    Entry | Restored ResObject data |
     Impl | |
    Impl | |
  zypp_readonly_hack | |
  zypp_detail | |
   ZYppImpl | |
  thread | |
   Mutex | A recursive Mutex |
   MutexException | Exception type thrown on mutex errors |
   MutexLock | |
  url | Url details namespace |
   @504 | |
   UrlBaseData | Internal data used by UrlBase |
   ViewOption | Url::asString() view options |
   UrlBase | Generic Url base class |
   UrlException | Base class for all URL exceptions |
   UrlDecodingException | Thrown if the encoded string contains a NUL byte (%00) |
   UrlParsingException | Thrown if the url or a component can't be parsed at all |
   UrlBadComponentException | Thrown if a url component is invalid |
   UrlNotAllowedException | Thrown if scheme does not allow a component |
   UrlNotSupportedException | Thrown if a feature e.g |
  @509 | |
  @512 | |
  ws | |
   WebpinResult | Represents a result from http://api.opensuse-community.org/searchservice/Search web service |
    Impl | WebpinResult implementation |
  @518 | |
  env | |
  @531 | |
  Arch | Architecture |
   CompatEntry | Holds an architecture ID and it's compatible relation |
  ArchCompatibleWith | Functor finding compatible architectures |
  AutoDispose | Reference counted access to a _Tp object calling a custom Dispose function when the last AutoDispose handle to it is destroyed or reset |
   Impl | |
  Counter | Integral type with initial value 0 |
  DefaultIntegral | Integral type with defined initial value when default constructed |
  DtorReset | Assign a vaiable a certain value when going out of scope |
   Impl | Requires _Val being copy constructible, and assignment _Var = _Val defined |
  Errno | Convenience errno wrapper |
  Exception | Base class for Exception |
  InputStream | Helper to create and pass std::istream |
  GetPairFirst | Functor taking a std::pair returning std::pair.first |
  GetPairSecond | Functor taking a std::pair returning std::pair.second |
  MapKVIteratorTraits | Traits for std::map key and value iterators |
  NullDeleter | Shared_ptr custom deleter doing nothing |
  RW_pointer | Wrapper for const correct access via Smart pointer types |
  RWCOW_pointer | RW_pointer supporting 'copy on write' functionality |
  SerialNumber | Simple serial number provider |
  SerialNumberWatcher | Simple serial number watcher |
  SignalSaver | Exception safe signal handler save/restore |
  SigprocmaskSaver | Exception safe sigprocmask save/restore |
  C_Str | Convenience char* constructible from std::string and char* , it maps (char*)0 to an empty string |
  Match | String matching option flags as used e.g |
  MatchException | Exceptions thrown from attribute matching |
  MatchUnknownModeException | Unknown match mode |
  MatchInvalidRegexException | Invalid regular expression (failed ::regcomp) |
  StrMatcher | String matching (STRING|SUBSTRING|GLOB|REGEX) |
   Impl | StrMatcher implementation |
  UserRequestException | Base for exceptions caused by explicit user request |
  WatchFile | Remember a files attributes to detect content changes |
  ByteCount | Store and operate with byte count |
  Capabilities | Container of Capability (currently read only) |
   const_iterator | Capabilities iterator |
  Capability | A sat capability |
   Matches | matches functor |
  CapDetail | Helper providing more detailed information about a Capability |
  CapMatch | Tri state Capability match result |
  ChangelogEntry | Single entry in a change log |
  CheckSumException | |
  CheckSum | |
  CountryCode | Country codes (iso3166-1-alpha-2) |
   Impl | CountryCode implementation |
  Date | Store and operate on date (time_t) |
  DateFormatException | |
  Dep | Enumeration class of dependency types |
  DigestReport | |
  Digest | Compute Message Digests (MD5, SHA1 etc) |
   P | |
  DiskUsage | |
   Entry | Holds data about how much space will be needed per directory |
  DiskUsageCounter | |
   MountPoint | Mount point description |
  Edition | Edition represents [epoch:]version[-release] |
   Match | match functor |
  ExternalProgram | Execute a program and give access to its io An object of this class encapsulates the execution of an external program |
  ExternalProgramWithStderr | ExternalProgram extended to offer reading programs stderr |
  FetcherIndex | Class that represents indexes which add metadata to fetcher jobs and therefore need to be retrieved in advance |
  SameFetcherIndex | Std::set ordering (less semantic) |
  FetcherJob | Class to encapsulate the OnMediaLocation object and the FileChecker together |
  ContentReaderHelper | |
  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: |
   Impl | Fetcher implementation |
  FileCheckException | |
  CheckSumCheckException | |
  SignatureCheckException | |
  ChecksumFileChecker | Built in file checkers |
  SignatureFileChecker | Checks for the validity of a signature |
  NullFileChecker | Checks for nothing Used as the default checker |
  CompositeFileChecker | Checker composed of more checkers |
  HistoryLog | Simple wrapper for progress log |
  HistoryActionID | Enumeration of known history actions |
  HistoryItem | |
  HistoryItemInstall | |
  HistoryItemRemove | |
  HistoryItemRepoAdd | |
  HistoryItemRepoRemove | |
  HistoryItemRepoAliasChange | |
  HistoryItemRepoUrlChange | |
  IdString | Access to the sat-pools string space |
  IdStringType | Base class for creating IdString based types |
  InstanceId | Build string to identify/retrieve a specific Solvable |
  KeyContext | |
  KeyRingReport | Callbacks from signature verification workflow |
  KeyRingSignals | |
  KeyRingException | |
  KeyRing | Gpg key handling |
   Impl | KeyRing implementation |
  KVMap | A map of (key,value) strings |
  LanguageCode | Language codes (iso639_2/iso639_1) |
   Impl | LanguageCode implementation |
  Locale | |
   Impl | Locale implementation |
  ApplyLock | |
  LockingOutputIterator | Iterator that takes lock, lock all solvables from query and send query to output iterator |
  LocksCleanPredicate | |
  LocksRemovePredicate | |
  Locks | Singleton class which manipulate with locks file and apply locks on pool |
   Impl | |
  MediaProductEntry | Represents an available product in media |
  ProvideFileOperation | |
  ProvideDirTreeOperation | |
  ProvideDirOperation | |
  ProvideFileExistenceOperation | |
  MediaSetAccess | Media access layer responsible for handling files distributed on a set of media with media change and abort/retry/ingore user callback handling |
  CheckAccessDeleted | Check for running processes which access deleted executables or libraries |
   ProcInfo | Data about one running process accessing deleted files |
  OnMediaLocation | Describes a path on a certain media amongs as the information required to download it, like its media number, checksum and size |
  Package | Package interface |
  PackageKeyword | Package keywords |
  Patch | Class representing a patch |
   ReferenceIterator | Query class for Patch issue references like bugzilla and security issues the patch is supposed to fix |
  Pattern | Pattern interface |
  PluginFrame | Command frame for communication with PluginScript |
   Impl | PluginFrame implementation |
  PluginFrameException | Base class for PluginFrame Exception |
  PluginScript | Interface to pluigin scripts using a Stomp inspired communication protocol |
   Impl | PluginScript implementation |
  PluginScriptException | Base class for PluginScript Exception |
  PoolItem | Reference to a PoolItem connecting ResObject and ResStatus |
   Impl | PoolItem implementation |
  asPoolItem | Solvable to PoolItem transform functor |
  PoolItemBest | Find the best candidates e.g |
   Impl | PoolItemBest implementation |
  MyInserter | |
  EmptyFilter | |
  PoolQueryAttr | All atributes in PoolQuery except SolvAtributes, which are used as is (not needed extend anything if someone adds new solv attr) |
  StringTypeAttr | |
  PoolQuery | Meta-data query API |
   Impl | |
  PoolQueryResult | Helper class to collect (not only) PoolQuery results |
  ProblemSolution | Class representing one possible solution to one problem found during resolving |
  Product | Product interface |
   UrlList | Helper to iterate a products URL lists |
  ProgressData | Maintain [min,max] and counter (value) for progress counting |
   Data | |
  CombinedProgressData | Progress callback from another progress |
  ProvideFilePolicy | Policy for provideFile |
  BadKeyException | Exception thrown when the supplied key is not a valid gpg key |
  PublicKeyData | Class representing one GPG Public Keys data |
   Impl | PublicKeyData implementation |
  PublicKeyScanner | Scan abstract from 'gpg –with-colons' key listings |
   Impl | PublicKeyScanner implementation |
  PublicKey | Class representing one GPG Public Key (PublicKeyData + ASCII armored in a tempfile) |
   Impl | PublicKey implementation |
  Range | |
  Rel | Relational operators |
  Compare | General compare functor returning -1, 0, 1 |
  CompareBy | Functor to compare two elements by Rel based on a general _Compare functor |
  CompareByEQ | |
  CompareByNE | |
  CompareByLT | |
  CompareByLE | |
  CompareByGT | |
  CompareByGE | |
  CompareByANY | |
  CompareByNONE | |
  RepoInfo | What is known about a repository |
   Impl | RepoInfo implementation |
  RepoCollector | Simple callback to collect the results |
  ServiceCollector | Functor collecting ServiceInfos into a ServiceSet |
  RepoManagerOptions | Repo manager settings |
  RepoManager | Creates and provides information about known sources |
   Impl | RepoManager implementation |
   MatchServiceAlias | Functor thats filter RepoInfo by service which it belongs to |
  Repository | |
   EraseFromPool | Functor removing Repository from it's Pool |
   ProductInfoIterator | Query class for Repository related products |
  RepoStatus | Local facts about a repository This class represents the status of a repository on the system |
   Impl | RepoStatus implementation |
  ResKind | Resolvable kinds |
  ResObject | Interface base for resolvable objects (common data) |
  Resolvable | Interface base for resolvable objects (identification and dependencies) |
  Resolver | Dependency resolver interface |
  ResolverProblem | |
  ResPool | Global ResObject pool |
  PoolItemSaver | Tem |
  ResPoolProxy | ResPool::instance().proxy(); |
   Impl | ResPoolProxy implementation |
  ResStatus | Status bitfield |
  ResTraits | ResTraits |
  ResTraits< Resolvable > | ResTraits specialisation for Resolvable |
  ResTraits< ResObject > | ResTraits specialisation for ResObject |
  ServiceInfo | |
   Impl | |
  Signature | |
  SystemCheck | Save and restore locale set from file |
  SrcPackage | SrcPackage interface |
  Target | |
   DistributionLabel | |
  Url | Url manipulation class |
  VendorAttr | Definition of vendor equivalence |
  Option | Mutable option |
  DefaultOption | Mutable option with initial value also remembering a config value |
  ZConfig | Interim helper class to collect global options and settings |
   Impl | ZConfig implementation |
  ZYpp | |
  ProgressReport | |
  ProgressReportAdaptor | |
  CleanEmptyLocksReport | Callback for cleaning locks which doesn't lock anything in pool |
  SavingLocksReport | This callback handles merging old locks with newly added or removed |
  ZYppCommitPolicy | Options and policies for ZYpp::commit |
   Impl | |
  UpdateNotificationFile | Pair of sat::Solvable and Pathname |
  ZYppCommitResult | Result returned from ZYpp::commit |
   Impl | |
  ZYppGlobalLock | Our broken global lock |
  ZYppFactoryException | |
  ZYppFactory | ZYpp factory class (Singleton) |
 _BStream | |
 binary_function | |
 exception | |
 filter_iterator | An iterator over the subset of elements of some sequence which satisfy a given predicate |
 function_output_iterator | An output iterator wrapping a unary function object; each time an element is written into the dereferenced iterator, it is passed as a parameter to the function object |
 intrusive_ptr | |
 iterator_adaptor | |
 map | |
 NonCopyable | |
 PoolItemFilterFunctor | |
 PoolItemFilterFunctor | |
 ResObjectFilterFunctor | |
 ResObjectFilterFunctor | |
 RpmInstallReport | |
 RpmRemoveReport | |
 scoped_ptr | |
 SelectableFilterFunctor | |
 shared_ptr | |
 streambuf | |
 tmsEmpty | |
 transform_iterator | An iterator over elements which are the result of applying some functional transformation to the elements of an underlying sequence |
 unary_function | |
 weak_ptr | |