|
libzypp 17.38.3
|
Unify by ident (kind:name).
More...
#include <zypp/sat/SolvIterMixin.h>
Public Types | |
| using | Umap = std::unordered_map<sat::detail::IdType,sat::detail::SolvableIdType> |
Public Member Functions | |
| bool | operator() (const Solvable &solv_r) const |
| UnifyByIdent2 () | |
Public Attributes | |
| shared_ptr< Umap > | _umap |
Unify by ident (kind:name).
Return true on the 1st appearance of a new ident. This is used in SolvIterMixin when mapping a Solvable iterator to a Selectable iterator. For each ident we need one Solvable representing it. Which one does not matter.
Definition at line 44 of file SolvIterMixin.h.
| using zypp::sat::solvitermixin_detail::UnifyByIdent2::Umap = std::unordered_map<sat::detail::IdType,sat::detail::SolvableIdType> |
Definition at line 48 of file SolvIterMixin.h.
|
inline |
Definition at line 49 of file SolvIterMixin.h.
Definition at line 31 of file SolvIterMixin.cc.
| shared_ptr<Umap> zypp::sat::solvitermixin_detail::UnifyByIdent2::_umap |
Definition at line 52 of file SolvIterMixin.h.