libzypp
10.5.0
|
#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 | |
namespace | zypp |
Easy-to use interface to the ZYPP dependency resolver. | |
namespace | zypp::detail |
namespace | zypp::sat |
| |
namespace | zypp::sat::detail |
Typedefs | |
typedef int | zypp::sat::detail::IdType |
Generic Id type. | |
typedef unsigned | zypp::sat::detail::SolvableIdType |
Id type to connect Solvable and sat-solvable. | |
typedef SolvableIdType | zypp::sat::detail::size_type |
typedef ::_Repo * | zypp::sat::detail::RepoIdType |
Id type to connect Repo and sat-repo. | |
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. | |
static const IdType | zypp::sat::detail::solvableFileMarker (16) |
bool | zypp::sat::detail::isDepMarkerId (IdType id_r) |
Test for internal ids satlib includes in dependencies. | |
static const SolvableIdType | zypp::sat::detail::noSolvableId (0) |
Id to denote Solvable::noSolvable. | |
static const SolvableIdType | zypp::sat::detail::systemSolvableId (1) |
Id to denote the usually hidden Solvable::systemSolvable. | |
static const RepoIdType | zypp::sat::detail::noRepoId (0) |
Id to denote Repo::noRepository. |
Definition in file PoolMember.h.