| libzypp 17.37.14
    | 
| Namespaces | |
| namespace | selfilter | 
| Classes | |
| struct | asSelectable | 
| Solvable to Selectable transform functor.  More... | |
| class | Selectable | 
| Collects PoolItems of same kind and name.  More... | |
| struct | SelectableTraits | 
| class | StatusBackup | 
| Simple ResStatus backup stack.  More... | |
| struct | StatusHelper | 
| Typedefs | |
| using | PoolProxyIterator = ResPoolProxy::const_iterator | 
| Enumerations | |
| enum | Status { S_Protected , S_Taboo , S_Del , S_Update , S_Install , S_AutoDel , S_AutoUpdate , S_AutoInstall , S_KeepInstalled , S_NoInst } | 
| UI status Status values calculated by Selectable.  More... | |
| Functions | |
| IMPL_PTR_TYPE (Selectable) | |
| std::ostream & | operator<< (std::ostream &str, const Selectable &obj) | 
| std::ostream & | dumpOn (std::ostream &str, const Selectable &obj) | 
| DEFINE_PTR_TYPE (Selectable) | |
| std::string | asString (const Status &obj) | 
| static ResPoolProxy | poolProxy () | 
| template<class T> | |
| PoolProxyIterator | poolProxyBegin () | 
| template<class T> | |
| PoolProxyIterator | poolProxyEnd () | 
| static PoolProxyIterator | pkgBegin () | 
| static PoolProxyIterator | pkgEnd () | 
| static PoolProxyIterator | patchesBegin () | 
| static PoolProxyIterator | patchesEnd () | 
| template<typename T> | |
| bool | contains (const std::set< T > &container, T search) | 
| static void | addDirectlySelectedPackages (set< string > &pkgNames) | 
| template<class PkgSet_T> | |
| void | addPkgSetPackages (set< string > &pkgNames) | 
| static void | addPatchPackages (set< string > &pkgNames) | 
| set< string > | userWantedPackageNames () ZYPP_API | 
| 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: | |
| std::ostream & | operator<< (std::ostream &str, const Selectable &obj) ZYPP_API | 
| Stream output. | |
| std::ostream & | dumpOn (std::ostream &str, const Selectable &obj) ZYPP_API | 
| More verbose stream output. | |
Definition at line 37 of file UserWantedPackages.cc.
| enum zypp::ui::Status | 
UI status Status values calculated by Selectable.
| Enumerator | |
|---|---|
| S_Protected | |
| S_Taboo | |
| S_Del | |
| S_Update | |
| S_Install | |
| S_AutoDel | |
| S_AutoUpdate | |
| S_AutoInstall | |
| S_KeepInstalled | |
| S_NoInst | |
| zypp::ui::IMPL_PTR_TYPE | ( | Selectable | ) | 
| 
 | 
Definition at line 331 of file Selectable.cc.
| 
 | 
Definition at line 334 of file Selectable.cc.
| zypp::ui::DEFINE_PTR_TYPE | ( | Selectable | ) | 
| 
 | inlinestatic | 
Definition at line 39 of file UserWantedPackages.cc.
| PoolProxyIterator zypp::ui::poolProxyBegin | ( | ) | 
Definition at line 41 of file UserWantedPackages.cc.
| PoolProxyIterator zypp::ui::poolProxyEnd | ( | ) | 
Definition at line 42 of file UserWantedPackages.cc.
| 
 | inlinestatic | 
Definition at line 44 of file UserWantedPackages.cc.
| 
 | inlinestatic | 
Definition at line 45 of file UserWantedPackages.cc.
| 
 | inlinestatic | 
Definition at line 47 of file UserWantedPackages.cc.
| 
 | inlinestatic | 
Definition at line 48 of file UserWantedPackages.cc.
| bool zypp::ui::contains | ( | const std::set< T > & | container, | 
| T | search ) | 
Definition at line 50 of file UserWantedPackages.cc.
| 
 | static | 
Definition at line 78 of file UserWantedPackages.cc.
| void zypp::ui::addPkgSetPackages | ( | set< string > & | pkgNames | ) | 
| 
 | static | 
Definition at line 97 of file UserWantedPackages.cc.
| std::set< std::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 at line 64 of file UserWantedPackages.cc.