#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) |
Related Functions | |
(Note that these are not member functions.) | |
ZYpp::Ptr | getZYpp () |
Definition at line 36 of file ZYppFactory.h.
|
Dtor.
Definition at line 313 of file ZYppFactory.cc. |
|
Default ctor.
Definition at line 303 of file ZYppFactory.cc. Referenced by instance(). |
|
Singleton ctor.
Definition at line 293 of file ZYppFactory.cc. References ZYppFactory(). Referenced by getZYpp(). |
|
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(). |
|
Stream output Definition at line 351 of file ZYppFactory.cc. |
|
Convenience to get the Pointer to the ZYpp instance.
Definition at line 65 of file ZYppFactory.h. References getZYpp(), and instance(). |