#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) |
Definition at line 32 of file ZYppCommitResult.h.
|
Definition at line 38 of file ZYppCommitResult.h. |
|
Definition at line 34 of file ZYppCommitResult.h. |
|
Stream output. Definition at line 21 of file ZYppCommitResult.cc. |
|
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<<(). |