libzypp 17.38.14
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
47 using zypp::sat::detail::noId;
48 using zypp::sat::detail::emptyId;
49 using zypp::sat::detail::solvablePrereqMarker;
50 using zypp::sat::detail::solvableFileMarker;
51 using zypp::sat::detail::namespaceModalias;
52 using zypp::sat::detail::namespaceLanguage;
53 using zypp::sat::detail::namespaceFilesystem;
54 using zypp::sat::detail::noSolvableId;
55 using zypp::sat::detail::systemSolvableId;
56 using zypp::sat::detail::noRepoId;
58
60 }
61
66 enum class PoolInvalidation {
72
77 };
78
79
80}
81
82#endif //ZYPP_NG_SAT_POOLDEFINES_H_INCLUDED
::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
::s_Repo CRepo
Wrapped libsolv C data type exposed as backdoor.
Definition PoolDefines.h:36
int IdType
Generic Id type.
Definition PoolDefines.h:42
::s_Queue CQueue
Wrapped libsolv C data type exposed as backdoor.
Definition PoolDefines.h:35
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
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).