libzypp 17.38.6
poolconstants.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8----------------------------------------------------------------------/
9*
10* This file contains private API, this might break at any time between releases.
11* You have been warned!
12*
13*/
14#ifndef ZYPP_NG_SAT_POOLDEFINES_H_INCLUDED
15#define ZYPP_NG_SAT_POOLDEFINES_H_INCLUDED
16
17
18extern "C"
19{
20#include <solv/pool.h>
21#include <solv/repo.h>
22#include <solv/solvable.h>
23#include <solv/poolarch.h>
24#include <solv/repo_solv.h>
25#include <solv/pool_parserpmrichdep.h>
26}
27
29
30namespace zyppng::sat {
31
32 namespace detail {
42
46
58
60 }
61
66 enum class PoolInvalidation {
72
77 };
78
79
80}
81
82#endif //ZYPP_NG_SAT_POOLDEFINES_H_INCLUDED
static const IdType namespaceLanguage(20)
static const IdType solvablePrereqMarker(15)
Internal ids satlib includes in dependencies.
static const IdType solvableFileMarker(16)
static const IdType emptyId(1)
::s_Map CMap
Wrapped libsolv C data type exposed as backdoor.
Definition PoolDefines.h:33
unsigned int SolvableIdType
Id type to connect Solvable and sat-solvable.
Definition PoolDefines.h:63
static const IdType namespaceModalias(18)
static const IdType namespaceFilesystem(21)
::s_Repo CRepo
Wrapped libsolv C data type exposed as backdoor.
Definition PoolDefines.h:36
static const IdType noId(0)
static const SolvableIdType noSolvableId(0)
Id to denote Solvable::noSolvable.
int IdType
Generic Id type.
Definition PoolDefines.h:42
::s_Queue CQueue
Wrapped libsolv C data type exposed as backdoor.
Definition PoolDefines.h:35
static const RepoIdType noRepoId(0)
Id to denote Repo::noRepository.
bool isDepMarkerId(IdType id_r)
Test for internal ids satlib includes in dependencies.
Definition PoolDefines.h:57
::s_Solvable CSolvable
Wrapped libsolv C data type exposed as backdoor.
Definition PoolDefines.h:37
::s_Solver CSolver
Wrapped libsolv C data type exposed as backdoor.
Definition PoolDefines.h:38
::s_Pool CPool
Wrapped libsolv C data type exposed as backdoor.
Definition PoolDefines.h:34
::s_Datamatcher CDatamatcher
Wrapped libsolv C data type exposed as backdoor.
Definition PoolDefines.h:32
::s_Dataiterator CDataiterator
Wrapped libsolv C data type exposed as backdoor.
Definition PoolDefines.h:31
::s_Transaction CTransaction
Wrapped libsolv C data type exposed as backdoor.
Definition PoolDefines.h:39
static const SolvableIdType systemSolvableId(1)
Id to denote the usually hidden Solvable::systemSolvable.
CRepo * RepoIdType
Id type to connect Repo and sat-repo.
Definition PoolDefines.h:71
CLASS NAME : detail::DIWrap.
Definition cap2str.cc:14
zypp::sat::detail::CSolvable CSolvable
zypp::sat::detail::CQueue CQueue
zypp::sat::detail::CDatamatcher CDatamatcher
zypp::sat::detail::CDataiterator CDataiterator
zypp::sat::detail::RepoIdType RepoIdType
zypp::sat::detail::CPool CPool
zypp::sat::detail::SolvableIdType SolvableIdType
zypp::sat::detail::CTransaction CTransaction
zypp::sat::detail::CMap CMap
zypp::sat::detail::CSolver CSolver
zypp::sat::detail::IdType IdType
zypp::sat::detail::CRepo CRepo
SolvableIdType size_type
This file contains private API, this might break at any time between releases.
PoolInvalidation
Defines the scope of an invalidation request for the Pool.
@ Dependency
Only external requirements/context changed (e.g., Locales).
@ Data
Structural or data change (e.g., Rootfs, Arch, or Repo content).