libzypp  10.5.0
zypp::callback::SendReport< _Report > Struct Template Reference

#include <Callback.h>

Inheritance diagram for zypp::callback::SendReport< _Report >:

List of all members.

Public Types

typedef _Report ReportType
typedef ReceiveReport< _ReportReceiver
typedef DistributeReport< _ReportDistributor

Public Member Functions

 SendReport ()
 ~SendReport ()
Distributoroperator-> ()

Detailed Description

template<class _Report>
struct zypp::callback::SendReport< _Report >

Definition at line 213 of file Callback.h.


Member Typedef Documentation

template<class _Report>
typedef _Report zypp::callback::SendReport< _Report >::ReportType

Definition at line 215 of file Callback.h.

template<class _Report>
typedef ReceiveReport<_Report> zypp::callback::SendReport< _Report >::Receiver

Definition at line 216 of file Callback.h.

Definition at line 217 of file Callback.h.


Constructor & Destructor Documentation

template<class _Report>
zypp::callback::SendReport< _Report >::SendReport ( ) [inline]

Definition at line 219 of file Callback.h.

template<class _Report>
zypp::callback::SendReport< _Report >::~SendReport ( ) [inline]

Definition at line 222 of file Callback.h.


Member Function Documentation

template<class _Report>
Distributor& zypp::callback::SendReport< _Report >::operator-> ( ) [inline]

Definition at line 225 of file Callback.h.


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