12#ifndef ZYPP_SAT_LOOKUPATTRTOOLS_H
13#define ZYPP_SAT_LOOKUPATTRTOOLS_H
57 template<
class TResult,
class TAttr>
59 TransformIterator<TResult,TAttr>
60 , LookupAttr::iterator
62 , boost::forward_traversal_tag
129 template<
class TResult,
class TAttr>
132 template<
class TResult,
class TAttr>
155 template<
class TResult,
class TAttr>
215 template<
class TResult,
class TAttr>
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
LookupAttr::TransformIterator based container to retrieve list attributes.
iterator find(const TResult &key_r) const
ArrayAttr(SolvAttr attr_r, LookupAttr::Location loc_r=LookupAttr::SOLV_ATTR)
ArrayAttr(SolvAttr attr_r, Solvable solv_r)
ArrayAttr(SolvAttr attr_r, Repository repo_r, LookupAttr::Location loc_r=LookupAttr::SOLV_ATTR)
LookupAttr::TransformIterator< TResult, TAttr > iterator
std::ostream & operator<<(std::ostream &str, const ArrayAttr< TResult, TAttr > &obj)
Stream output.
Lightweight attribute value lookup.
iterator end() const
Iterator behind the end of query results.
bool empty() const
Whether the query is empty.
Location
Specify the where to look for the attribule.
@ SOLV_ATTR
Search for solvable attributes (default)
iterator begin() const
Iterator to the begin of query results.
A Solvable object within the sat Pool.
String related utilities and Regular expression matching.
std::ostream & operator<<(std::ostream &str, const FileConflicts &obj)
std::ostream & dumpOn(std::ostream &str, const LocaleSupport &obj)
Easy-to use interface to the ZYPP dependency resolver.
#define for_(IT, BEG, END)
Convenient for-loops using iterator.