Poor man's save/restore state. | |
| |
| void | saveState () const |
| void | restoreState () const |
| bool | sameState () const |
| ResStatus | _savedStatus |
Public Member Functions | |
| Impl () | |
| Impl (ResObject::constPtr res_r, const ResStatus &status_r=ResStatus()) | |
| ResStatus & | status () const |
| ResObject::constPtr | resolvable () const |
Static Public Member Functions | |
| static shared_ptr< Impl > | nullimpl () |
| Offer default Impl. | |
Private Attributes | |
| ResStatus | _status |
| ResObject::constPtr | _resolvable |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const PoolItem_Ref::Impl &obj) |
Definition at line 28 of file PoolItem.cc.
|
|
Definition at line 30 of file PoolItem.cc. |
|
||||||||||||
|
Definition at line 33 of file PoolItem.cc. |
|
|
Definition at line 39 of file PoolItem.cc. References _status. Referenced by operator<<(). |
|
|
Definition at line 42 of file PoolItem.cc. References _resolvable. Referenced by operator<<(). |
|
|
Definition at line 54 of file PoolItem.cc. References _savedStatus, and _status. |
|
|
Definition at line 56 of file PoolItem.cc. References _savedStatus, and _status. |
|
|
Definition at line 58 of file PoolItem.cc. References _savedStatus, _status, zypp::ResStatus::getTransactValue(), zypp::ResStatus::isBySolver(), and zypp::ResStatus::isLicenceConfirmed(). |
|
|
Offer default Impl.
Definition at line 73 of file PoolItem.cc. |
|
||||||||||||
|
Stream output Definition at line 82 of file PoolItem.cc. References resolvable(), and status(). |
|
|
Definition at line 46 of file PoolItem.cc. Referenced by restoreState(), sameState(), saveState(), and status(). |
|
|
Definition at line 47 of file PoolItem.cc. Referenced by resolvable(). |
|
|
Definition at line 68 of file PoolItem.cc. Referenced by restoreState(), sameState(), and saveState(). |
1.4.6