libzypp
10.5.0
|
#include <Callback.h>
Public Types | |
typedef _Report | ReportType |
typedef ReceiveReport< _Report > | Receiver |
typedef DistributeReport< _Report > | Distributor |
Public Member Functions | |
SendReport () | |
~SendReport () | |
Distributor & | operator-> () |
Definition at line 213 of file Callback.h.
typedef _Report zypp::callback::SendReport< _Report >::ReportType |
Definition at line 215 of file Callback.h.
typedef ReceiveReport<_Report> zypp::callback::SendReport< _Report >::Receiver |
Definition at line 216 of file Callback.h.
typedef DistributeReport<_Report> zypp::callback::SendReport< _Report >::Distributor |
Definition at line 217 of file Callback.h.
zypp::callback::SendReport< _Report >::SendReport | ( | ) | [inline] |
Definition at line 219 of file Callback.h.
zypp::callback::SendReport< _Report >::~SendReport | ( | ) | [inline] |
Definition at line 222 of file Callback.h.
Distributor& zypp::callback::SendReport< _Report >::operator-> | ( | ) | [inline] |
Definition at line 225 of file Callback.h.