libzypp 17.31.23
|
LookupAttr::TransformIterator based container to retrieve list attributes. More...
#include <sat/LookupAttrTools.h>
Public Types | |
typedef LookupAttr::TransformIterator< TResult, TAttr > | iterator |
typedef LookupAttr::size_type | size_type |
Public Member Functions | |
ArrayAttr () | |
ArrayAttr (SolvAttr attr_r, LookupAttr::Location loc_r=LookupAttr::SOLV_ATTR) | |
ArrayAttr (SolvAttr attr_r, Repository repo_r, LookupAttr::Location loc_r=LookupAttr::SOLV_ATTR) | |
ArrayAttr (SolvAttr attr_r, Solvable solv_r) | |
iterator | begin () const |
iterator | end () const |
bool | empty () const |
size_type | size () const |
iterator | find (const TResult &key_r) const |
Private Attributes | |
LookupAttr | _q |
Friends | |
std::ostream & | operator (std::ostream &str, const ArrayAttr< TResult, TAttr > &obj) |
LookupAttr::TransformIterator based container to retrieve list attributes.
You may pass LookupAttr::REPO_ATTR as LookupAttr::Location argument, to lookup attributes associated with the Repository as a whole (e.g. repository keywords).
Definition at line 154 of file LookupAttrTools.h.
typedef LookupAttr::TransformIterator<TResult,TAttr> zypp::sat::ArrayAttr< TResult, TAttr >::iterator |
Definition at line 175 of file LookupAttrTools.h.
typedef LookupAttr::size_type zypp::sat::ArrayAttr< TResult, TAttr >::size_type |
Definition at line 176 of file LookupAttrTools.h.
|
inline |
Definition at line 159 of file LookupAttrTools.h.
|
inline |
Definition at line 162 of file LookupAttrTools.h.
|
inline |
Definition at line 166 of file LookupAttrTools.h.
|
inline |
Definition at line 170 of file LookupAttrTools.h.
|
inline |
Definition at line 178 of file LookupAttrTools.h.
|
inline |
Definition at line 181 of file LookupAttrTools.h.
|
inline |
Definition at line 184 of file LookupAttrTools.h.
|
inline |
Definition at line 187 of file LookupAttrTools.h.
|
inline |
Definition at line 197 of file LookupAttrTools.h.
|
friend |
|
private |
Definition at line 208 of file LookupAttrTools.h.