libzypp
10.5.0
|
Main filter selecting PoolItems by name
and kind
.
More...
#include <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 . |
zypp::pool::ByIdent::ByIdent | ( | sat::Solvable | slv_r | ) | [inline, explicit] |
zypp::pool::ByIdent::ByIdent | ( | IdString | ident_r | ) | [inline, explicit] |
bool zypp::pool::ByIdent::operator() | ( | sat::Solvable | slv_r | ) | const [inline] |
bool zypp::pool::ByIdent::operator() | ( | const PoolItem & | pi_r | ) | const [inline] |
bool zypp::pool::ByIdent::operator() | ( | ResObject::constPtr | p_r | ) | const [inline] |
sat::detail::IdType zypp::pool::ByIdent::makeIdent | ( | sat::Solvable | slv_r | ) | [inline, private] |
sat::detail::IdType zypp::pool::ByIdent::makeIdent | ( | ResKind | kind_r, |
IdString | name_r | ||
) | [inline, private] |
sat::detail::IdType zypp::pool::ByIdent::makeIdent | ( | ResKind | kind_r, |
const C_Str & | name_r | ||
) | [inline, private] |
sat::detail::IdType zypp::pool::ByIdent::get | ( | ) | const [inline] |
sat::detail::IdType zypp::pool::ByIdent::_id [private] |