libzypp  17.38.7
restraits.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
9 // Automatically generated wrapper for zypp/ResTraits.h
10 // Source Namespace: zypp -> Target Namespace: zyppng
11 #ifndef RESTRAITS_H_ZYPPNG_WRAPPER_H
12 #define RESTRAITS_H_ZYPPNG_WRAPPER_H
13 
14 #include <zypp/ResTraits.h>
15 
16 namespace zyppng
17 {
18 
19  namespace traits {
21  } // namespace traits
22 
23  using ::zypp::Resolvable;
24  using ::zypp::ResObject;
25  using ::zypp::Package;
26  using ::zypp::SrcPackage;
27  using ::zypp::Pattern;
28  using ::zypp::Product;
29  using ::zypp::Patch;
30  using ::zypp::Application;
31  using ::zypp::PoolItem;
32  using ::zypp::ResTraits;
35 } // namespace zyppng
36 #endif // RESTRAITS_H_ZYPPNG_WRAPPER_H
bool isKind(const Resolvable::constPtr &p)
Test whether a Resolvable::Ptr is of a certain Kind.
Definition: Resolvable.h:99
ResKind resKind()
Convenient access to well known ResKinds.
Definition: ResTraits.h:129
bool isPseudoInstalled(const ResKind &kind_r)
Those are denoted to be installed, if the solver verifies them as being satisfied.
Definition: ResTraits.h:28