12#ifndef ZYPP_SAT_DETAIL_POOLDEFINES_H
13#define ZYPP_SAT_DETAIL_POOLDEFINES_H
20 struct s_Dataiterator;
60 {
return( id_r == solvablePrereqMarker || id_r == solvableFileMarker ); }
Provides API related macros.
#define ZYPP_DEFINE_GLOBAL_CONSTANT(type, name,...)
Defines a namespace-scope constant with the correct linkage for the build mode.
::s_Map CMap
Wrapped libsolv C data type exposed as backdoor.
unsigned int SolvableIdType
Id type to connect Solvable and sat-solvable.
::s_Repo CRepo
Wrapped libsolv C data type exposed as backdoor.
int IdType
Generic Id type.
::s_Queue CQueue
Wrapped libsolv C data type exposed as backdoor.
bool isDepMarkerId(IdType id_r)
Internal ids satlib includes in dependencies.
::s_Solvable CSolvable
Wrapped libsolv C data type exposed as backdoor.
::s_Solver CSolver
Wrapped libsolv C data type exposed as backdoor.
::s_Pool CPool
Wrapped libsolv C data type exposed as backdoor.
::s_Datamatcher CDatamatcher
Wrapped libsolv C data type exposed as backdoor.
::s_Dataiterator CDataiterator
Wrapped libsolv C data type exposed as backdoor.
::s_Transaction CTransaction
Wrapped libsolv C data type exposed as backdoor.
CRepo * RepoIdType
Id to denote Solvable::noSolvable.