#include <SelectionImplIf.h>
Public Types | |
| typedef Selection | ResType |
Public Member Functions | |
| virtual Label | category () const PURE_VIRTUAL |
| virtual bool | visible () const PURE_VIRTUAL |
| virtual Label | order () const PURE_VIRTUAL |
| virtual const std::set < std::string > | install_packages (const Locale &lang=Locale("")) const |
Definition at line 34 of file SelectionImplIf.h.
Definition at line 37 of file SelectionImplIf.h.
| Label zypp::detail::SelectionImplIf::category | ( | ) | const [virtual] |
| bool zypp::detail::SelectionImplIf::visible | ( | ) | const [virtual] |
| Label zypp::detail::SelectionImplIf::order | ( | ) | const [virtual] |
| const std::set< std::string > zypp::detail::SelectionImplIf::install_packages | ( | const Locale & | lang = Locale("") |
) | const [virtual] |
Reimplemented in zypp::storage::XMLSelectionImpl.
Definition at line 51 of file SelectionImplIf.cc.
References zypp::detail::copycaps(), zypp::Dep::RECOMMENDS, and zypp::Dep::REQUIRES.
1.5.3