libzypp
13.10.6
|
LookupAttr::transformIterator based container to retrieve list attributes. More...
#include <LookupAttr.h>
Public Types | |
typedef LookupAttr::transformIterator < _ResultT, _AttrT > | 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 _ResultT &key_r) const |
Private Attributes | |
LookupAttr | _q |
Friends | |
std::ostream & | operator (std::ostream &str, const ArrayAttr< _ResultT, _AttrT > &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 595 of file LookupAttr.h.
typedef LookupAttr::transformIterator<_ResultT,_AttrT> zypp::sat::ArrayAttr< _ResultT, _AttrT >::iterator |
Definition at line 175 of file LookupAttrTools.h.
typedef LookupAttr::size_type zypp::sat::ArrayAttr< _ResultT, _AttrT >::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.