#include <iostream>#include <sstream>#include <string>#include <list>#include <set>#include "zypp/base/Logger.h"#include "zypp/base/Exception.h"#include "zypp/base/Iterator.h"#include "zypp/base/Gettext.h"#include "zypp/base/UserRequestException.h"#include "zypp/PoolItem.h"#include "zypp/Resolvable.h"#include "zypp/ResObject.h"#include "zypp/Package.h"#include "zypp/SrcPackage.h"#include "zypp/Pattern.h"#include "zypp/Selection.h"#include "zypp/Script.h"#include "zypp/Message.h"#include "zypp/Url.h"#include "zypp/CapMatchHelper.h"#include "zypp/ResFilters.h"#include "zypp/target/CommitLog.h"#include "zypp/target/TargetImpl.h"#include "zypp/target/TargetCallbackReceiver.h"#include "zypp/target/rpm/librpmDb.h"#include "zypp/target/CommitPackageCache.h"#include "zypp/pool/GetResolvablesToInsDel.h"#include "zypp/solver/detail/Helper.h"#include "zypp/repo/DeltaCandidates.h"#include "zypp/repo/PackageProvider.h"#include "zypp/repo/ScriptProvider.h"#include "zypp/repo/SrcPackageProvider.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::target |
Classes | |
| struct | zypp::target::QueryInstalledEditionHelper |
| Helper for PackageProvider queries during commit. More... | |
| struct | zypp::target::RepoProvidePackage |
Functions | |
| void | zypp::target::ExecuteScriptHelper (repo::RepoMediaAccess &access_r, Script::constPtr script_r, bool do_r) |
| void | zypp::target::ExecuteDoScript (repo::RepoMediaAccess &access_r, const Script::constPtr &script_r) |
| void | zypp::target::ExecuteUndoScript (repo::RepoMediaAccess &access_r, const Script::constPtr &script_r) |
| void | zypp::target::obsoleteMatchesFromStorage (storage::PersistentStorage &storage_r, const ResPool &pool_r, const PoolItem &byPoolitem_r) |
| Helper processing non-Package obsoletes. | |
| zypp::target::IMPL_PTR_TYPE (TargetImpl) | |
Definition in file TargetImpl.cc.
Definition at line 178 of file TargetImpl.cc.
| const PoolItem _byPoolitem |
Definition at line 179 of file TargetImpl.cc.
1.5.3