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