|
libzypp 17.38.3
|
Define a set of Solvables by ident and provides. More...
#include <zypp/sat/SolvableSpec.h>
Related Symbols | |
(Note that these are not member symbols.) | |
| std::ostream & | operator<< (std::ostream &str, const SolvableSpec &obj) |
| Stream output. | |
Define a set of Solvables by ident and provides.
Able to keep the definition of solvable sets like in 'needreboot' or 'multiversion'. The associated file parser allows reading stored definitions (one IDENT or provides:CAPABILITY` per line; empty lines and lines starting with '#' are ignored).
The use of provides requires re-computation of the solvable set, whenever the solvable pool changes. This computation via WhatProvides is expensive, that's why a built in cache is also offered.
|
Stream output.
Definition at line 201 of file SolvableSpec.cc.