pqxx::internal::refcount Class Reference

Helper class used in reference counting (doubly-linked circular list). More...

#include <util.hxx>

List of all members.

Public Member Functions

 refcount ()
 ~refcount ()
void makeref (refcount &) throw ()
 Create additional reference based on existing refcount object.
bool loseref () throw ()
 Drop this reference; return whether we were the last reference.


Detailed Description

Helper class used in reference counting (doubly-linked circular list).


Constructor & Destructor Documentation

pqxx::internal::refcount::refcount (  ) 

pqxx::internal::refcount::~refcount (  ) 


Member Function Documentation

void pqxx::internal::refcount::makeref ( refcount  )  throw ()

Create additional reference based on existing refcount object.

bool pqxx::internal::refcount::loseref (  )  throw ()

Drop this reference; return whether we were the last reference.


The documentation for this class was generated from the following files:
Generated on Thu Feb 1 17:12:40 2007 for libpqxx by  doxygen 1.5.1