libzypp 17.38.6
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
16namespace 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;
33 using ::zypp::resKind;
34 using ::zypp::isKind;
35} // namespace zyppng
36#endif // RESTRAITS_H_ZYPPNG_WRAPPER_H
Class representing an application (appdata.xml).
Definition Application.h:28
Package interface.
Definition Package.h:34
Class representing a patch.
Definition Patch.h:38
Pattern interface.
Definition Pattern.h:32
Combining sat::Solvable and ResStatus.
Definition PoolItem.h:51
Product interface.
Definition Product.h:34
Base for resolvable objects.
Definition ResObject.h:38
Base for resolvable objects.
Definition Resolvable.h:51
SrcPackage interface.
Definition SrcPackage.h:30
bool isPseudoInstalled(const ResKind &kind_r)
Those are denoted to be installed, if the solver verifies them as being satisfied.
Definition ResTraits.h:28
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
ResTraits.
Definition ResTraits.h:80