|
libzypp
9.1.2
|
#include <sys/file.h>#include <iostream>#include <fstream>#include "zypp/base/Logger.h"#include "zypp/base/Gettext.h"#include "zypp/base/IOStream.h"#include "zypp/PathInfo.h"#include "zypp/ZYppFactory.h"#include "zypp/zypp_detail/ZYppImpl.h"#include "zypp/zypp_detail/ZYppReadOnlyHack.h"
Go to the source code of this file.
Classes | |
| class | zypp::ZYppGlobalLock |
Namespaces | |
| namespace | zypp |
Easy-to use interface to the ZYPP dependency resolver. | |
| namespace | zypp::env |
| namespace | zypp::zypp_readonly_hack |
Functions | |
| Pathname | zypp::env::ZYPP_LOCKFILE_ROOT () |
| Hack to circumvent the currently poor --root support. | |
| void | zypp::zypp_readonly_hack::IWantIt () ZYPP_DEPRECATED |
| std::ostream & | zypp::operator<< (std::ostream &str, const ZYppFactory &obj) |
Variables | |
| static bool | zypp::zypp_readonly_hack::active = false |
Definition in file ZYppFactory.cc.
1.7.6.1