|
libzypp 17.32.6
|
Lightweight repository attribute value lookup. More...
#include <zypp/sat/LookupAttr.h>

Private Member Functions | |
| Solvable | solvable () const |
| Whether to search in one Solvable. | |
| void | setSolvable (Solvable solv_r) |
| Set search in one Solvable. | |
Additional Inherited Members | |
Public Types inherited from zypp::sat::LookupAttr | |
| enum | Location { SOLV_ATTR = 0 , REPO_ATTR = -1 } |
| Specify the where to look for the attribule. More... | |
| using | Exception = MatchException |
| using | size_type = unsigned int |
Related Symbols inherited from zypp::sat::LookupAttr | |
| std::ostream & | operator<< (std::ostream &str, const LookupAttr &obj) |
| Stream output. | |
| std::ostream & | dumpOn (std::ostream &str, const LookupAttr &obj) |
| Verbose stream output including the query result. | |
Lightweight repository attribute value lookup.
This is just a convenience class that overloads all LookupAttr methods which take a LookupAttr::Location argument and sets it to REPO_ATTR.
Definition at line 263 of file LookupAttr.h.
|
inline |
Default ctor finds nothing.
Definition at line 267 of file LookupAttr.h.
|
inlineexplicit |
Definition at line 270 of file LookupAttr.h.
|
explicit |
Definition at line 284 of file LookupAttr.cc.
|
inline |
Set search in Pool (all repositories).
Definition at line 278 of file LookupAttr.h.
| void zypp::sat::LookupRepoAttr::setRepo | ( | Repository | repo_r | ) |
Set search in one Repository.
Definition at line 288 of file LookupAttr.cc.
|
private |
Whether to search in one Solvable.
Definition at line 219 of file LookupAttr.cc.
Set search in one Solvable.
Definition at line 222 of file LookupAttr.cc.