11#ifndef ZYPP_VENDORATTR_H
12#define ZYPP_VENDORATTR_H
23#include <zypp/APIConfig.h>
114 { _addVendorList( std::move(
list_r) ); }
119 template <
class TContainer>
124 tmp.push_back( std::string(
el) );
125 _addVendorList( std::move(
tmp) );
128 template <
class TStr>
133 tmp.push_back( std::string(
el) );
134 _addVendorList( std::move(
tmp) );
163 unsigned foreachVendorList( std::function<
bool(VendorList)>
fnc_r )
const;
173 void _addVendorList( std::vector<IdString> &&
list_r );
RepoManager implementation.
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Access to the sat-pools string space.
Combining sat::Solvable and ResStatus.
Definition of vendor equivalence.
void addVendorList(const VendorList &list_r)
void addVendorList(const TContainer &container_r)
std::vector< std::string > VendorList
Preferred type to pass equivalent vendor strings.
RWCOW_pointer< Impl > _pimpl
Implementation class.
VendorAttr(VendorAttr &&) noexcept=default
void addVendorList(VendorList &&list_r)
Adding new equivalent vendor strings container.
VendorAttr(const VendorAttr &)=default
void addVendorList(const std::initializer_list< TStr > &container_r)
A Solvable object within the sat Pool.
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
#define ZYPP_DEPRECATED
The ZYPP_DEPRECATED macro can be used to trigger compile-time warnings with gcc >= 3....