#include <iostream>
#include "zypp/base/Logger.h"
#include "zypp/ui/UserWantedPackages.h"
#include "zypp/base/PtrTypes.h"
#include "zypp/ui/Selectable.h"
#include "zypp/ResObject.h"
#include "zypp/Package.h"
#include "zypp/Selection.h"
#include "zypp/Pattern.h"
#include "zypp/Language.h"
#include "zypp/Patch.h"
#include "zypp/ZYppFactory.h"
#include "zypp/ResPoolProxy.h"
Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::ui |
Typedefs | |
| typedef ResPoolProxy::const_iterator | zypp::ui::PoolProxyIterator |
Functions | |
| static ResPoolProxy | zypp::ui::poolProxy () |
| template<class T> | |
| PoolProxyIterator | zypp::ui::poolProxyBegin () |
| template<class T> | |
| PoolProxyIterator | zypp::ui::poolProxyEnd () |
| static PoolProxyIterator | zypp::ui::pkgBegin () |
| static PoolProxyIterator | zypp::ui::pkgEnd () |
| static PoolProxyIterator | zypp::ui::langBegin () |
| static PoolProxyIterator | zypp::ui::langEnd () |
| static PoolProxyIterator | zypp::ui::patchesBegin () |
| static PoolProxyIterator | zypp::ui::patchesEnd () |
| template<typename T> | |
| bool | zypp::ui::contains (const std::set< T > &container, T search) |
| static void | zypp::ui::addDirectlySelectedPackages (set< string > &pkgNames) |
| template<class PkgSet_T> | |
| void | zypp::ui::addPkgSetPackages (set< string > &pkgNames) |
| Template to handle Selections and Patterns. | |
| static void | zypp::ui::addSelectionPackages (set< string > &pkgNames) |
| static void | zypp::ui::addPatternPackages (set< string > &pkgNames) |
| static void | zypp::ui::addLanguagePackages (set< string > &pkgNames) |
| static void | zypp::ui::addPatchPackages (set< string > &pkgNames) |
| set< string > | zypp::ui::userWantedPackageNames () |
| This returns a set of package names the user explicitly wanted to transact ( to install, to update, or to delete) for any of the following reasons:. | |
Definition in file UserWantedPackages.cc.
1.5.3