|
libzypp
17.35.16
|
#include <zypp/ResTraits.h>
Public Types | |
| using | KindType = ResKind |
| using | PtrType = intrusive_ptr< TRes > |
| using | constPtrType = intrusive_ptr< const TRes > |
Public Member Functions | |
| template<> | |
| const ResKind | kind (ResKind::package) |
| template<> | |
| const ResKind | kind (ResKind::patch) |
| template<> | |
| const ResKind | kind (ResKind::pattern) |
| template<> | |
| const ResKind | kind (ResKind::product) |
| template<> | |
| const ResKind | kind (ResKind::srcpackage) |
| template<> | |
| const ResKind | kind (ResKind::application) |
Static Public Member Functions | |
| static bool | isPseudoInstalled () |
| Those are denoted to be installed, if the solver verifies them as being satisfied. More... | |
Static Public Attributes | |
| static const ResKind kind | ZYPP_API |
| Defined in ResKind.cc. More... | |
Defines common types and the ResKind value.
Definition at line 79 of file ResTraits.h.
| using zypp::ResTraits< TRes >::KindType = ResKind |
Definition at line 81 of file ResTraits.h.
| using zypp::ResTraits< TRes >::PtrType = intrusive_ptr<TRes> |
Definition at line 82 of file ResTraits.h.
| using zypp::ResTraits< TRes >::constPtrType = intrusive_ptr<const TRes> |
Definition at line 83 of file ResTraits.h.
|
inlinestatic |
Those are denoted to be installed, if the solver verifies them as being satisfied.
Definition at line 89 of file ResTraits.h.
| const ResKind zypp::ResTraits< Package >::kind | ( | ResKind::package | ) |
| const ResKind zypp::ResTraits< Patch >::kind | ( | ResKind::patch | ) |
| const ResKind zypp::ResTraits< Pattern >::kind | ( | ResKind::pattern | ) |
| const ResKind zypp::ResTraits< Product >::kind | ( | ResKind::product | ) |
| const ResKind zypp::ResTraits< SrcPackage >::kind | ( | ResKind::srcpackage | ) |
| const ResKind zypp::ResTraits< Application >::kind | ( | ResKind::application | ) |
|
static |
Defined in ResKind.cc.
Definition at line 85 of file ResTraits.h.