|
libzypp
15.22.2
|
#include "zypp/base/Hash.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 ::_Dataiterator | zypp::sat::detail::CDataiterator |
| Wrapped libsolv C data type exposed as backdoor. More... | |
| typedef ::_Datamatcher | zypp::sat::detail::CDatamatcher |
| Wrapped libsolv C data type exposed as backdoor. More... | |
| typedef ::_Map | zypp::sat::detail::CMap |
| Wrapped libsolv C data type exposed as backdoor. More... | |
| typedef ::_Pool | zypp::sat::detail::CPool |
| Wrapped libsolv C data type exposed as backdoor. More... | |
| typedef ::_Queue | zypp::sat::detail::CQueue |
| Wrapped libsolv C data type exposed as backdoor. More... | |
| typedef ::_Repo | zypp::sat::detail::CRepo |
| Wrapped libsolv C data type exposed as backdoor. More... | |
| typedef ::_Solvable | zypp::sat::detail::CSolvable |
| Wrapped libsolv C data type exposed as backdoor. More... | |
| typedef ::_Solver | zypp::sat::detail::CSolver |
| Wrapped libsolv C data type exposed as backdoor. More... | |
| typedef ::_Transaction | zypp::sat::detail::CTransaction |
| Wrapped libsolv C data type exposed as backdoor. More... | |
| 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) |
| static const IdType | zypp::sat::detail::namespaceModalias (18) |
| static const IdType | zypp::sat::detail::namespaceLanguage (20) |
| static const IdType | zypp::sat::detail::namespaceFilesystem (21) |
| 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... | |