|
libzypp 17.38.6
|
Query class for Repository related products. More...
#include <zypp/ng/sat/repository.h>
Public Member Functions | |
| void | operator() (Repository repository_r) const |
Query class for Repository related products.
Products are identified by CpeIds within the repositories metadata.
The iterator does not provide a dereference operator so you can do * on it, but you can access the attributes of each related product directly from the iterator.
Iterate the repository compatible distros. Iterate distos the repository provides upadates for. Functor removing Repository from its Pool.
E.g. used as dispose function in. AutoDispose to provide a convenient and exception safe temporary Repository.
Leaving the block without calling tmprepo.resetDispose(); before, will automatically remove the Repo from its Pool.
Definition at line 460 of file repository.h.
|
inline |
Definition at line 462 of file repository.h.