libzypp 17.37.17
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
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
Easy-to use interface to the ZYPP dependency resolver.
#define ZYPP_DECLARE_FLAGS_AND_OPERATORS(Name, Enum)
Definition Flags.h:189