|
libzypp 17.38.6
|
#include <zypp/ResTraits.h>

Go to the source code of this file.
Classes | |
| class | zyppng::Resolvable |
| Base for resolvable objects. More... | |
| class | zyppng::ResObject |
| Base for resolvable objects. More... | |
| class | zyppng::Package |
| Package interface. More... | |
| class | zyppng::SrcPackage |
| SrcPackage interface. More... | |
| class | zyppng::Pattern |
| Pattern interface. More... | |
| class | zyppng::Product |
| Product interface. More... | |
| class | zyppng::Patch |
| Class representing a patch. More... | |
| class | zyppng::Application |
| Class representing an application (appdata.xml). More... | |
| class | zyppng::PoolItem |
| Combining sat::Solvable and ResStatus. More... | |
| struct | zyppng::ResTraits< TRes > |
| ResTraits. More... | |
Namespaces | |
| namespace | zyppng |
| namespace | zyppng::traits |
Functions | |
| bool | zyppng::traits::isPseudoInstalled (const ResKind &kind_r) |
| Those are denoted to be installed, if the solver verifies them as being satisfied. | |
| template<typename TRes> | |
| ResKind | zyppng::resKind () |
| Convenient access to well known ResKinds. | |
| template<class TRes> | |
| bool | zyppng::isKind (const Resolvable::constPtr &p) |
| Test whether a Resolvable::Ptr is of a certain Kind. | |