12 #ifndef ZYPP_ZYPPFACTORY_H
13 #define ZYPP_ZYPPFACTORY_H
27 ZYppFactoryException(
const std::string & msg_r, pid_t lockerPid_r,
const std::string & lockerName_r );
81 #endif // ZYPP_ZYPPFACTORY_H
bool haveZYpp() const
Whether the ZYpp instance is already created.
const std::string & lockerName() const
virtual ~ZYppFactoryException()
ZYpp::Ptr getZYpp() const
static ZYppFactory instance()
Singleton ctor.
std::ostream & operator<<(std::ostream &str, const Exception &obj)
ZYppFactoryException(const std::string &msg_r, pid_t lockerPid_r, const std::string &lockerName_r)
ZYpp factory class (Singleton)
ZYppFactory()
Default ctor.
Base class for Exception.
friend std::ostream & operator<<(std::ostream &str, const ZYppFactory &obj)
intrusive_ptr< ZYpp > Ptr