libzypp 17.37.17
|
ZYpp factory class (Singleton) More...
#include <zypp/ZYppFactory.h>
Public Member Functions | |
~ZYppFactory () | |
Dtor. | |
ZYpp::Ptr | getZYpp () const |
bool | haveZYpp () const |
Whether the ZYpp instance is already created. |
Static Public Member Functions | |
static ZYppFactory | instance () |
Singleton ctor. | |
static zypp::Pathname | lockfileDir () |
Private Member Functions | |
ZYppFactory () | |
Default ctor. |
Friends | |
std::ostream & | operator<< (std::ostream &str, const ZYppFactory &obj) |
Related Symbols | |
(Note that these are not member symbols.) | |
std::ostream & | operator<< (std::ostream &str, const ZYppFactory &obj) |
Stream output. | |
ZYpp::Ptr | getZYpp () |
Convenience to get the Pointer to the ZYpp instance. |
ZYpp factory class (Singleton)
Definition at line 43 of file ZYppFactory.h.
zypp::ZYppFactory::~ZYppFactory | ( | ) |
Dtor.
Definition at line 371 of file ZYppFactory.cc.
|
private |
Default ctor.
Definition at line 368 of file ZYppFactory.cc.
|
static |
Singleton ctor.
Definition at line 365 of file ZYppFactory.cc.
ZYpp::Ptr zypp::ZYppFactory::getZYpp | ( | ) | const |
EXCEPTION | In case we can't acquire a lock. |
Definition at line 376 of file ZYppFactory.cc.
bool zypp::ZYppFactory::haveZYpp | ( | ) | const |
Whether the ZYpp instance is already created.
Definition at line 464 of file ZYppFactory.cc.
|
static |
Definition at line 467 of file ZYppFactory.cc.
|
friend |
Definition at line 477 of file ZYppFactory.cc.
|
Stream output.
Definition at line 477 of file ZYppFactory.cc.
|
Convenience to get the Pointer to the ZYpp instance.
Definition at line 77 of file ZYppFactory.h.