libzypp 17.38.6
arch.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
9// Automatically generated wrapper for Arch.h
10// Source Namespace: zypp -> Target Namespace: zyppng
11#ifndef ZYPPNG_ARCH_H_WRAPPER_H
12#define ZYPPNG_ARCH_H_WRAPPER_H
13
14#include <zypp/Arch.h>
15
16namespace zyppng
17{
18 using ::zypp::Arch;
19 using ::zypp::Arch_empty;
20 using ::zypp::Arch_noarch;
21 using ::zypp::Arch_pentium4;
22 using ::zypp::Arch_pentium3;
23 using ::zypp::Arch_x86_64_v4;
24 using ::zypp::Arch_x86_64_v3;
25 using ::zypp::Arch_x86_64_v2;
26 using ::zypp::Arch_x86_64;
27 using ::zypp::Arch_athlon;
28 using ::zypp::Arch_i686;
29 using ::zypp::Arch_i586;
30 using ::zypp::Arch_i486;
31 using ::zypp::Arch_i386;
32 using ::zypp::Arch_s390x;
33 using ::zypp::Arch_s390;
34 using ::zypp::Arch_ppc64le;
35 using ::zypp::Arch_ppc64p7;
36 using ::zypp::Arch_ppc64;
37 using ::zypp::Arch_ppc;
38 using ::zypp::Arch_ia64;
39 using ::zypp::Arch_alphaev67;
40 using ::zypp::Arch_alphaev6;
41 using ::zypp::Arch_alphapca56;
42 using ::zypp::Arch_alphaev56;
43 using ::zypp::Arch_alphaev5;
44 using ::zypp::Arch_alpha;
45 using ::zypp::Arch_sparc64v;
46 using ::zypp::Arch_sparc64;
47 using ::zypp::Arch_sparcv9v;
48 using ::zypp::Arch_sparcv9;
49 using ::zypp::Arch_sparcv8;
50 using ::zypp::Arch_sparc;
51 using ::zypp::Arch_aarch64;
52 using ::zypp::Arch_armv7tnh;
53 using ::zypp::Arch_armv7thl;
54 using ::zypp::Arch_armv7hnl;
55 using ::zypp::Arch_armv7hl;
56 using ::zypp::Arch_armv6hl;
57 using ::zypp::Arch_armv8hl;
58 using ::zypp::Arch_armv8l;
59 using ::zypp::Arch_armv7l;
60 using ::zypp::Arch_armv6l;
61 using ::zypp::Arch_armv5tejl;
62 using ::zypp::Arch_armv5tel;
63 using ::zypp::Arch_armv5tl;
64 using ::zypp::Arch_armv5l;
65 using ::zypp::Arch_armv4tl;
66 using ::zypp::Arch_armv4l;
67 using ::zypp::Arch_armv3l;
68 using ::zypp::Arch_riscv64;
69 using ::zypp::Arch_sh3;
70 using ::zypp::Arch_sh4;
71 using ::zypp::Arch_sh4a;
72 using ::zypp::Arch_m68k;
73 using ::zypp::Arch_mips;
74 using ::zypp::Arch_mipsel;
75 using ::zypp::Arch_mips64;
76 using ::zypp::Arch_mips64el;
77 using ::zypp::Arch_loong64;
78 using ::zypp::operator<<;
79 using ::zypp::dumpAsXmlOn;
80 using ::zypp::operator==;
81 using ::zypp::operator!=;
83} // namespace zyppng
84#endif // ZYPPNG_ARCH_H_WRAPPER_H
Architecture.
Definition Arch.h:37
std::ostream & dumpAsXmlOn(std::ostream &str, const Repository &obj)
relates: Repository XML output
const Arch Arch_empty(IdString::Empty)
Functor finding compatible architectures.
Definition Arch.h:351