|
typedef ::s_Dataiterator | CDataiterator |
| Wrapped libsolv C data type exposed as backdoor.
|
|
typedef ::s_Datamatcher | CDatamatcher |
| Wrapped libsolv C data type exposed as backdoor.
|
|
typedef ::s_Map | CMap |
| Wrapped libsolv C data type exposed as backdoor.
|
|
typedef ::s_Pool | CPool |
| Wrapped libsolv C data type exposed as backdoor.
|
|
typedef ::s_Queue | CQueue |
| Wrapped libsolv C data type exposed as backdoor.
|
|
typedef ::s_Repo | CRepo |
| Wrapped libsolv C data type exposed as backdoor.
|
|
typedef ::s_Solvable | CSolvable |
| Wrapped libsolv C data type exposed as backdoor.
|
|
typedef ::s_Solver | CSolver |
| Wrapped libsolv C data type exposed as backdoor.
|
|
typedef ::s_Transaction | CTransaction |
| Wrapped libsolv C data type exposed as backdoor.
|
|
typedef int | IdType |
| Generic Id type.
|
|
typedef unsigned | SolvableIdType |
| Id type to connect Solvable and sat-solvable.
|
|
typedef SolvableIdType | size_type |
|
typedef CRepo * | RepoIdType |
| Id type to connect Repo and sat-repo.
|
|
|
| BOOST_MPL_ASSERT_RELATION (noId,==, STRID_NULL) |
|
| BOOST_MPL_ASSERT_RELATION (emptyId,==, STRID_EMPTY) |
|
| BOOST_MPL_ASSERT_RELATION (noSolvableId,==, ID_NULL) |
|
| BOOST_MPL_ASSERT_RELATION (systemSolvableId,==, SYSTEMSOLVABLE) |
|
| BOOST_MPL_ASSERT_RELATION (solvablePrereqMarker,==, SOLVABLE_PREREQMARKER) |
|
| BOOST_MPL_ASSERT_RELATION (solvableFileMarker,==, SOLVABLE_FILEMARKER) |
|
| BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_AND,==, REL_AND) |
|
| BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_OR,==, REL_OR) |
|
| BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_COND,==, REL_COND) |
|
| BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_UNLESS,==, REL_UNLESS) |
|
| BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_ELSE,==, REL_ELSE) |
|
| BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_WITH,==, REL_WITH) |
|
| BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_WITHOUT,==, REL_WITHOUT) |
|
| BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_NAMESPACE,==, REL_NAMESPACE) |
|
| BOOST_MPL_ASSERT_RELATION (CapDetail::CAP_ARCH,==, REL_ARCH) |
|
| BOOST_MPL_ASSERT_RELATION (namespaceModalias,==, NAMESPACE_MODALIAS) |
|
| BOOST_MPL_ASSERT_RELATION (namespaceLanguage,==, NAMESPACE_LANGUAGE) |
|
| BOOST_MPL_ASSERT_RELATION (namespaceFilesystem,==, NAMESPACE_FILESYSTEM) |
|
const Pathname & | sysconfigStoragePath () |
|
static void | logSat (CPool *, void *data, int type, const char *logString) |
|
static void | _getLocaleDeps (const Capability &cap_r, LocaleSet &store_r) |
|
static const IdType | noId (0) |
|
static const IdType | emptyId (1) |
|
static const IdType | solvablePrereqMarker (15) |
| Internal ids satlib includes in dependencies.
|
|
static const IdType | solvableFileMarker (16) |
|
static const IdType | namespaceModalias (18) |
|
static const IdType | namespaceLanguage (20) |
|
static const IdType | namespaceFilesystem (21) |
|
bool | isDepMarkerId (IdType id_r) |
| Test for internal ids satlib includes in dependencies.
|
|
static const SolvableIdType | noSolvableId (0) |
| Id to denote Solvable::noSolvable.
|
|
static const SolvableIdType | systemSolvableId (1) |
| Id to denote the usually hidden Solvable::systemSolvable.
|
|
static const RepoIdType | noRepoId (0) |
| Id to denote Repo::noRepository.
|
|
std::ostream & | operator<< (std::ostream &str, const DIWrap &obj) |
|
std::ostream & | operator<< (std::ostream &str, const WhatProvidesIterator &obj) |
|