|
libzypp
9.1.2
|
#include <iostream>#include <fstream>#include <boost/mpl/int.hpp>#include "zypp/base/Easy.h"#include "zypp/base/LogTools.h"#include "zypp/base/Gettext.h"#include "zypp/base/Exception.h"#include "zypp/base/Measure.h"#include "zypp/base/WatchFile.h"#include "zypp/base/Sysconfig.h"#include "zypp/base/IOStream.h"#include "zypp/ZConfig.h"#include "zypp/sat/detail/PoolImpl.h"#include "zypp/sat/Pool.h"#include "zypp/Capability.h"#include "zypp/Locale.h"#include "zypp/PoolItem.h"#include "zypp/target/modalias/Modalias.h"#include "zypp/media/MediaPriority.h"
Go to the source code of this file.
Namespaces | |
| namespace | zypp |
Easy-to use interface to the ZYPP dependency resolver. | |
| namespace | zypp::sat |
|
| |
| namespace | zypp::sat::detail |
Defines | |
| #define | ZYPP_BASE_LOGGER_LOGGROUP "zypp::satpool" |
Functions | |
| void | repo_add_helix (::Repo *repo, FILE *fp, int flags) |
| zypp::sat::detail::BOOST_MPL_ASSERT_RELATION (noId,==, STRID_NULL) | |
| zypp::sat::detail::BOOST_MPL_ASSERT_RELATION (emptyId,==, STRID_EMPTY) | |
| zypp::sat::detail::BOOST_MPL_ASSERT_RELATION (noSolvableId,==, ID_NULL) | |
| zypp::sat::detail::BOOST_MPL_ASSERT_RELATION (systemSolvableId,==, SYSTEMSOLVABLE) | |
| zypp::sat::detail::BOOST_MPL_ASSERT_RELATION (solvablePrereqMarker,==, SOLVABLE_PREREQMARKER) | |
| zypp::sat::detail::BOOST_MPL_ASSERT_RELATION (solvableFileMarker,==, SOLVABLE_FILEMARKER) | |
| zypp::sat::detail::BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_AND,==, REL_AND) | |
| zypp::sat::detail::BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_OR,==, REL_OR) | |
| zypp::sat::detail::BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_WITH,==, REL_WITH) | |
| zypp::sat::detail::BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_NAMESPACE,==, REL_NAMESPACE) | |
| zypp::sat::detail::BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_ARCH,==, REL_ARCH) | |
| static void | zypp::sat::detail::logSat (struct _Pool *, void *data, int type, const char *logString) |
| void | zypp::sat::detail::_locale_hack (const LocaleSet &locales_r, std::tr1::unordered_set< IdString > &locale2Solver) |
| static void | zypp::sat::detail::_getLocaleDeps (Capability cap_r, std::tr1::unordered_set< sat::detail::IdType > &store_r) |
Definition in file PoolImpl.cc.
| #define ZYPP_BASE_LOGGER_LOGGROUP "zypp::satpool" |
Definition at line 47 of file PoolImpl.cc.
| void repo_add_helix | ( | ::Repo * | repo, |
| FILE * | fp, | ||
| int | flags | ||
| ) |
Referenced by zypp::sat::detail::PoolImpl::_addHelix().
1.7.6.1