libzypp  13.10.6
ResTraits.h File Reference
#include "zypp/base/PtrTypes.h"
#include "zypp/ResKind.h"

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

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

Functions

bool zypp::traits::isPseudoInstalled (ResKind kind_r)
 Those are denoted to be installed, if the solver verifies them as being satisfied. More...
 
 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. More...
 
template<typename _Res >
bool zypp::isKind (const ResKind &val_r)
 Convenient test for ResKinds. More...
 
template<typename _Res >
bool zypp::isKind (const std::string &val_r)
 
template<typename _Res >
bool zypp::isKind (const char *val_r)