libzypp 17.31.23
RpmFlags.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
12#ifndef ZYPP_TARGET_RPM_RPMFLAGS_H
13#define ZYPP_TARGET_RPM_RPMFLAGS_H
14
15#include <iosfwd>
16
17#include <zypp/base/Flags.h>
18
20namespace zypp
21{
23 namespace target
24 {
26 namespace rpm
27 {
28
38 {
39 RPMINST_NONE = 0x0000,
42 RPMINST_FORCE = 0x0004,
49 RPMINST_TEST = 0x0200,
54 };
55
58
60 } // namespace rpm
63 } // namespace target
66} // namespace zypp
68#endif // ZYPP_TARGET_RPM_RPMFLAGS_H
RpmInstFlag
Bits representing rpm installation options.
Definition: RpmFlags.h:38
@ RPMINST_ALLOWUNTRUSTED
Definition: RpmFlags.h:53
@ RPMINST_ALLOWDOWNGRADE
Definition: RpmFlags.h:51
Easy-to use interface to the ZYPP dependency resolver.
Definition: CodePitfalls.doc:2
#define ZYPP_DECLARE_FLAGS_AND_OPERATORS(Name, Enum)
Definition: Flags.h:189