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

#include <transaction-subtransaction.hxx>

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

Private Types

typedef transaction_basereference
 A reference to the host class. Helps keep constructors easy. More...
 
typedef callgate
< transaction_base
super
 This class, to keep constructors easy. More...
 

Private Member Functions

 transaction_subtransaction (reference x)
 
void add_reactivation_avoidance_count (int n)
 
reference home () const throw ()
 The home object. The gate class has full "private" access. More...
 

Friends

class pqxx::subtransaction
 

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

Member Function Documentation

void pqxx::internal::gate::transaction_subtransaction::add_reactivation_avoidance_count ( int  n)
inlineprivate
reference pqxx::internal::callgate< transaction_base >::home ( ) const throw ()
inlineprotectedinherited

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

Friends And Related Function Documentation

friend class pqxx::subtransaction
friend

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