libzypp  17.38.7
autoinstalledcomponent.cc
Go to the documentation of this file.
1 /*---------------------------------------------------------------------
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 ----------------------------------------------------------------------*/
10 #include <zypp/ng/sat/pool.h>
11 
12 namespace zyppng::sat {
13 
15  {
16  if ( pool.isSystemRepo( id ) )
18  }
19 
21  {
23  }
24 
25 } // namespace zyppng::sat
bool isSystemRepo(detail::CRepo *repo_r) const
Definition: pool.h:132
Orchestrator for a libsolv pool instance.
Definition: pool.h:36
void onRepoRemoved(Pool &pool, detail::RepoIdType id) override
This file contains private API, this might break at any time between releases.
Definition: capabilities.h:22
void clear()
Clear the queue.
Definition: queue.cc:100
zypp::sat::detail::RepoIdType RepoIdType
Definition: poolconstants.h:45