libzypp 17.31.23
|
Main filter selecting PoolItems by name
and kind
.
More...
#include <pool/ByIdent.h>
Public Member Functions | |
ByIdent () | |
ByIdent (sat::Solvable slv_r) | |
ByIdent (IdString ident_r) | |
ByIdent (ResKind kind_r, IdString name_r) | |
ByIdent (ResKind kind_r, const C_Str &name_r) | |
bool | operator() (sat::Solvable slv_r) const |
bool | operator() (const PoolItem &pi_r) const |
bool | operator() (ResObject::constPtr p_r) const |
sat::detail::IdType | get () const |
Private Member Functions | |
sat::detail::IdType | makeIdent (sat::Solvable slv_r) |
sat::detail::IdType | makeIdent (ResKind kind_r, IdString name_r) |
sat::detail::IdType | makeIdent (ResKind kind_r, const C_Str &name_r) |
Private Attributes | |
sat::detail::IdType | _id |
negative _id for srcpackage , as they use the same ident as package . | |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
private |