libzypp
13.10.6
|
TransformIterator returning an iterator vaue of type _ResultT
.
More...
#include <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 | |
_ResultT | dereference () const |
Friends | |
class | boost::iterator_core_access |
TransformIterator returning an iterator vaue of type _ResultT
.
TransformIterator returning an iterator value of type _ResultT
.
The underlying LookupAttr::iterators value is retrieved asType<_AttrT> and the returned ResultT is constructed fron that value.
Definition at line 165 of file LookupAttr.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.