12 #ifndef ZYPP_VENDORATTR_H 13 #define ZYPP_VENDORATTR_H 54 bool addVendorDirectory(
const Pathname & dirname )
const;
59 bool addVendorFile(
const Pathname & filename )
const;
64 template <
class TIterator>
66 { VendorList tmp( begin, end ); _addVendorList( tmp ); }
73 bool equivalent(
const Vendor & lVendor,
const Vendor & rVendor )
const;
83 void _addVendorList( VendorList & )
const;
93 #endif // ZYPP_VENDORATTR_H A Solvable object within the sat Pool.
std::ostream & operator<<(std::ostream &str, const FileConflicts &obj)
std::vector< std::string > VendorList
String related utilities and Regular expression matching.
Access to the sat-pools string space.
Definition of vendor equivalence.
void addVendorList(TIterator begin, TIterator end) const
Adding new equivalent vendor set from list.
Combining sat::Solvable and ResStatus.
Easy-to use interface to the ZYPP dependency resolver.