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.
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. | |
Base class for self-deleting objects (when no more references are kept).
Definition at line 35 of file SQLiteDB.h.
1.6.1