#include <apt.h>
|
| enum | Query {
Install = 1 << 0,
Upgrade = 1 << 1,
Keep = 1 << 2,
Remove = 1 << 3,
Installed = 1 << 4,
Upgradable = 1 << 5,
NowBroken = 1 << 6,
WillBreak = 1 << 7,
ReInstall = 1 << 8,
Purge = 1 << 9,
Hold = 1 << 10,
Valid = 1 << 11
} |
| |
| typedef unsigned | state |
| |
| Enumerator |
|---|
| Install |
|
| Upgrade |
|
| Keep |
|
| Remove |
|
| Installed |
|
| Upgradable |
|
| NowBroken |
|
| WillBreak |
|
| ReInstall |
|
| Purge |
|
| Hold |
|
| Valid |
|
| ept::apt::PackageState::PackageState |
( |
unsigned |
a) | |
|
|
inline |
| ept::apt::PackageState::PackageState |
( |
) | |
|
|
inline |
| bool ept::apt::PackageState::hasNewVersion |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::held |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::hold |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::install |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::installed |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::isInstalled |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::isValid |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::keep |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::modify |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::newInstall |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::nowBroken |
( |
) | |
const |
|
inline |
| ept::apt::PackageState::operator unsigned |
( |
) | |
|
|
inline |
| PackageState& ept::apt::PackageState::operator= |
( |
unsigned |
i) | |
|
|
inline |
| bool ept::apt::PackageState::purge |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::reinstall |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::remove |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::upgradable |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::upgrade |
( |
) | |
const |
|
inline |
| bool ept::apt::PackageState::willBreak |
( |
) | |
const |
|
inline |
| unsigned ept::apt::PackageState::m_state |
|
protected |
Referenced by hasNewVersion(), hold(), install(), installed(), isValid(), keep(), nowBroken(), operator unsigned(), operator=(), operator|=(), PackageState(), purge(), reinstall(), remove(), and willBreak().
The documentation for this struct was generated from the following file: