12 #ifndef ZYPP_ZYPPCOMMITRESULT_H 13 #define ZYPP_ZYPPCOMMITRESULT_H 37 : _solvable( solvable_r ),
_file( file_r )
78 const Pathname & root()
const;
85 bool attemptToModify()
const;
88 void attemptToModify(
bool yesno_r );
105 const TransactionStepList & transactionStepList()
const;
108 TransactionStepList & rTransactionStepList();
137 const UpdateNotifications & updateMessages()
const;
142 UpdateNotifications & rUpdateMessages();
191 #endif // ZYPP_ZYPPCOMMITRESULT_H A Solvable object within the sat Pool.
std::vector< sat::Transaction::Step > TransactionStepList
Result returned from ZYpp::commit.
sat::Solvable solvable() const
std::ostream & operator<<(std::ostream &str, const FileConflicts &obj)
String related utilities and Regular expression matching.
Libsolv transaction wrapper.
bool noError() const
Whether an error ocurred (skipped streps are ok).
const Pathname & file() const
bool allDone() const
Whether all steps were performed successfully (none skipped or error)
RWCOW_pointer< Impl > _pimpl
Pointer to data.
UpdateNotificationFile(sat::Solvable solvable_r, const Pathname &file_r)
std::list< UpdateNotificationFile > UpdateNotifications
Easy-to use interface to the ZYPP dependency resolver.
Pair of sat::Solvable and Pathname.