libzypp 17.31.23
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.
 
virtual ~ReportBase ()
 

Detailed Description

Definition at line 616 of file ZYppCallbacks.h.

Member Enumeration Documentation

◆ Action

Enumerator
ABORT 
RETRY 
IGNORE 

Definition at line 618 of file ZYppCallbacks.h.

◆ Error

Enumerator
NO_ERROR 
FAILED 

Definition at line 624 of file ZYppCallbacks.h.

Member Function Documentation

◆ start()

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

Definition at line 629 of file ZYppCallbacks.h.

◆ progress()

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

Definition at line 631 of file ZYppCallbacks.h.

◆ problem()

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

Definition at line 634 of file ZYppCallbacks.h.

◆ finish()

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

Definition at line 640 of file ZYppCallbacks.h.


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