libzypp
13.10.6
|
Namespaces | |
selfilter | |
Classes | |
class | Selectable |
Collects PoolItems of same kind and name. More... | |
struct | asSelectable |
Solvable to Selectable transform functor. More... | |
class | StatusBackup |
Simple ResStatus backup stack. More... | |
struct | StatusHelper |
struct | SelectableTraits |
Typedefs | |
typedef ResPoolProxy::const_iterator | PoolProxyIterator |
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) |
Template to handle Patterns. More... | |
static void | addPatternPackages (set< string > &pkgNames) |
static void | addPatchPackages (set< string > &pkgNames) |
set< string > | 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: More... | |
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 | ) |
|
related |
Definition at line 288 of file Selectable.cc.
|
related |
Definition at line 291 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 50 of file UserWantedPackages.cc.
|
inlinestatic |
Definition at line 51 of file UserWantedPackages.cc.
bool zypp::ui::contains | ( | const std::set< T > & | container, |
T | search | ||
) |
Definition at line 53 of file UserWantedPackages.cc.
|
static |
Definition at line 83 of file UserWantedPackages.cc.
void zypp::ui::addPkgSetPackages | ( | set< string > & | pkgNames | ) |
Template to handle Patterns.
Definition at line 112 of file UserWantedPackages.cc.
|
static |
Definition at line 103 of file UserWantedPackages.cc.
|
static |
Definition at line 138 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 68 of file UserWantedPackages.cc.