14 #include <zypp/base/LogTools.h> 43 friend Impl * rwcowClone<Impl>(
const Impl * rhs );
59 : _pimpl( lhs_r._pimpl )
110 switch ( it->stepStage() )
117 str <<
"CommitResult " 118 <<
" (total " << result[0]
119 <<
", done " << result[1]
120 <<
", error " << result[2]
121 <<
", skipped " << result[3]
const Pathname & root() const
Remembered root directory of the target.
std::vector< sat::Transaction::Step > TransactionStepList
Result returned from ZYpp::commit.
TransactionStepList & rTransactionStepList()
Manipulate transactionStepList.
const sat::Transaction & transaction() const
The full transaction list.
#define for_(IT, BEG, END)
Convenient for-loops using iterator.
String related utilities and Regular expression matching.
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
TransactionStepList _transactionStepList
Libsolv transaction wrapper.
bool singleTransactionMode() const
True if the commit was executed in one big rpm transaction.
sat::Transaction _transaction
RWCOW_pointer< Impl > _pimpl
Pointer to data.
UpdateNotifications _updateMessages
UpdateNotifications & rUpdateMessages()
Manipulate updateMessages Pathnames are relative to the targets root directory.
bool attemptToModify() const
True if at least one attempt to actually install/remove packages was made.
void setSingleTransactionMode(bool yesno_r)
std::list< UpdateNotificationFile > UpdateNotifications
const TransactionStepList & transactionStepList() const
List of sat::Transaction::Step to be executed by commit.
action_iterator actionEnd() const
Pointer behind the last action step in transaction.
Impl * clone() const
clone for RWCOW_pointer
FalseBool _singleTransactionMode
sat::Transaction & rTransaction()
Manipulate transaction.
const UpdateNotifications & updateMessages() const
List of update messages installed during this commit.
action_iterator actionBegin(StepStages filter_r=StepStages()) const
Pointer to the 1st action step in [filtered] transaction.
FalseBool _attemptToModify
Easy-to use interface to the ZYPP dependency resolver.