libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pqxx::internal::gate::connection_notification_receiver Class Reference

#include <connection-notification_receiver.hxx>

Inheritance diagram for pqxx::internal::gate::connection_notification_receiver:
Collaboration diagram for pqxx::internal::gate::connection_notification_receiver:

Private Types

typedef connection_basereference
 A reference to the host class. Helps keep constructors easy. More...
 
typedef callgate< connection_basesuper
 This class, to keep constructors easy. More...
 

Private Member Functions

 connection_notification_receiver (reference x)
 
void add_receiver (notification_receiver *receiver)
 
reference home () const throw ()
 The home object. The gate class has full "private" access. More...
 
void remove_receiver (notification_receiver *receiver) throw ()
 

Friends

class pqxx::notification_receiver
 

Member Typedef Documentation

A reference to the host class. Helps keep constructors easy.

This class, to keep constructors easy.

Constructor & Destructor Documentation

pqxx::internal::gate::connection_notification_receiver::connection_notification_receiver ( reference  x)
inlineprivate

Member Function Documentation

void pqxx::internal::gate::connection_notification_receiver::add_receiver ( notification_receiver receiver)
inlineprivate
reference pqxx::internal::callgate< connection_base >::home ( ) const throw ()
inlineprotectedinherited

The home object. The gate class has full "private" access.

void pqxx::internal::gate::connection_notification_receiver::remove_receiver ( notification_receiver receiver) throw ()
inlineprivate

Friends And Related Function Documentation

friend class pqxx::notification_receiver
friend

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