Go to the documentation of this file.
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
friend std::ostream & operator<<(std::ostream &str, const ZYppFactory &obj)
Base class for Exception.
ZYpp::Ptr getZYpp() const
virtual ~ZYppFactoryException()
ZYpp::Ptr getZYpp()
Convenience to get the Pointer to the ZYpp instance.
Easy-to use interface to the ZYPP dependency resolver.
::boost::shared_ptr< ZYpp > Ptr
const std::string & lockerName() const
bool haveZYpp() const
Whether the ZYpp instance is already created.
static ZYppFactory instance()
Singleton ctor.
ZYpp factory class (Singleton)
ZYppFactoryException(const std::string &msg_r, pid_t lockerPid_r, const std::string &lockerName_r)
std::ostream & operator<<(std::ostream &str, const Exception &obj)
String related utilities and Regular expression matching.
ZYppFactory()
Default ctor.