Go to the documentation of this file.
12 #ifndef ZYPP_ZYPPCOMMITRESULT_H
13 #define ZYPP_ZYPPCOMMITRESULT_H
191 #endif // ZYPP_ZYPPCOMMITRESULT_H
A Solvable object within the sat Pool.
TransactionStepList & rTransactionStepList()
Manipulate transactionStepList.
sat::Transaction & rTransaction()
Manipulate transaction.
Libsolv transaction wrapper.
Pair of sat::Solvable and Pathname.
const TransactionStepList & transactionStepList() const
List of sat::Transaction::Step to be executed by commit.
RWCOW_pointer< Impl > _pimpl
Pointer to data.
const Pathname & root() const
Remembered root directory of the target.
UpdateNotificationFile(sat::Solvable solvable_r, const Pathname &file_r)
bool actionEmpty(StepStages filter_r=StepStages()) const
Whether the [filtered] transaction contains any steps .
UpdateNotifications & rUpdateMessages()
Manipulate updateMessages \Note Pathnames are relative to the targets root directory.
const Pathname & file() const
Easy-to use interface to the ZYPP dependency resolver.
Result returned from ZYpp::commit.
std::vector< sat::Transaction::Step > TransactionStepList
bool attemptToModify() const
True if at least one attempt to actually install/remove packages was made.
bool allDone() const
Whether all steps were performed successfully (none skipped or error)
sat::Solvable solvable() const
std::ostream & operator<<(std::ostream &str, const Exception &obj)
const sat::Transaction & transaction() const
The full transaction list.
bool noError() const
Whether an error ocurred (skipped streps are ok).
const UpdateNotifications & updateMessages() const
List of update messages installed during this commit.
std::list< UpdateNotificationFile > UpdateNotifications
String related utilities and Regular expression matching.