14 #ifndef ZYPP_NG_SAT_COMPONENTS_AUTOINSTALLEDCOMPONENT_H_INCLUDED 15 #define ZYPP_NG_SAT_COMPONENTS_AUTOINSTALLEDCOMPONENT_H_INCLUDED AutoInstalledComponent()=default
Component managing the list of autoinstalled solvables.
StringQueue _autoinstalled
IdType id() const
Expert backdoor.
Access to the sat-pools string space.
Orchestrator for a libsolv pool instance.
void onRepoRemoved(Pool &pool, detail::RepoIdType id) override
bool isOnSystemByAuto(IdString ident_r) const
void onReset(Pool &pool) override
bool isOnSystemByUser(IdString ident_r) const
Interface for components that run BEFORE the whatprovides index is built.
This file contains private API, this might break at any time between releases.
Libsolv Id queue wrapper.
const StringQueue & autoInstalled() const
Get ident list of all autoinstalled solvables.
void setAutoInstalled(StringQueue autoInstalled_r)
Set ident list of all autoinstalled solvables.
bool contains(value_type val_r) const
Return whether the Queue contais at lest one element with value val_r.
zypp::sat::detail::RepoIdType RepoIdType