|
libzypp 17.38.14
|
Structured install-state flags for pool items and selectables. More...


Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver. | |
| namespace | zypp::ui |
| namespace | zypp::misc |
Enumerations | |
| enum class | zypp::misc::PoolInstallState { zypp::misc::NotInstalled = 0 , zypp::misc::AutoInstalled = (1 << 0) , zypp::misc::UserInstalled = (1 << 1) , zypp::misc::OtherVersionInstalled = (1 << 2) , zypp::misc::Satisfied = (1 << 3) , zypp::misc::Broken = (1 << 4) , zypp::misc::Locked = (1 << 5) , zypp::misc::Retracted = (1 << 6) } |
| Install-state flags for a pool item or selectable. More... | |
Functions | |
| zypp::misc::ZYPP_DECLARE_FLAGS_AND_OPERATORS (PoolInstallStateFlags, PoolInstallState) | |
| PoolInstallStateFlags | zypp::misc::poolInstallState (const PoolItem &pi) |
| Compute install-state flags for a PoolItem. | |
| PoolInstallStateFlags | zypp::misc::poolInstallState (const ui::Selectable &sel) |
| Compute install-state flags for a ui::Selectable. | |
Structured install-state flags for pool items and selectables.
Unlike zypper's two-character status indicator (designed for terminal display), PoolInstallStateFlags are composable bit flags suitable for programmatic inspection — e.g. by an MCP tool or a REST API.
Definition in file PoolInstallState.h.