libzypp  15.28.6
zypp::repo::ServiceRepos Class Reference

Retrieval of repository list for a service. More...

#include <ServiceRepos.h>

Inheritance diagram for zypp::repo::ServiceRepos:

Classes

struct  Impl
 

Public Types

typedef function< bool(const
RepoInfo &)> 
ProcessRepo
 Return false from the callback to get a AbortRequestException to be thrown and the processing to be cancelled. More...
 

Public Member Functions

 ServiceRepos (const ServiceInfo &service, const ProcessRepo &callback, const ProgressData::ReceiverFnc &progress=ProgressData::ReceiverFnc())
 
 ~ServiceRepos ()
 

Private Attributes

RW_pointer< Impl_impl
 Expose type only. More...
 

Detailed Description

Retrieval of repository list for a service.

Definition at line 25 of file ServiceRepos.h.

Member Typedef Documentation

typedef function< bool( const RepoInfo & )> zypp::repo::ServiceRepos::ProcessRepo

Return false from the callback to get a AbortRequestException to be thrown and the processing to be cancelled.

Definition at line 32 of file ServiceRepos.h.

Constructor & Destructor Documentation

zypp::repo::ServiceRepos::ServiceRepos ( const ServiceInfo service,
const ProcessRepo callback,
const ProgressData::ReceiverFnc progress = ProgressData::ReceiverFnc() 
)

Definition at line 83 of file ServiceRepos.cc.

zypp::repo::ServiceRepos::~ServiceRepos ( )

Definition at line 91 of file ServiceRepos.cc.

Member Data Documentation

RW_pointer<Impl> zypp::repo::ServiceRepos::_impl
private

Expose type only.

Definition at line 40 of file ServiceRepos.h.


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