libzypp  15.28.6
zypp::callback::SendReport< TReport > Struct Template Reference

#include <Callback.h>

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

Public Types

typedef TReport ReportType
 
typedef ReceiveReport< TReportReceiver
 
typedef DistributeReport< TReportDistributor
 

Public Member Functions

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

Static Public Member Functions

static ReceiverwhoIsConnected ()
 
static bool connected ()
 

Detailed Description

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

Definition at line 236 of file Callback.h.

Member Typedef Documentation

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

Definition at line 238 of file Callback.h.

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

Definition at line 239 of file Callback.h.

Definition at line 240 of file Callback.h.

Constructor & Destructor Documentation

template<class TReport>
zypp::callback::SendReport< TReport >::SendReport ( )
inline

Definition at line 242 of file Callback.h.

template<class TReport>
zypp::callback::SendReport< TReport >::~SendReport ( )
inline

Definition at line 245 of file Callback.h.

Member Function Documentation

template<class TReport>
static Receiver* zypp::callback::SendReport< TReport >::whoIsConnected ( )
inlinestatic

Definition at line 248 of file Callback.h.

template<class TReport>
static bool zypp::callback::SendReport< TReport >::connected ( )
inlinestatic

Definition at line 251 of file Callback.h.

template<class TReport>
Distributor& zypp::callback::SendReport< TReport >::operator-> ( )
inline

Definition at line 254 of file Callback.h.


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