libzypp 9.41.1
|
#include <ServiceInfo.h>
Public Member Functions | |
RepoState () | |
RepoState (const RepoInfo &repo_r) | |
bool | operator== (const RepoState &rhs) const |
bool | operator!= (const RepoState &rhs) const |
Public Attributes | |
bool | enabled |
bool | autorefresh |
unsigned | priority |
Friends | |
std::ostream & | operator<< (std::ostream &str, const RepoState &obj) |
Definition at line 147 of file ServiceInfo.h.
zypp::ServiceInfo::RepoState::RepoState | ( | ) | [inline] |
Definition at line 153 of file ServiceInfo.h.
zypp::ServiceInfo::RepoState::RepoState | ( | const RepoInfo & | repo_r | ) | [inline] |
Definition at line 156 of file ServiceInfo.h.
bool zypp::ServiceInfo::RepoState::operator== | ( | const RepoState & | rhs | ) | const [inline] |
Definition at line 159 of file ServiceInfo.h.
References autorefresh, enabled, and priority.
Referenced by operator!=().
bool zypp::ServiceInfo::RepoState::operator!= | ( | const RepoState & | rhs | ) | const [inline] |
Definition at line 161 of file ServiceInfo.h.
References operator==().
std::ostream& operator<< | ( | std::ostream & | str, |
const RepoState & | obj | ||
) | [friend] |
Definition at line 175 of file ServiceInfo.cc.
Definition at line 149 of file ServiceInfo.h.
Referenced by zypp::ServiceInfo::dumpAsIniOn(), zypp::operator<<(), and operator==().
Definition at line 150 of file ServiceInfo.h.
Referenced by zypp::ServiceInfo::dumpAsIniOn(), zypp::operator<<(), and operator==().
Definition at line 151 of file ServiceInfo.h.
Referenced by zypp::ServiceInfo::dumpAsIniOn(), zypp::operator<<(), and operator==().