#include <solv/transaction.h>
#include <solv/solver.h>
#include <iostream>
#include <zypp/base/LogTools.h>
#include <zypp/base/SerialNumber.h>
#include <zypp-core/base/DefaultIntegral>
#include <zypp/base/NonCopyable.h>
#include <zypp/base/Hash.h>
#include <zypp/sat/detail/PoolImpl.h>
#include <zypp/sat/Transaction.h>
#include <zypp/sat/Solvable.h>
#include <zypp/sat/Queue.h>
#include <zypp/sat/Map.h>
#include <zypp/ResPool.h>
Go to the source code of this file.
|
#define | OUTS(E, S) case Transaction::E: return str << #S; break |
|
#define | OUTS(E, S) case Transaction::E: return str << #S; break |
|
◆ OUTS [1/2]
#define OUTS |
( |
|
E, |
|
|
|
S |
|
) |
| case Transaction::E: return str << #S; break |
◆ OUTS [2/2]
#define OUTS |
( |
|
E, |
|
|
|
S |
|
) |
| case Transaction::E: return str << #S; break |