12 #ifndef ZYPP_ZYPPCOMMITRESULT_H
13 #define ZYPP_ZYPPCOMMITRESULT_H
78 const Pathname &
root()
const;
181 #endif // ZYPP_ZYPPCOMMITRESULT_H
A Solvable object within the sat Pool.
std::vector< sat::Transaction::Step > TransactionStepList
Result returned from ZYpp::commit.
TransactionStepList & rTransactionStepList()
Manipulate transactionStepList.
sat::Solvable solvable() const
Libsolv transaction wrapper.
bool noError() const
Whether an error ocurred (skipped streps are ok).
const UpdateNotifications & updateMessages() const
List of update messages installed during this commit.
const Pathname & file() const
const Pathname & root() const
Remembered root directory of the target.
const TransactionStepList & transactionStepList() const
List of sat::Transaction::Step to be executed by commit.
std::ostream & operator<<(std::ostream &str, const Exception &obj)
bool actionEmpty(StepStages filter_r=StepStages()) const
Whether the [filtered] transaction contains any steps .
bool allDone() const
Whether all steps were performed successfully (none skipped or error)
RWCOW_pointer< Impl > _pimpl
Pointer to data.
UpdateNotifications & rUpdateMessages()
Manipulate updateMessages Pathnames are relative to the targets root directory.
UpdateNotificationFile(sat::Solvable solvable_r, const Pathname &file_r)
std::list< UpdateNotificationFile > UpdateNotifications
const sat::Transaction & transaction() const
The full transaction list.
sat::Transaction & rTransaction()
Manipulate transaction.
Pair of sat::Solvable and Pathname.
RW_pointer supporting 'copy on write' functionality.