#include <ZYppFactory.h>
Public Member Functions | |
| ~ZYppFactory () | |
| Dtor. | |
| ZYpp::Ptr | getZYpp () const |
| |
Static Public Member Functions | |
| static ZYppFactory | instance () |
| Singleton ctor. | |
Private Member Functions | |
| ZYppFactory () | |
| Default ctor. | |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const ZYppFactory &obj) |
| Stream output. | |
Related Functions | |
| (Note that these are not member functions.) | |
| ZYpp::Ptr | getZYpp () |
| Convenience to get the Pointer to the ZYpp instance. | |
Definition at line 36 of file ZYppFactory.h.
| zypp::ZYppFactory::~ZYppFactory | ( | ) |
| zypp::ZYppFactory::ZYppFactory | ( | ) | [private] |
| ZYppFactory zypp::ZYppFactory::instance | ( | ) | [static] |
Singleton ctor.
Definition at line 293 of file ZYppFactory.cc.
References ZYppFactory().
Referenced by getZYpp().
| ZYpp::Ptr zypp::ZYppFactory::getZYpp | ( | ) | const |
| EXCEPTION | In case we can't acquire a lock. |
Definition at line 318 of file ZYppFactory.cc.
References zypp::ZYppGlobalLock::_clean_lock, zypp::zypp_readonly_hack::active, zypp::globalLock, MIL, N_, ZYPP_THROW, and zypp::ZYppGlobalLock::zyppLocked().
Referenced by getZYpp().
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const ZYppFactory & | obj | |||
| ) | [friend] |
| ZYpp::Ptr getZYpp | ( | ) | [related] |
Convenience to get the Pointer to the ZYpp instance.
Definition at line 65 of file ZYppFactory.h.
References getZYpp(), and instance().
1.5.3