|
libzypp
15.22.2
|
LookupAttr implememtation. More...
Public Member Functions | |
| Impl () | |
| Impl (SolvAttr attr_r, Location loc_r) | |
| Impl (SolvAttr attr_r, Repository repo_r, Location loc_r) | |
| Impl (SolvAttr attr_r, Solvable solv_r) | |
| SolvAttr | attr () const |
| void | setAttr (SolvAttr attr_r) |
| const StrMatcher & | strMatcher () const |
| void | setStrMatcher (const StrMatcher &matcher_r) |
| bool | pool () const |
| void | setPool (Location loc_r) |
| Repository | repo () const |
| void | setRepo (Repository repo_r, Location loc_r) |
| Solvable | solvable () const |
| void | setSolvable (Solvable solv_r) |
| SolvAttr | parent () const |
| void | setParent (SolvAttr attr_r) |
| LookupAttr::iterator | begin () const |
| LookupAttr::iterator | end () const |
Private Member Functions | |
| Impl * | clone () const |
| clone for RWCOW_pointer More... | |
Private Attributes | |
| SolvAttr | _attr |
| SolvAttr | _parent |
| Repository | _repo |
| Solvable | _solv |
| StrMatcher | _strMatcher |
Friends | |
| Impl * | rwcowClone (const Impl *rhs) |
LookupAttr implememtation.
Repository and Solvable must not be set at the same time!
_solv is somewhat abused to store eiter Id 0 or SOLVID_META, which indicates whether the dataiterator should look into solvable or repository metadata. Remember that all Solvables with an invalid Id, are treated as == Solvable::noSolvable, and in a boolean context evaluate to false. Thus noSolvable may have different Ids. Definition at line 55 of file LookupAttr.cc.
|
inline |
Definition at line 58 of file LookupAttr.cc.
Definition at line 61 of file LookupAttr.cc.
|
inline |
Definition at line 64 of file LookupAttr.cc.
Definition at line 67 of file LookupAttr.cc.
|
inline |
Definition at line 72 of file LookupAttr.cc.
|
inline |
Definition at line 75 of file LookupAttr.cc.
|
inline |
Definition at line 83 of file LookupAttr.cc.
|
inline |
Definition at line 86 of file LookupAttr.cc.
|
inline |
Definition at line 93 of file LookupAttr.cc.
|
inline |
Definition at line 96 of file LookupAttr.cc.
|
inline |
Definition at line 102 of file LookupAttr.cc.
|
inline |
Definition at line 105 of file LookupAttr.cc.
|
inline |
Definition at line 111 of file LookupAttr.cc.
|
inline |
Definition at line 114 of file LookupAttr.cc.
|
inline |
Definition at line 120 of file LookupAttr.cc.
|
inline |
Definition at line 123 of file LookupAttr.cc.
|
inline |
Definition at line 127 of file LookupAttr.cc.
|
inline |
Definition at line 145 of file LookupAttr.cc.
|
inlineprivate |
clone for RWCOW_pointer
Definition at line 158 of file LookupAttr.cc.
|
private |
Definition at line 149 of file LookupAttr.cc.
|
private |
Definition at line 150 of file LookupAttr.cc.
|
private |
Definition at line 151 of file LookupAttr.cc.
|
private |
Definition at line 152 of file LookupAttr.cc.
|
private |
Definition at line 153 of file LookupAttr.cc.