libzypp 17.37.0
zypp::repo::RepoMirrorList Class Reference

#include <zypp/repo/RepoMirrorList.h>

Public Member Functions

 RepoMirrorList (const Url &url_r, const Pathname &metadatapath_r)
 
 RepoMirrorList (const Url &url_r)
 
const std::vector< Url > & getUrls () const
 
std::vector< Url > & getUrls ()
 

Static Public Member Functions

static bool urlSupportsMirrorLink (const zypp::Url &url)
 

Private Attributes

std::vector< Url_urls
 

Detailed Description

Definition at line 21 of file RepoMirrorList.h.

Constructor & Destructor Documentation

◆ RepoMirrorList() [1/2]

zypp::repo::RepoMirrorList::RepoMirrorList ( const Url & url_r,
const Pathname & metadatapath_r )

Definition at line 329 of file RepoMirrorList.cc.

◆ RepoMirrorList() [2/2]

zypp::repo::RepoMirrorList::RepoMirrorList ( const Url & url_r)
inline

Definition at line 27 of file RepoMirrorList.h.

Member Function Documentation

◆ getUrls() [1/2]

const std::vector< Url > & zypp::repo::RepoMirrorList::getUrls ( ) const
inline

Definition at line 31 of file RepoMirrorList.h.

◆ getUrls() [2/2]

std::vector< Url > & zypp::repo::RepoMirrorList::getUrls ( )
inline

Definition at line 34 of file RepoMirrorList.h.

◆ urlSupportsMirrorLink()

bool zypp::repo::RepoMirrorList::urlSupportsMirrorLink ( const zypp::Url & url)
static

Definition at line 403 of file RepoMirrorList.cc.

Member Data Documentation

◆ _urls

std::vector<Url> zypp::repo::RepoMirrorList::_urls
private

Definition at line 40 of file RepoMirrorList.h.


The documentation for this class was generated from the following files: