#include <iostream>
#include <list>
#include <inttypes.h>
#include <zypp/base/Logger.h>
#include <zypp/base/Exception.h>
#include <zypp/base/NonCopyable.h>
#include <zypp/base/Hash.h>
#include <zypp/Arch.h>
#include <zypp/Bit.h>
Go to the source code of this file.
|
| zypp |
| Easy-to use interface to the ZYPP dependency resolver.
|
|
|
#define | DEF_BUILTIN(A) |
|
#define | SETARG(N) if ( arch##N##_r.empty() ) return; target.addCompatBit( assertCompatSetEntry( arch##N##_r )._idBit ) |
|
◆ DEF_BUILTIN
Value:namespace { static inline const IdString & a_##A () { static IdString _str(#A); return _str; } } \
const Arch Arch_##A( a_##A() )
Definition at line 152 of file Arch.cc.
◆ SETARG
#define SETARG |
( |
|
N | ) |
if ( arch##N##_r.empty() ) return; target.addCompatBit( assertCompatSetEntry( arch##N##_r )._idBit ) |
◆ ZYPP_DEFINE_ID_HASHABLE()
◆ _compatSet