10 #ifndef ZYPP_REPO_TYPE_H_
11 #define ZYPP_REPO_TYPE_H_
46 explicit RepoType(
const std::string & strval_r);
52 const std::string &
asString()
const;
65 {
return ! (obj1 == obj2); }
RepoType::Type parse(const std::string &strval_r)
std::ostream & operator<<(std::ostream &str, const DeltaCandidates &obj)
bool operator==(const RepoType &obj1, const RepoType &obj2)
const std::string & asString() const
static const RepoType NONE
static const RepoType RPMMD
bool operator!=(const RepoType &obj1, const RepoType &obj2)
static const RepoType YAST2
static const RepoType RPMPLAINDIR
Repository type enumeration.