|
libzypp
17.32.2
|
TransformIterator returning an iterator vaue of type TResult.
More...
#include <sat/LookupAttr.h>

Public Member Functions | |
| TransformIterator () | |
| TransformIterator (const LookupAttr::iterator &val_r) | |
Moving fast forward. | |
| void | nextSkipSolvAttr () |
| On the next call to operator++ advance to the next SolvAttr. More... | |
| void | nextSkipSolvable () |
| On the next call to operator++ advance to the next Solvable. More... | |
| void | nextSkipRepo () |
| On the next call to operator++ advance to the next Repository. More... | |
| void | skipSolvAttr () |
| Immediately advance to the next SolvAttr. More... | |
| void | skipSolvable () |
| Immediately advance to the next Solvable. More... | |
| void | skipRepo () |
| Immediately advance to the next Repository. More... | |
Current position info. | |
| Repository | inRepo () const |
| The current Repository. More... | |
| Solvable | inSolvable () const |
| The current Solvabele. More... | |
| SolvAttr | inSolvAttr () const |
| The current SolvAttr. More... | |
Private Member Functions | |
| TResult | dereference () const |
Friends | |
| class | boost::iterator_core_access |
TransformIterator returning an iterator vaue of type TResult.
TransformIterator returning an iterator value of type TResult.
The underlying LookupAttr::iterators value is retrieved asType<TAttr> and the returned ResultT is constructed fron that value.
Definition at line 168 of file LookupAttr.h.
|
inline |
Definition at line 67 of file LookupAttrTools.h.
|
inlineexplicit |
Definition at line 71 of file LookupAttrTools.h.
|
inline |
On the next call to operator++ advance to the next SolvAttr.
Definition at line 79 of file LookupAttrTools.h.
|
inline |
On the next call to operator++ advance to the next Solvable.
Definition at line 83 of file LookupAttrTools.h.
|
inline |
On the next call to operator++ advance to the next Repository.
Definition at line 87 of file LookupAttrTools.h.
|
inline |
Immediately advance to the next SolvAttr.
Definition at line 91 of file LookupAttrTools.h.
|
inline |
Immediately advance to the next Solvable.
Definition at line 95 of file LookupAttrTools.h.
|
inline |
Immediately advance to the next Repository.
Definition at line 99 of file LookupAttrTools.h.
|
inline |
The current Repository.
Definition at line 106 of file LookupAttrTools.h.
|
inline |
The current Solvabele.
Definition at line 110 of file LookupAttrTools.h.
|
inline |
The current SolvAttr.
Definition at line 114 of file LookupAttrTools.h.
|
inlineprivate |
Definition at line 121 of file LookupAttrTools.h.
|
friend |
Definition at line 119 of file LookupAttrTools.h.