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

#include <errorhandler-connection.hxx>

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

Private Types

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

Private Member Functions

 errorhandler_connection_base (reference x)
 
reference home () const throw ()
 The home object. The gate class has full "private" access. More...
 
void unregister () throw ()
 

Friends

class pqxx::connection_base
 

Member Typedef Documentation

typedef errorhandler & pqxx::internal::callgate< errorhandler >::reference
protectedinherited

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

This class, to keep constructors easy.

Constructor & Destructor Documentation

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

Member Function Documentation

reference pqxx::internal::callgate< errorhandler >::home ( ) const throw ()
inlineprotectedinherited

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

void pqxx::internal::gate::errorhandler_connection_base::unregister ( ) throw ()
inlineprivate

Friends And Related Function Documentation

friend class pqxx::connection_base
friend

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