libzypp 9.41.1

zypp::ServiceInfo::RepoState Struct Reference

#include <ServiceInfo.h>

List of all members.

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)

Detailed Description

Definition at line 147 of file ServiceInfo.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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==().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  str,
const RepoState obj 
) [friend]

Definition at line 175 of file ServiceInfo.cc.


Member Data Documentation


The documentation for this struct was generated from the following file: