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

#include <connection_base.hxx>

Collaboration diagram for pqxx::internal::reactivation_avoidance_counter:

Public Member Functions

 reactivation_avoidance_counter ()
 
void add (int n) throw ()
 
void clear () throw ()
 
int get () const throw ()
 

Private Attributes

int m_counter
 

Constructor & Destructor Documentation

pqxx::internal::reactivation_avoidance_counter::reactivation_avoidance_counter ( )
inline

Member Function Documentation

void pqxx::internal::reactivation_avoidance_counter::add ( int  n) throw ()
inline

References m_counter.

void pqxx::internal::reactivation_avoidance_counter::clear ( ) throw ()
inline

References m_counter.

int pqxx::internal::reactivation_avoidance_counter::get ( ) const throw ()
inline

References m_counter.

Member Data Documentation

int pqxx::internal::reactivation_avoidance_counter::m_counter
private

Referenced by add(), clear(), and get().


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