libzypp  10.5.0
PoolImpl.cc File Reference
#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"
Include dependency graph for PoolImpl.cc:

Go to the source code of this file.

Namespaces

namespace  zypp
 

Easy-to use interface to the ZYPP dependency resolver.


namespace  zypp::sat
 

Libsolv interface


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)
const Pathname & zypp::sat::detail::sysconfigStoragePath ()
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)

Detailed Description

Definition in file PoolImpl.cc.


Define Documentation

#define ZYPP_BASE_LOGGER_LOGGROUP   "zypp::satpool"

Definition at line 47 of file PoolImpl.cc.


Function Documentation

void repo_add_helix ( ::Repo *  repo,
FILE *  fp,
int  flags 
)