#include <ZYppCommitResult.h>
Public Types | |
| typedef std::list < PoolItem_Ref > | PoolItemList |
Public Member Functions | |
| ZYppCommitResult () | |
Public Attributes | |
| int | _result |
| number of committed resolvables | |
| PoolItemList | _errors |
| list of resolvables with error | |
| PoolItemList | _remaining |
| list of resolvables remaining (due to wrong media) | |
| PoolItemList | _srcremaining |
| list of kind:source resolvables remaining (due to wrong media) | |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const ZYppCommitResult &obj) |
| Stream output. | |
Definition at line 32 of file ZYppCommitResult.h.
| typedef std::list<PoolItem_Ref> zypp::ZYppCommitResult::PoolItemList |
Definition at line 38 of file ZYppCommitResult.h.
| zypp::ZYppCommitResult::ZYppCommitResult | ( | ) | [inline] |
Definition at line 34 of file ZYppCommitResult.h.
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const ZYppCommitResult & | obj | |||
| ) | [related] |
number of committed resolvables
Definition at line 43 of file ZYppCommitResult.h.
Referenced by zypp::target::TargetImpl::commit(), and zypp::operator<<().
list of resolvables with error
Definition at line 48 of file ZYppCommitResult.h.
Referenced by zypp::target::TargetImpl::commit(), and zypp::operator<<().
list of resolvables remaining (due to wrong media)
Definition at line 52 of file ZYppCommitResult.h.
Referenced by zypp::target::TargetImpl::commit(), and zypp::operator<<().
list of kind:source resolvables remaining (due to wrong media)
Definition at line 56 of file ZYppCommitResult.h.
Referenced by zypp::target::TargetImpl::commit(), and zypp::operator<<().
1.5.3