|
libzypp 17.38.6
|
Component managing the list of autoinstalled solvables. More...
#include <zypp/ng/sat/components/autoinstalledcomponent.h>

Public Member Functions | |
| AutoInstalledComponent ()=default | |
| const StringQueue & | autoInstalled () const |
| Get ident list of all autoinstalled solvables. | |
| void | setAutoInstalled (StringQueue autoInstalled_r) |
| Set ident list of all autoinstalled solvables. | |
| bool | isOnSystemByUser (IdString ident_r) const |
| bool | isOnSystemByAuto (IdString ident_r) const |
| void | onRepoRemoved (Pool &pool, detail::RepoIdType id) override |
| void | onReset (Pool &pool) override |
| Public Member Functions inherited from zyppng::sat::IPoolComponent | |
| virtual void | attach (Pool &) |
| virtual void | prepare (Pool &) |
| virtual InitStage | stage () const |
| virtual int | priority () const |
| Fine-grained ordering within a stage. | |
| Public Member Functions inherited from zyppng::sat::detail::IBasicPoolComponent | |
| virtual void | checkDirty (Pool &) |
| Probe external state. | |
| virtual void | onInvalidate (Pool &, PoolInvalidation) |
| React to pool invalidation — clear internal caches. | |
| virtual void | onRepoAdded (Pool &, RepoIdType) |
| virtual | ~IBasicPoolComponent ()=default |
| IBasicPoolComponent ()=default | |
| IBasicPoolComponent (const IBasicPoolComponent &)=delete | |
| IBasicPoolComponent (IBasicPoolComponent &&)=delete | |
| IBasicPoolComponent & | operator= (const IBasicPoolComponent &)=delete |
| IBasicPoolComponent & | operator= (IBasicPoolComponent &&)=delete |
Private Attributes | |
| StringQueue | _autoinstalled |
Component managing the list of autoinstalled solvables.
It provides hints about whether a solvable was installed manually by the user or automatically by the solver.
Definition at line 29 of file autoinstalledcomponent.h.
|
default |
|
inline |
Get ident list of all autoinstalled solvables.
Definition at line 34 of file autoinstalledcomponent.h.
|
inline |
Set ident list of all autoinstalled solvables.
Definition at line 37 of file autoinstalledcomponent.h.
Definition at line 39 of file autoinstalledcomponent.h.
Definition at line 40 of file autoinstalledcomponent.h.
|
overridevirtual |
Reimplemented from zyppng::sat::detail::IBasicPoolComponent.
Definition at line 14 of file autoinstalledcomponent.cc.
|
overridevirtual |
Reimplemented from zyppng::sat::detail::IBasicPoolComponent.
Definition at line 20 of file autoinstalledcomponent.cc.
|
private |
Definition at line 47 of file autoinstalledcomponent.h.