|
libzypp
9.1.2
|
#include <climits>#include <iostream>#include "zypp/base/Logger.h"#include "zypp/base/Gettext.h"#include "zypp/base/Exception.h"#include "zypp/AutoDispose.h"#include "zypp/Pathname.h"#include "zypp/sat/detail/PoolImpl.h"#include "zypp/Repository.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. | |
Defines | |
| #define | NO_REPOSITORY_RETURN(VAL) |
| #define | NO_REPOSITORY_THROW(VAL) |
| #define NO_REPOSITORY_RETURN | ( | VAL | ) |
::_Repo * _repo( get() ); \
if ( ! _repo ) return VAL
Definition at line 42 of file Repository.cc.
Referenced by zypp::Repository::alias(), zypp::Repository::clearInfo(), zypp::Repository::compatibleWithProductBegin(), zypp::Repository::eraseFromPool(), zypp::Repository::generatedTimestamp(), zypp::Repository::info(), zypp::Repository::isSystemRepo(), zypp::Repository::isUpdateRepo(), zypp::Repository::keywords(), zypp::Repository::maybeOutdated(), zypp::Repository::nextInPool(), zypp::Repository::providesUpdatesFor(), zypp::Repository::satInternalPriority(), zypp::Repository::satInternalSubPriority(), zypp::Repository::solvablesBegin(), zypp::Repository::solvablesEmpty(), zypp::Repository::solvablesEnd(), zypp::Repository::solvablesSize(), zypp::Repository::suggestedExpirationTimestamp(), and zypp::Repository::updatesProductBegin().
| #define NO_REPOSITORY_THROW | ( | VAL | ) |
::_Repo * _repo( get() ); \ if ( ! _repo ) ZYPP_THROW( VAL )
Definition at line 46 of file Repository.cc.
Referenced by zypp::Repository::addHelix(), zypp::Repository::addSolv(), zypp::Repository::addSolvables(), and zypp::Repository::setInfo().
1.7.6.1