libzypp 17.35.1
|
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 | |
![]() | |
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 |
![]() | |
std::ostream & | operator<< (std::ostream &str, const LookupAttr &obj) ZYPP_API |
Stream output. | |
std::ostream & | dumpOn (std::ostream &str, const LookupAttr &obj) ZYPP_API |
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 264 of file LookupAttr.h.
|
inline |
Default ctor finds nothing.
Definition at line 268 of file LookupAttr.h.
|
inlineexplicit |
Definition at line 271 of file LookupAttr.h.
|
explicit |
Definition at line 284 of file LookupAttr.cc.
|
inline |
Set search in Pool (all repositories).
Definition at line 279 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 220 of file LookupAttr.cc.
Set search in one Solvable.
Definition at line 223 of file LookupAttr.cc.