Public Member Functions | |
| Impl (const RepoManagerOptions &opt) | |
| Impl () | |
Static Public Member Functions | |
| static shared_ptr< Impl > | nullimpl () |
| Offer default Impl. | |
Public Attributes | |
| RepoManagerOptions | options |
Private Member Functions | |
| Impl * | clone () const |
| clone for RWCOW_pointer | |
Friends | |
| Impl * | r (const Impl *rhs) |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const RepoManager::Impl &obj) |
| Stream output. | |
Definition at line 225 of file RepoManager.cc.
| zypp::RepoManager::Impl::Impl | ( | const RepoManagerOptions & | opt | ) | [inline] |
Definition at line 227 of file RepoManager.cc.
| zypp::RepoManager::Impl::Impl | ( | ) | [inline] |
Definition at line 233 of file RepoManager.cc.
| static shared_ptr<Impl> zypp::RepoManager::Impl::nullimpl | ( | ) | [inline, static] |
| Impl* zypp::RepoManager::Impl::clone | ( | ) | const [inline, private] |
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const RepoManager::Impl & | obj | |||
| ) | [related] |
Definition at line 238 of file RepoManager.cc.
1.5.3