|
libzypp
15.22.2
|
Unify by ident (kind:name).
More...
#include <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 49 of file SolvIterMixin.h.
| typedef std::unordered_set<unsigned> zypp::sat::solvitermixin_detail::UnifyByIdent::Uset |
Definition at line 53 of file SolvIterMixin.h.
|
inline |
Definition at line 54 of file SolvIterMixin.h.
| bool zypp::sat::solvitermixin_detail::UnifyByIdent::operator() | ( | const Solvable & | solv_r | ) | const |
Definition at line 31 of file SolvIterMixin.cc.
| shared_ptr<Uset> zypp::sat::solvitermixin_detail::UnifyByIdent::_uset |
Definition at line 57 of file SolvIterMixin.h.