Go to the documentation of this file.
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
Combining sat::Solvable and ResStatus.
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.
void addVendorList(TIterator begin, TIterator end) const
Adding new equivalent vendor set from list.
Definition of vendor equivalence.
bool addVendorDirectory(const Pathname &dirname) const
Adding new equivalent vendors described in a directory.
Access to the sat-pools string space.
void _addVendorList(VendorList &) const
Easy-to use interface to the ZYPP dependency resolver.
bool addVendorFile(const Pathname &filename) const
Adding new equivalent vendors described in a file.
std::ostream & operator<<(std::ostream &str, const Exception &obj)
std::vector< std::string > VendorList
static const VendorAttr & instance()
Singleton.
String related utilities and Regular expression matching.