12#ifndef ZYPP_ZYPPFACTORY_H
13#define ZYPP_ZYPPFACTORY_H
17#include <zypp/base/Exception.h>
27 ZYppFactoryException(
const std::string & msg_r, pid_t lockerPid_r,
const std::string & lockerName_r );
Base class for Exception.
virtual ~ZYppFactoryException()
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)