libzypp  11.13.5
ResTraits.h File Reference
#include "zypp/base/PtrTypes.h"
#include "zypp/ResKind.h"
Include dependency graph for ResTraits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  zypp::ResTraits< _Res >
 ResTraits. More...
struct  zypp::ResTraits< Resolvable >
 ResTraits specialisation for Resolvable. More...
struct  zypp::ResTraits< ResObject >
 ResTraits specialisation for ResObject. More...

Namespaces

namespace  zypp
 Easy-to use interface to the ZYPP dependency resolver.
namespace  zypp::traits

Functions

bool zypp::traits::isPseudoInstalled (ResKind kind_r)
 Those are denoted to be installed, if the solver verifies them as being satisfied.
 zypp::DEFINE_PTR_TYPE (Resolvable)
 zypp::DEFINE_PTR_TYPE (ResObject)
 zypp::DEFINE_PTR_TYPE (Package)
 zypp::DEFINE_PTR_TYPE (SrcPackage)
 zypp::DEFINE_PTR_TYPE (Pattern)
 zypp::DEFINE_PTR_TYPE (Product)
 zypp::DEFINE_PTR_TYPE (Patch)
template<typename _Res >
ResKind zypp::resKind ()
 Convenient access to well known ResKinds.
template<typename _Res >
bool zypp::isKind (const ResKind &val_r)
 Convenient test for ResKinds.
template<typename _Res >
bool zypp::isKind (const std::string &val_r)
template<typename _Res >
bool zypp::isKind (const char *val_r)

Detailed Description

Definition in file ResTraits.h.