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

#include <transaction-transactionfocus.hxx>

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

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_transactionfocus (reference x)
 
reference home () const throw ()
 The home object. The gate class has full "private" access. More...
 
void RegisterFocus (transactionfocus *focus)
 
void RegisterPendingError (const PGSTD::string &error)
 
void UnregisterFocus (transactionfocus *focus) throw ()
 

Friends

class pqxx::internal::transactionfocus
 

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

Member Function Documentation

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

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

void pqxx::internal::gate::transaction_transactionfocus::RegisterFocus ( transactionfocus focus)
inlineprivate
void pqxx::internal::gate::transaction_transactionfocus::RegisterPendingError ( const PGSTD::string &  error)
inlineprivate
void pqxx::internal::gate::transaction_transactionfocus::UnregisterFocus ( transactionfocus focus) throw ()
inlineprivate

Friends And Related Function Documentation

friend class pqxx::internal::transactionfocus
friend

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