libzypp 17.31.23
|
Unify by ident
(kind:name).
More...
#include <sat/SolvIterMixin.h>
Public Types | |
typedef std::unordered_set< unsigned > | Uset |
Public Member Functions | |
bool | operator() (const Solvable &solv_r) const |
UnifyByIdent () | |
Public Attributes | |
shared_ptr< Uset > | _uset |
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.
Definition at line 43 of file SolvIterMixin.h.
typedef std::unordered_set<unsigned> zypp::sat::solvitermixin_detail::UnifyByIdent::Uset |
Definition at line 47 of file SolvIterMixin.h.
|
inline |
Definition at line 48 of file SolvIterMixin.h.
Definition at line 31 of file SolvIterMixin.cc.
shared_ptr<Uset> zypp::sat::solvitermixin_detail::UnifyByIdent::_uset |
Definition at line 51 of file SolvIterMixin.h.