42 friend Impl * rwcowClone<Impl>(
const Impl * rhs );
103 switch ( it->stepStage() )
110 str <<
"CommitResult " 111 <<
" (total " << result[0]
112 <<
", done " << result[1]
113 <<
", error " << result[2]
114 <<
", skipped " << result[3]
const Pathname & root() const
Remembered root directory of the target.
std::vector< sat::Transaction::Step > TransactionStepList
Result returned from ZYpp::commit.
std::ostream & operator<<(std::ostream &str, const ZYppCommitResult &obj)
TransactionStepList & rTransactionStepList()
Manipulate transactionStepList.
const sat::Transaction & transaction() const
The full transaction list.
String related utilities and Regular expression matching.
TransactionStepList _transactionStepList
Libsolv transaction wrapper.
#define for_(IT, BEG, END)
Convenient for-loops using iterator.
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.
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
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.