libzypp  15.28.6
zypp::target::rpm::RebuildDBReport Struct Reference

#include <ZYppCallbacks.h>

Inheritance diagram for zypp::target::rpm::RebuildDBReport:

Public Types

enum  Action { ABORT, RETRY, IGNORE }
 
enum  Error { NO_ERROR, FAILED }
 
- Public Types inherited from zypp::callback::ReportBase
typedef callback::UserData UserData
 
typedef UserData::ContentType ContentType
 

Public Member Functions

virtual void start (Pathname)
 
virtual bool progress (int, Pathname)
 
virtual Action problem (Pathname, Error, const std::string &)
 
virtual void finish (Pathname, Error, const std::string &)
 
- Public Member Functions inherited from zypp::callback::ReportBase
virtual void report (const UserData &userData_r=UserData())
 The most generic way of sending/receiving data. More...
 
virtual ~ReportBase ()
 

Detailed Description

Definition at line 600 of file ZYppCallbacks.h.

Member Enumeration Documentation

Enumerator
ABORT 
RETRY 
IGNORE 

Definition at line 602 of file ZYppCallbacks.h.

Enumerator
NO_ERROR 
FAILED 

Definition at line 608 of file ZYppCallbacks.h.

Member Function Documentation

virtual void zypp::target::rpm::RebuildDBReport::start ( Pathname  )
inlinevirtual

Definition at line 613 of file ZYppCallbacks.h.

virtual bool zypp::target::rpm::RebuildDBReport::progress ( int  ,
Pathname   
)
inlinevirtual

Definition at line 615 of file ZYppCallbacks.h.

virtual Action zypp::target::rpm::RebuildDBReport::problem ( Pathname  ,
Error  ,
const std::string &   
)
inlinevirtual

Definition at line 618 of file ZYppCallbacks.h.

virtual void zypp::target::rpm::RebuildDBReport::finish ( Pathname  ,
Error  ,
const std::string &   
)
inlinevirtual

Definition at line 624 of file ZYppCallbacks.h.


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