10 #ifndef ZYPP_REPO_TYPE_H_ 11 #define ZYPP_REPO_TYPE_H_ 47 explicit RepoType(
const std::string & strval_r);
53 const std::string &
asString()
const;
66 {
return ! (obj1 == obj2); }
std::string asString(const Patch::Category &obj)
String related utilities and Regular expression matching.
const std::string & asString() const
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
std::ostream & operator<<(std::ostream &str, const DeltaCandidates &obj)
bool operator==(const RepoType &obj1, const RepoType &obj2)
static const RepoType NONE
static const RepoType RPMMD
bool operator!=(const RepoType &obj1, const RepoType &obj2)
static const RepoType YAST2
static const RepoType RPMPLAINDIR
Easy-to use interface to the ZYPP dependency resolver.
Repository type enumeration.