libzypp 17.31.7
|
TransformIterator returning an iterator vaue of type TResult
.
More...
#include <sat/LookupAttrTools.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. | |
class | boost::iterator_core_access |
Repository | inRepo () const |
The current Repository. More... | |
Solvable | inSolvable () const |
The current Solvabele. More... | |
SolvAttr | inSolvAttr () const |
The current SolvAttr. More... | |
TResult | dereference () const |
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 56 of file LookupAttrTools.h.
|
inline |
Definition at line 65 of file LookupAttrTools.h.
|
inlineexplicit |
Definition at line 69 of file LookupAttrTools.h.
|
inline |
On the next call to operator++ advance to the next SolvAttr.
Definition at line 77 of file LookupAttrTools.h.
|
inline |
On the next call to operator++ advance to the next Solvable.
Definition at line 81 of file LookupAttrTools.h.
|
inline |
On the next call to operator++ advance to the next Repository.
Definition at line 85 of file LookupAttrTools.h.
|
inline |
Immediately advance to the next SolvAttr.
Definition at line 89 of file LookupAttrTools.h.
|
inline |
Immediately advance to the next Solvable.
Definition at line 93 of file LookupAttrTools.h.
|
inline |
Immediately advance to the next Repository.
Definition at line 97 of file LookupAttrTools.h.
|
inline |
The current Repository.
Definition at line 104 of file LookupAttrTools.h.
|
inline |
The current Solvabele.
Definition at line 108 of file LookupAttrTools.h.
|
inline |
The current SolvAttr.
Definition at line 112 of file LookupAttrTools.h.
|
inlineprivate |
Definition at line 119 of file LookupAttrTools.h.
|
friend |
Definition at line 117 of file LookupAttrTools.h.