libzypp  15.28.6
zypp::ServiceInfo::RepoState Struct Reference

#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)
 

Detailed Description

Definition at line 167 of file ServiceInfo.h.

Constructor & Destructor Documentation

zypp::ServiceInfo::RepoState::RepoState ( )
inline

Definition at line 173 of file ServiceInfo.h.

zypp::ServiceInfo::RepoState::RepoState ( const RepoInfo repo_r)
inline

Definition at line 176 of file ServiceInfo.h.

Member Function Documentation

bool zypp::ServiceInfo::RepoState::operator== ( const RepoState rhs) const
inline

Definition at line 179 of file ServiceInfo.h.

bool zypp::ServiceInfo::RepoState::operator!= ( const RepoState rhs) const
inline

Definition at line 181 of file ServiceInfo.h.

Friends And Related Function Documentation

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

Definition at line 165 of file ServiceInfo.cc.

Member Data Documentation

bool zypp::ServiceInfo::RepoState::enabled

Definition at line 169 of file ServiceInfo.h.

bool zypp::ServiceInfo::RepoState::autorefresh

Definition at line 170 of file ServiceInfo.h.

unsigned zypp::ServiceInfo::RepoState::priority

Definition at line 171 of file ServiceInfo.h.


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