|
libzypp
15.24.2
|
#include <solv/transaction.h>#include <solv/solver.h>#include <iostream>#include "zypp/base/LogTools.h"#include "zypp/base/SerialNumber.h"#include "zypp/base/DefaultIntegral.h"#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.
Classes | |
| struct | zypp::sat::Transaction::Impl |
| Transaction implementation. More... | |
| struct | zypp::sat::Transaction::Impl::PostMortem |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::sat | |
| Libsolv interface | |
| zypp::sat::detail | |
Macros | |
| #define | OUTS(E, S) case Transaction::E: return str << #S; break |
| #define | OUTS(E, S) case Transaction::E: return str << #S; break |
Functions | |
| std::ostream & | zypp::sat::operator<< (std::ostream &str, const Transaction &obj) |
| std::ostream & | zypp::sat::dumpOn (std::ostream &str, const Transaction &obj) |
| bool | zypp::sat::operator== (const Transaction &lhs, const Transaction &rhs) |
| std::ostream & | zypp::sat::operator<< (std::ostream &str, const Transaction::Step &obj) |
| std::ostream & | zypp::sat::operator<< (std::ostream &str, Transaction::StepType obj) |
| std::ostream & | zypp::sat::operator<< (std::ostream &str, Transaction::StepStage obj) |
| #define OUTS | ( | E, | |
| S | |||
| ) | case Transaction::E: return str << #S; break |
| #define OUTS | ( | E, | |
| S | |||
| ) | case Transaction::E: return str << #S; break |