Classes | |
| class | AtomImpl |
| Class representing the link between a patch and a package. More... | |
| class | AtomImplIf |
| Abstract Atom implementation interface. More... | |
| struct | ImplConnect |
| Connect to an implementation (internal). More... | |
| class | MessageImpl |
| Class representing the message to be shown during update. More... | |
| class | MessageImplIf |
| Abstract Message implementation interface. More... | |
| class | PackageImpl |
| class | PackageImplIf |
| Abstract Package implementation interface. More... | |
| class | PatchImpl |
| Class representing a patch. More... | |
| class | PatchImplIf |
| Abstract Patch implementation interface. More... | |
| class | PatternImpl |
| class | PatternImplIf |
| Abstract Pattern implementation interface. More... | |
| class | ProductImpl |
| class | ProductImplIf |
| Abstract Product implementation interface. More... | |
| struct | ResImplTraits |
| Defines common types for Resolvable implementations. More... | |
| class | ResObjectImplIf |
| Abstact ResObject implementation interface. More... | |
| class | ScriptImpl |
| Class representing an update script. More... | |
| class | ScriptImplIf |
| Abstract Script implementation interface. More... | |
| class | SelectionImpl |
| class | SelectionImplIf |
| Abstract Selection implementation interface. More... | |
| class | SrcPackageImpl |
| class | SrcPackageImplIf |
| Abstract SrcPackage implementation interface. More... | |
| class | LanguageImpl |
| Exposition only. More... | |
| class | LanguageImplIf |
| Exposition only. More... | |
| class | SystemResObjectImplIf |
| Abstract SystemResObject implementation interface. More... | |
Namespaces | |
| namespace | _resobjectfactory_detail |
Functions | |
| static void | copycaps (std::set< std::string > &out, const CapSet &in) |
| template<class _Impl> | |
| _Impl::ResType::Ptr | makeResolvableAndImpl (const NVRAD &nvrad_r, intrusive_ptr< _Impl > &impl_r) |
| template<class _Impl> | |
| _Impl::ResType::Ptr | makeResolvableFromImpl (const NVRAD &nvrad_r, intrusive_ptr< _Impl > impl_r) |
| static void zypp::detail::copycaps | ( | std::set< std::string > & | out, | |
| const CapSet & | in | |||
| ) | [static] |
Definition at line 41 of file PatternImplIf.cc.
Referenced by zypp::detail::SelectionImplIf::install_packages(), and zypp::detail::PatternImplIf::install_packages().
| _Impl::ResType::Ptr zypp::detail::makeResolvableAndImpl | ( | const NVRAD & | nvrad_r, | |
| intrusive_ptr< _Impl > & | impl_r | |||
| ) | [inline] |
| _Impl::ResType::Ptr zypp::detail::makeResolvableFromImpl | ( | const NVRAD & | nvrad_r, | |
| intrusive_ptr< _Impl > | impl_r | |||
| ) | [inline] |
Definition at line 75 of file ResObjectFactory.h.
Referenced by zypp::Language::availableInstance(), zypp::storage::XMLFilesBackend::createAtom(), zypp::storage::XMLFilesBackend::createMessage(), zypp::storage::XMLFilesBackend::createPatch(), zypp::storage::XMLFilesBackend::createPattern(), zypp::storage::XMLFilesBackend::createProduct(), zypp::repo::cached::RepoImpl::createResolvables(), zypp::storage::XMLFilesBackend::createScript(), zypp::storage::XMLFilesBackend::createSelection(), and zypp::Language::installedInstance().
1.5.3