12#ifndef ZYPP_ZYPPFACTORY_H
13#define ZYPP_ZYPPFACTORY_H
17#include <zypp/base/Exception.h>
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Base class for Exception.
ZYppFactoryException(std::string msg_r, pid_t lockerPid_r, std::string lockerName_r)
~ZYppFactoryException() override
const std::string & lockerName() const
ZYpp factory class (Singleton)
static ZYppFactory instance()
Singleton ctor.
bool haveZYpp() const
Whether the ZYpp instance is already created.
ZYpp::Ptr getZYpp()
Convenience to get the Pointer to the ZYpp instance.
ZYpp::Ptr getZYpp() const
ZYppFactory()
Default ctor.
static zypp::Pathname lockfileDir()
friend std::ostream & operator<<(std::ostream &str, const ZYppFactory &obj)
::boost::shared_ptr< ZYpp > Ptr
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)