19#ifndef ZYPPNG_SAT_STRINGPOOL_H_INCLUDED
20#define ZYPPNG_SAT_STRINGPOOL_H_INCLUDED
26#include <solv/pool_parserpmrichdep.h>
76 { return ::pool_parserpmrichdep(
_pool, capstr_r ); }
StringPool(const StringPool &)=delete
zypp::sat::detail::CPool * operator->()
Pointer style access forwarded to the raw sat-pool.
StringPool(const StringPool &)=delete
zypp::sat::detail::CPool * getPool() const
Explicit accessor for the raw sat-pool.
static StringPool & instance()
Access the global StringPool instance.
StringPool & operator=(StringPool &&)=delete
StringPool & operator=(const StringPool &)=delete
StringPool(StringPool &&)=delete
zypp::sat::detail::CPool * _pool
Internal pointer to the libsolv pool structure (CPool).
zypp::sat::detail::IdType parserpmrichdep(const char *capstr_r)
libsolv capability parser
int IdType
Generic Id type.
::s_Pool CPool
Wrapped libsolv C data type exposed as backdoor.