12 #ifndef ZYPP_VENDORATTR_H
13 #define ZYPP_VENDORATTR_H
64 template <
class _Iterator>
87 std::ostream &
operator<<( std::ostream & str,
const VendorAttr & obj );
93 #endif // ZYPP_VENDORATTR_H
A Solvable object within the sat Pool.
std::vector< std::string > VendorList
Access to the sat-pools string space.
void addVendorList(_Iterator begin, _Iterator end) const
Adding new equivalent vendor set from list.
bool equivalent(const Vendor &lVendor, const Vendor &rVendor) const
Return whether two vendor strings shold be treated as the same vendor.
std::ostream & operator<<(std::ostream &str, const Exception &obj)
Definition of vendor equivalence.
bool addVendorDirectory(const Pathname &dirname) const
Adding new equivalent vendors described in a directory.
void _addVendorList(VendorList &) const
Reference to a PoolItem connecting ResObject and ResStatus.
static const VendorAttr & instance()
Singleton.
bool addVendorFile(const Pathname &filename) const
Adding new equivalent vendors described in a file.