libzypp
10.5.0
|
Status bitfield. More...
#include <ResStatus.h>
Public Types | |
Status values. | |
Each enum corresponds to a BitField range.
| |
enum | StateValue { UNINSTALLED = bit::RangeValue<StateField, value, INSTALLED = bit::RangeValue<StateField, value } |
enum | ValidateValue { UNDETERMINED = bit::RangeValue<ValidateField, value, BROKEN = bit::RangeValue<ValidateField, value, SATISFIED = bit::RangeValue<ValidateField, value, NONRELEVANT = bit::RangeValue<ValidateField, value } |
enum | TransactValue { KEEP_STATE = bit::RangeValue<TransactField, value, LOCKED = bit::RangeValue<TransactField, value, TRANSACT = bit::RangeValue<TransactField, value } |
enum | TransactByValue { SOLVER = bit::RangeValue<TransactByField, value, APPL_LOW = bit::RangeValue<TransactByField, value, APPL_HIGH = bit::RangeValue<TransactByField, value, USER = bit::RangeValue<TransactByField, value } |
enum | DetailValue { NO_DETAIL = bit::RangeValue<TransactDetailField, value } |
enum | InstallDetailValue { EXPLICIT_INSTALL = bit::RangeValue<TransactDetailField, value, SOFT_INSTALL = bit::RangeValue<TransactDetailField, value } |
enum | RemoveDetailValue { EXPLICIT_REMOVE = bit::RangeValue<TransactDetailField, value, SOFT_REMOVE = bit::RangeValue<TransactDetailField, value, DUE_TO_OBSOLETE = bit::RangeValue<TransactDetailField, value, DUE_TO_UPGRADE = bit::RangeValue<TransactDetailField, value } |
enum | LicenceConfirmedValue { LICENCE_UNCONFIRMED = bit::RangeValue<LicenceConfirmedField, value, LICENCE_CONFIRMED = bit::RangeValue<LicenceConfirmedField, value } |
enum | WeakValue { NO_WEAK = bit::RangeValue<WeakField, value, SUGGESTED = bit::RangeValue<WeakField, value, RECOMMENDED = bit::RangeValue<WeakField, value, ORPHANED = bit::RangeValue<WeakField, value } |
enum | UserLockQuery { USERLOCK_NOMATCH = bit::RangeValue<UserLockQueryField, value, USERLOCK_MATCH = bit::RangeValue<UserLockQueryField, value } |
BitField range definitions. | |
| |
typedef uint16_t | FieldType |
typedef bit::BitField< FieldType > | BitFieldType |
typedef bit::Range< FieldType, 0, 1 > | StateField |
typedef bit::Range< FieldType, StateField::end, 2 > | ValidateField |
typedef bit::Range< FieldType, ValidateField::end, 2 > | TransactField |
typedef bit::Range< FieldType, TransactField::end, 2 > | TransactByField |
typedef bit::Range< FieldType, TransactByField::end, 2 > | TransactDetailField |
typedef bit::Range< FieldType, TransactDetailField::end, 1 > | LicenceConfirmedField |
typedef bit::Range< FieldType, LicenceConfirmedField::end, 3 > | WeakField |
typedef bit::Range< FieldType, WeakField::end, 1 > | UserLockQueryField |
Public Member Functions | |
ResStatus () | |
Default ctor. | |
ResStatus (bool isInstalled_r) | |
Ctor setting the initial . | |
~ResStatus () | |
Dtor. | |
BitFieldType | bitfield () const |
Debug helper returning the bitfield. | |
bool | isLicenceConfirmed () const |
void | setLicenceConfirmed (bool toVal_r=true) |
bool | isRecommended () const |
bool | isSuggested () const |
bool | isOrphaned () const |
void | resetWeak () |
void | setRecommended (bool toVal_r=true) |
void | setSuggested (bool toVal_r=true) |
void | setOrphaned (bool toVal_r=true) |
ValidateValue | validate () const |
bool | isUndetermined () const |
bool | isSatisfied () const |
bool | isBroken () const |
bool | isNonRelevant () const |
bool | isInstalled () const |
bool | isUninstalled () const |
bool | staysInstalled () const |
bool | wasInstalled () const |
bool | isToBeInstalled () const |
bool | staysUninstalled () const |
bool | wasUninstalled () const |
bool | isToBeUninstalled () const |
bool | isLocked () const |
bool | isUserLocked () const |
bool | isSoftLocked (TransactByValue causer_r=USER) const |
bool | isKept () const |
bool | transacts () const |
TransactValue | getTransactValue () const |
bool | onSystem () const |
True if would be on system after commit. | |
bool | offSystem () const |
True if would be off system after commit. | |
bool | isBySolver () const |
bool | isByApplLow () const |
bool | isByApplHigh () const |
bool | isByUser () const |
TransactByValue | getTransactByValue () const |
bool | setTransactByValue (TransactByValue causer) |
bool | isToBeUninstalledDueToObsolete () const |
bool | isToBeUninstalledDueToUpgrade () const |
bool | isToBeInstalledSoft () const |
bool | isToBeInstalledNotSoft () const |
bool | isToBeUninstalledSoft () const |
bool | setTransactValue (TransactValue newVal_r, TransactByValue causer_r) |
Set TransactValue. | |
bool | maySetTransactValue (TransactValue newVal_r, TransactByValue causer_r) |
bool | setLock (bool toLock_r, TransactByValue causer_r) |
Apply a lock (prevent transaction). | |
bool | maySetLock (bool to_r, TransactByValue causer_r) |
bool | setTransact (bool toTansact_r, TransactByValue causer_r) |
Toggle between TRANSACT and KEEP_STATE. | |
bool | maySetTransact (bool val_r, TransactByValue causer) |
bool | setSoftLock (TransactByValue causer_r) |
bool | resetTransact (TransactByValue causer_r) |
Not the same as setTransact( false ). | |
bool | setSoftTransact (bool toTansact_r, TransactByValue causer_r, TransactByValue causerLimit_r) |
Soft toggle between TRANSACT and KEEP_STATE. | |
bool | setSoftTransact (bool toTansact_r, TransactByValue causer_r) |
bool | maySetSoftTransact (bool val_r, TransactByValue causer, TransactByValue causerLimit_r) |
bool | maySetSoftTransact (bool val_r, TransactByValue causer) |
bool | setToBeInstalled (TransactByValue causer) |
bool | maySetToBeInstalled (TransactByValue causer) |
bool | setToBeUninstalled (TransactByValue causer) |
bool | maySetToBeUninstalled (TransactByValue causer) |
bool | setToBeUninstalledDueToObsolete () |
bool | setToBeUninstalledDueToUpgrade (TransactByValue causer) |
bool | setToBeInstalledSoft () |
bool | setToBeUninstalledSoft () |
bool | maySetToBeUninstalledSoft () |
bool | isSoftInstall () |
bool | isSoftUninstall () |
bool | setSoftInstall (bool flag) |
bool | setSoftUninstall (bool flag) |
bool | setUndetermined () |
bool | setSatisfied () |
bool | setBroken () |
bool | setNonRelevant () |
bool | setStatus (ResStatus newStatus_r) |
Static Public Attributes | |
Builtin ResStatus constants. | |
static const ResStatus | toBeInstalled |
static const ResStatus | toBeUninstalled |
static const ResStatus | toBeUninstalledDueToUpgrade |
static const ResStatus | toBeUninstalledDueToObsolete |
Private Member Functions | |
ResStatus (StateValue s, ValidateValue v=UNDETERMINED, TransactValue t=KEEP_STATE, InstallDetailValue i=EXPLICIT_INSTALL, RemoveDetailValue r=EXPLICIT_REMOVE) | |
Ctor for intialization of builtin constants. | |
template<class _Field > | |
bool | fieldValueIs (FieldType val_r) const |
Return whether the corresponding Field has value val_r. | |
template<class _Field > | |
void | fieldValueAssign (FieldType val_r) |
Set the corresponding Field to value val_r. | |
template<class _Field > | |
bool | isGreaterThan (FieldType val_r) |
compare two values. | |
template<class _Field > | |
bool | isLessThan (FieldType val_r) |
Private Attributes | |
BitFieldType | _bitfield |
Friends | |
class | resstatus::StatusBackup |
std::ostream & | operator<< (std::ostream &str, const ResStatus &obj) |
bool | operator== (const ResStatus &lhs, const ResStatus &rhs) |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const ResStatus &obj) |
std::ostream & | operator<< (std::ostream &str, ResStatus::TransactValue obj) |
std::ostream & | operator<< (std::ostream &str, ResStatus::TransactByValue obj) |
bool | operator== (const ResStatus &lhs, const ResStatus &rhs) |
bool | operator!= (const ResStatus &lhs, const ResStatus &rhs) |
Internal hard lock maintainance | |
class | resstatus::UserLockQueryManip |
bool | isUserLockQueryMatch () const |
void | setUserLockQueryMatch (bool match_r) |
Status bitfield.
StateField
Whether the resolvable is or uninstalled (available). ValidateField
Validate status computed by the solver as nonrelevant: it is unimportant for the user satisfied: it important nothing has to be done broken: it is incomplete. So e.g. an update is needed TransactField
Wheter to transact this resolvable (delete if installed install if uninstalled). In case the resolvable is locked, only USER may modify the transact bit. TransactByField
Who triggered the transaction. Transaction bit may be reset by higer levels only. TransactDetailField
Reason why the Resolvable transacts. Splitted into InstallDetailValue
and RemoveDetailValue
dependent on the kind of transaction. WeakField
The solvable will be recommended/suggested by a to be installed/deleted solvable. Definition at line 53 of file ResStatus.h.
typedef uint16_t zypp::ResStatus::FieldType |
Definition at line 65 of file ResStatus.h.
Definition at line 66 of file ResStatus.h.
typedef bit::Range<FieldType,0, 1> zypp::ResStatus::StateField |
Definition at line 68 of file ResStatus.h.
Definition at line 69 of file ResStatus.h.
Definition at line 70 of file ResStatus.h.
Definition at line 71 of file ResStatus.h.
Definition at line 72 of file ResStatus.h.
Definition at line 73 of file ResStatus.h.
Definition at line 74 of file ResStatus.h.
Definition at line 75 of file ResStatus.h.
Definition at line 88 of file ResStatus.h.
Definition at line 93 of file ResStatus.h.
Definition at line 100 of file ResStatus.h.
Definition at line 106 of file ResStatus.h.
Definition at line 114 of file ResStatus.h.
Definition at line 119 of file ResStatus.h.
Definition at line 124 of file ResStatus.h.
Definition at line 132 of file ResStatus.h.
Definition at line 138 of file ResStatus.h.
Definition at line 146 of file ResStatus.h.
zypp::ResStatus::ResStatus | ( | ) |
Default ctor.
Definition at line 33 of file ResStatus.cc.
zypp::ResStatus::ResStatus | ( | bool | isInstalled_r | ) |
Ctor setting the initial .
Definition at line 41 of file ResStatus.cc.
zypp::ResStatus::~ResStatus | ( | ) |
Dtor.
Definition at line 50 of file ResStatus.cc.
zypp::ResStatus::ResStatus | ( | StateValue | s, |
ValidateValue | v = UNDETERMINED , |
||
TransactValue | t = KEEP_STATE , |
||
InstallDetailValue | i = EXPLICIT_INSTALL , |
||
RemoveDetailValue | r = EXPLICIT_REMOVE |
||
) | [private] |
Ctor for intialization of builtin constants.
Definition at line 54 of file ResStatus.cc.
BitFieldType zypp::ResStatus::bitfield | ( | ) | const [inline] |
Debug helper returning the bitfield.
It's save to expose the bitfield, as it can't be used to recreate a ResStatus. So it is not possible to bypass transition rules.
Definition at line 169 of file ResStatus.h.
bool zypp::ResStatus::isLicenceConfirmed | ( | ) | const [inline] |
Definition at line 174 of file ResStatus.h.
void zypp::ResStatus::setLicenceConfirmed | ( | bool | toVal_r = true | ) | [inline] |
Definition at line 177 of file ResStatus.h.
bool zypp::ResStatus::isRecommended | ( | ) | const [inline] |
Definition at line 181 of file ResStatus.h.
bool zypp::ResStatus::isSuggested | ( | ) | const [inline] |
Definition at line 184 of file ResStatus.h.
bool zypp::ResStatus::isOrphaned | ( | ) | const [inline] |
Definition at line 187 of file ResStatus.h.
void zypp::ResStatus::resetWeak | ( | ) | [inline] |
Definition at line 190 of file ResStatus.h.
void zypp::ResStatus::setRecommended | ( | bool | toVal_r = true | ) | [inline] |
Definition at line 193 of file ResStatus.h.
void zypp::ResStatus::setSuggested | ( | bool | toVal_r = true | ) | [inline] |
Definition at line 196 of file ResStatus.h.
void zypp::ResStatus::setOrphaned | ( | bool | toVal_r = true | ) | [inline] |
Definition at line 199 of file ResStatus.h.
ValidateValue zypp::ResStatus::validate | ( | ) | const [inline] |
Definition at line 203 of file ResStatus.h.
bool zypp::ResStatus::isUndetermined | ( | ) | const [inline] |
Definition at line 206 of file ResStatus.h.
bool zypp::ResStatus::isSatisfied | ( | ) | const [inline] |
Definition at line 209 of file ResStatus.h.
bool zypp::ResStatus::isBroken | ( | ) | const [inline] |
Definition at line 212 of file ResStatus.h.
bool zypp::ResStatus::isNonRelevant | ( | ) | const [inline] |
Definition at line 215 of file ResStatus.h.
bool zypp::ResStatus::isInstalled | ( | ) | const [inline] |
Definition at line 221 of file ResStatus.h.
bool zypp::ResStatus::isUninstalled | ( | ) | const [inline] |
Definition at line 224 of file ResStatus.h.
bool zypp::ResStatus::staysInstalled | ( | ) | const [inline] |
Definition at line 229 of file ResStatus.h.
bool zypp::ResStatus::wasInstalled | ( | ) | const [inline] |
Definition at line 232 of file ResStatus.h.
bool zypp::ResStatus::isToBeInstalled | ( | ) | const [inline] |
Definition at line 234 of file ResStatus.h.
bool zypp::ResStatus::staysUninstalled | ( | ) | const [inline] |
Definition at line 237 of file ResStatus.h.
bool zypp::ResStatus::wasUninstalled | ( | ) | const [inline] |
Definition at line 240 of file ResStatus.h.
bool zypp::ResStatus::isToBeUninstalled | ( | ) | const [inline] |
Definition at line 242 of file ResStatus.h.
bool zypp::ResStatus::isLocked | ( | ) | const [inline] |
Definition at line 245 of file ResStatus.h.
bool zypp::ResStatus::isUserLocked | ( | ) | const [inline] |
Definition at line 248 of file ResStatus.h.
bool zypp::ResStatus::isSoftLocked | ( | TransactByValue | causer_r = USER | ) | const [inline] |
Definition at line 251 of file ResStatus.h.
bool zypp::ResStatus::isKept | ( | ) | const [inline] |
Definition at line 254 of file ResStatus.h.
bool zypp::ResStatus::transacts | ( | ) | const [inline] |
Definition at line 257 of file ResStatus.h.
TransactValue zypp::ResStatus::getTransactValue | ( | ) | const [inline] |
Definition at line 260 of file ResStatus.h.
bool zypp::ResStatus::onSystem | ( | ) | const [inline] |
True if would be on system after commit.
Definition at line 264 of file ResStatus.h.
bool zypp::ResStatus::offSystem | ( | ) | const [inline] |
True if would be off system after commit.
Definition at line 268 of file ResStatus.h.
bool zypp::ResStatus::isBySolver | ( | ) | const [inline] |
Definition at line 271 of file ResStatus.h.
bool zypp::ResStatus::isByApplLow | ( | ) | const [inline] |
Definition at line 274 of file ResStatus.h.
bool zypp::ResStatus::isByApplHigh | ( | ) | const [inline] |
Definition at line 277 of file ResStatus.h.
bool zypp::ResStatus::isByUser | ( | ) | const [inline] |
Definition at line 280 of file ResStatus.h.
TransactByValue zypp::ResStatus::getTransactByValue | ( | ) | const [inline] |
Definition at line 283 of file ResStatus.h.
bool zypp::ResStatus::setTransactByValue | ( | TransactByValue | causer | ) | [inline] |
Definition at line 286 of file ResStatus.h.
bool zypp::ResStatus::isToBeUninstalledDueToObsolete | ( | ) | const [inline] |
Definition at line 296 of file ResStatus.h.
bool zypp::ResStatus::isToBeUninstalledDueToUpgrade | ( | ) | const [inline] |
Definition at line 299 of file ResStatus.h.
bool zypp::ResStatus::isToBeInstalledSoft | ( | ) | const [inline] |
Definition at line 302 of file ResStatus.h.
bool zypp::ResStatus::isToBeInstalledNotSoft | ( | ) | const [inline] |
Definition at line 305 of file ResStatus.h.
bool zypp::ResStatus::isToBeUninstalledSoft | ( | ) | const [inline] |
Definition at line 308 of file ResStatus.h.
bool zypp::ResStatus::isUserLockQueryMatch | ( | ) | const [inline, private] |
Definition at line 317 of file ResStatus.h.
void zypp::ResStatus::setUserLockQueryMatch | ( | bool | match_r | ) | [inline, private] |
Definition at line 320 of file ResStatus.h.
bool zypp::ResStatus::setTransactValue | ( | TransactValue | newVal_r, |
TransactByValue | causer_r | ||
) | [inline] |
Set TransactValue.
Convenience to set TransactValue from enum.
Definition at line 339 of file ResStatus.h.
bool zypp::ResStatus::maySetTransactValue | ( | TransactValue | newVal_r, |
TransactByValue | causer_r | ||
) | [inline] |
Definition at line 356 of file ResStatus.h.
bool zypp::ResStatus::setLock | ( | bool | toLock_r, |
TransactByValue | causer_r | ||
) | [inline] |
Apply a lock (prevent transaction).
Currently by USER or APPL_HIGH only, but who knows... Set LOCKED from KEEP_STATE to be shure all transaction details were reset properly.
Definition at line 369 of file ResStatus.h.
bool zypp::ResStatus::maySetLock | ( | bool | to_r, |
TransactByValue | causer_r | ||
) | [inline] |
Definition at line 401 of file ResStatus.h.
bool zypp::ResStatus::setTransact | ( | bool | toTansact_r, |
TransactByValue | causer_r | ||
) | [inline] |
Toggle between TRANSACT and KEEP_STATE.
LOCKED state means KEEP_STATE. But in contrary to KEEP_STATE, LOCKED state is immutable for causer_r less than TransactByValue. KEEP_STATE may be canged by any causer_r.
Definition at line 414 of file ResStatus.h.
bool zypp::ResStatus::maySetTransact | ( | bool | val_r, |
TransactByValue | causer | ||
) | [inline] |
Definition at line 445 of file ResStatus.h.
bool zypp::ResStatus::setSoftLock | ( | TransactByValue | causer_r | ) | [inline] |
Definition at line 454 of file ResStatus.h.
bool zypp::ResStatus::resetTransact | ( | TransactByValue | causer_r | ) | [inline] |
Not the same as setTransact( false ).
Definition at line 466 of file ResStatus.h.
bool zypp::ResStatus::setSoftTransact | ( | bool | toTansact_r, |
TransactByValue | causer_r, | ||
TransactByValue | causerLimit_r | ||
) | [inline] |
Soft toggle between TRANSACT and KEEP_STATE.
Similar to setTransact, but leaving KEEP_STATE also requires a superior causerLimit_r. So this is a kind of soft lock.
// SOLVER wants to set TRANSACT, iff KEEP_STATE is // not superior to APPL_LOW. setSoftTransact( true, SOLVER, APPL_LOW );
Definition at line 484 of file ResStatus.h.
bool zypp::ResStatus::setSoftTransact | ( | bool | toTansact_r, |
TransactByValue | causer_r | ||
) | [inline] |
Definition at line 497 of file ResStatus.h.
bool zypp::ResStatus::maySetSoftTransact | ( | bool | val_r, |
TransactByValue | causer, | ||
TransactByValue | causerLimit_r | ||
) | [inline] |
Definition at line 500 of file ResStatus.h.
bool zypp::ResStatus::maySetSoftTransact | ( | bool | val_r, |
TransactByValue | causer | ||
) | [inline] |
Definition at line 509 of file ResStatus.h.
bool zypp::ResStatus::setToBeInstalled | ( | TransactByValue | causer | ) | [inline] |
Definition at line 512 of file ResStatus.h.
bool zypp::ResStatus::maySetToBeInstalled | ( | TransactByValue | causer | ) | [inline] |
Definition at line 518 of file ResStatus.h.
bool zypp::ResStatus::setToBeUninstalled | ( | TransactByValue | causer | ) | [inline] |
Definition at line 526 of file ResStatus.h.
bool zypp::ResStatus::maySetToBeUninstalled | ( | TransactByValue | causer | ) | [inline] |
Definition at line 532 of file ResStatus.h.
bool zypp::ResStatus::setToBeUninstalledDueToObsolete | ( | ) | [inline] |
Definition at line 543 of file ResStatus.h.
bool zypp::ResStatus::setToBeUninstalledDueToUpgrade | ( | TransactByValue | causer | ) | [inline] |
Definition at line 550 of file ResStatus.h.
bool zypp::ResStatus::setToBeInstalledSoft | ( | ) | [inline] |
Definition at line 557 of file ResStatus.h.
bool zypp::ResStatus::setToBeUninstalledSoft | ( | ) | [inline] |
Definition at line 567 of file ResStatus.h.
bool zypp::ResStatus::maySetToBeUninstalledSoft | ( | ) | [inline] |
Definition at line 577 of file ResStatus.h.
bool zypp::ResStatus::isSoftInstall | ( | ) | [inline] |
Definition at line 585 of file ResStatus.h.
bool zypp::ResStatus::isSoftUninstall | ( | ) | [inline] |
Definition at line 589 of file ResStatus.h.
bool zypp::ResStatus::setSoftInstall | ( | bool | flag | ) | [inline] |
Definition at line 593 of file ResStatus.h.
bool zypp::ResStatus::setSoftUninstall | ( | bool | flag | ) | [inline] |
Definition at line 598 of file ResStatus.h.
bool zypp::ResStatus::setUndetermined | ( | ) | [inline] |
Definition at line 603 of file ResStatus.h.
bool zypp::ResStatus::setSatisfied | ( | ) | [inline] |
Definition at line 609 of file ResStatus.h.
bool zypp::ResStatus::setBroken | ( | ) | [inline] |
Definition at line 615 of file ResStatus.h.
bool zypp::ResStatus::setNonRelevant | ( | ) | [inline] |
Definition at line 621 of file ResStatus.h.
bool zypp::ResStatus::setStatus | ( | ResStatus | newStatus_r | ) | [inline] |
Definition at line 627 of file ResStatus.h.
bool zypp::ResStatus::fieldValueIs | ( | FieldType | val_r | ) | const [inline, private] |
Return whether the corresponding Field has value val_r.
Definition at line 660 of file ResStatus.h.
void zypp::ResStatus::fieldValueAssign | ( | FieldType | val_r | ) | [inline, private] |
Set the corresponding Field to value val_r.
Definition at line 666 of file ResStatus.h.
bool zypp::ResStatus::isGreaterThan | ( | FieldType | val_r | ) | [inline, private] |
compare two values.
Definition at line 672 of file ResStatus.h.
bool zypp::ResStatus::isLessThan | ( | FieldType | val_r | ) | [inline, private] |
Definition at line 676 of file ResStatus.h.
friend class resstatus::UserLockQueryManip [friend] |
Definition at line 315 of file ResStatus.h.
friend class resstatus::StatusBackup [friend] |
Definition at line 680 of file ResStatus.h.
std::ostream& operator<< | ( | std::ostream & | str, |
const ResStatus & | obj | ||
) | [friend] |
Definition at line 71 of file ResStatus.cc.
std::ostream & operator<< | ( | std::ostream & | str, |
const ResStatus & | obj | ||
) | [related] |
Stream output
Definition at line 71 of file ResStatus.cc.
std::ostream & operator<< | ( | std::ostream & | str, |
ResStatus::TransactValue | obj | ||
) | [related] |
Stream output
Definition at line 101 of file ResStatus.cc.
std::ostream & operator<< | ( | std::ostream & | str, |
ResStatus::TransactByValue | obj | ||
) | [related] |
Stream output
Definition at line 112 of file ResStatus.cc.
Definition at line 695 of file ResStatus.h.
Definition at line 699 of file ResStatus.h.
const ResStatus zypp::ResStatus::toBeInstalled [static] |
Definition at line 643 of file ResStatus.h.
const ResStatus zypp::ResStatus::toBeUninstalled [static] |
Definition at line 644 of file ResStatus.h.
const ResStatus zypp::ResStatus::toBeUninstalledDueToUpgrade [static] |
Definition at line 645 of file ResStatus.h.
const ResStatus zypp::ResStatus::toBeUninstalledDueToObsolete [static] |
Definition at line 646 of file ResStatus.h.
BitFieldType zypp::ResStatus::_bitfield [private] |
Definition at line 681 of file ResStatus.h.