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