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_reactivation_avoidance_exemption Class Reference

#include <connection-reactivation_avoidance_exemption.hxx>

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

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_reactivation_avoidance_exemption (reference x)
 
void add_counter (int x) const
 
void clear_counter ()
 
int get_counter () const
 
reference home () const throw ()
 The home object. The gate class has full "private" access. More...
 

Friends

class pqxx::internal::reactivation_avoidance_exemption
 

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_reactivation_avoidance_exemption::connection_reactivation_avoidance_exemption ( reference  x)
inlineprivate

Member Function Documentation

void pqxx::internal::gate::connection_reactivation_avoidance_exemption::add_counter ( int  x) const
inlineprivate
void pqxx::internal::gate::connection_reactivation_avoidance_exemption::clear_counter ( )
inlineprivate
int pqxx::internal::gate::connection_reactivation_avoidance_exemption::get_counter ( ) const
inlineprivate
reference pqxx::internal::callgate< connection_base >::home ( ) const throw ()
inlineprotectedinherited

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

Friends And Related Function Documentation


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