libzypp 17.31.23
|
#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.
Classes | |
struct | zypp::Arch::CompatEntry |
Holds an architecture ID and its compatible relation. More... | |
Namespaces | |
namespace | zypp |
Easy-to use interface to the ZYPP dependency resolver. | |
Macros | |
#define | DEF_BUILTIN(A) |
#define | SETARG(N) if ( arch##N##_r.empty() ) return; target.addCompatBit( assertCompatSetEntry( arch##N##_r )._idBit ) |
Variables | |
const Arch | zypp::Arch_empty (IdString::Empty) |
#define DEF_BUILTIN | ( | A | ) |
#define SETARG | ( | N | ) | if ( arch##N##_r.empty() ) return; target.addCompatBit( assertCompatSetEntry( arch##N##_r )._idBit ) |
ZYPP_DEFINE_ID_HASHABLE | ( | zypp::Arch::CompatEntry | ) |