libzypp
13.10.6
|
#include "zypp/base/Tr1hash.h"
#include "zypp/base/Iterator.h"
#include "zypp/base/String.h"
#include "zypp/base/Easy.h"
Go to the source code of this file.
Classes | |
struct | zypp::sat::detail::PoolMember |
Backlink to the associated PoolImpl. More... | |
Namespaces | |
zypp | |
Easy-to use interface to the ZYPP dependency resolver. | |
zypp::detail | |
zypp::sat | |
Libsolv interface | |
zypp::sat::detail | |
Typedefs | |
typedef int | zypp::sat::detail::IdType |
Generic Id type. More... | |
typedef unsigned | zypp::sat::detail::SolvableIdType |
Id type to connect Solvable and sat-solvable. More... | |
typedef SolvableIdType | zypp::sat::detail::size_type |
typedef ::_Repo * | zypp::sat::detail::RepoIdType |
Id type to connect Repo and sat-repo. More... | |
Functions | |
static const IdType | zypp::sat::detail::noId (0) |
static const IdType | zypp::sat::detail::emptyId (1) |
static const IdType | zypp::sat::detail::solvablePrereqMarker (15) |
Internal ids satlib includes in dependencies. More... | |
static const IdType | zypp::sat::detail::solvableFileMarker (16) |
bool | zypp::sat::detail::isDepMarkerId (IdType id_r) |
Test for internal ids satlib includes in dependencies. More... | |
static const SolvableIdType | zypp::sat::detail::noSolvableId (0) |
Id to denote Solvable::noSolvable. More... | |
static const SolvableIdType | zypp::sat::detail::systemSolvableId (1) |
Id to denote the usually hidden Solvable::systemSolvable. More... | |
static const RepoIdType | zypp::sat::detail::noRepoId (0) |
Id to denote Repo::noRepository. More... | |