|
libzypp 17.38.6
|
#include <climits>#include <iostream>#include <utility>#include <zypp-core/base/LogTools.h>#include <zypp-core/base/Gettext.h>#include <zypp-core/base/Exception.h>#include <zypp-core/AutoDispose.h>#include <zypp-core/Pathname.h>#include <zypp-core/ng/base/precondition.h>#include <zypp/ng/sat/pool.h>#include <zypp/ng/sat/repository.h>#include <zypp/ng/sat/lookupattr.h>
Go to the source code of this file.
Namespaces | |
| namespace | zyppng |
| namespace | zyppng::sat |
| This file contains private API, this might break at any time between releases. | |
| namespace | zyppng::sat::detail |
| CLASS NAME : detail::DIWrap. | |
Macros | |
| #define | NO_REPOSITORY_RETURN(VAL) |
| #define | NO_REPOSITORY_THROW(VAL) |
Functions | |
| template<> | |
| Pool & | zyppng::sat::detail::poolFromType (Repository &r) |
| template<> | |
| const Pool & | zyppng::sat::detail::poolFromType (const Repository &r) |
| #define NO_REPOSITORY_RETURN | ( | VAL | ) |
Definition at line 60 of file repository.cc.
| #define NO_REPOSITORY_THROW | ( | VAL | ) |
Definition at line 64 of file repository.cc.