SQLite::RefObj Class Reference

Base class for self-deleting objects (when no more references are kept). More...

#include <SQLiteDB.h>

Inherited by SQLite::RealDB, SQLite::Realset, SQLite::RealStatement, and SQLite::RealTransaction.

List of all members.

Public Member Functions

 RefObj ()
 Constructor.
virtual ~RefObj ()
 Destructor.
void AddRef ()
 Adds a reference to the object.
void DecRef ()
 Deletes a reference to the object, and the object itself if the reference count is zero.

Protected Attributes

int m_nRef
 Count of references.

Detailed Description

Base class for self-deleting objects (when no more references are kept).

Definition at line 35 of file SQLiteDB.h.


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

Generated on Mon Jun 18 12:40:51 2012 for CC PDF Converter by doxygen 1.6.1