|
libzypp 17.38.7
|
#include <climits>#include <iostream>#include <utility>#include <zypp-core/base/Logger.h>#include <zypp-core/base/Gettext.h>#include <zypp-core/base/Exception.h>#include <zypp-core/base/Xml.h>#include <zypp-core/AutoDispose.h>#include <zypp-core/Pathname.h>#include <zypp/sat/detail/PoolImpl.h>#include <zypp/Repository.h>#include <zypp/ResPool.h>#include <zypp/Product.h>#include <zypp/sat/Pool.h>Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver. | |
| namespace | zypp::detail |
Macros | |
| #define | NO_REPOSITORY_RETURN(VAL) |
| #define | NO_REPOSITORY_THROW(VAL) |
Functions | |
| std::ostream & | zypp::operator<< (std::ostream &str, const Repository &obj) ZYPP_API |
| relates: Repository Stream output | |
| std::ostream & | zypp::dumpAsXmlOn (std::ostream &str, const Repository &obj) ZYPP_API |
| relates: Repository XML output | |
| #define NO_REPOSITORY_RETURN | ( | VAL | ) |
Definition at line 46 of file Repository.cc.
| #define NO_REPOSITORY_THROW | ( | VAL | ) |
Definition at line 50 of file Repository.cc.