libzypp  14.48.5
zypp::target::rpm::ConvertDBReport Struct Reference

#include <ZYppCallbacks.h>

Inheritance diagram for zypp::target::rpm::ConvertDBReport:

Public Types

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

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 ~ReportBase ()
 

Detailed Description

Definition at line 649 of file ZYppCallbacks.h.

Member Enumeration Documentation

Enumerator
ABORT 
RETRY 
IGNORE 

Definition at line 651 of file ZYppCallbacks.h.

Enumerator
NO_ERROR 
FAILED 

Definition at line 657 of file ZYppCallbacks.h.

Member Function Documentation

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

Definition at line 662 of file ZYppCallbacks.h.

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

Definition at line 666 of file ZYppCallbacks.h.

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

Definition at line 669 of file ZYppCallbacks.h.

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

Definition at line 675 of file ZYppCallbacks.h.


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