This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
Csq3::cursor | This type is for stepping through a db query result |
▼Csq3::database | Encapsulates a connection to an sqlite database |
Csq3::log_db | Log_db is a simple logging database for use with arbitrary applications |
Csq3::settings_db | |
Crefcount::no_delete_finalizer | A no-op "destructor" for use with rcptr |
Crefcount::plain_delete_finalizer | The default destructor/cleanup functor for use with rcptr<> |
Crefcount::rcptr< HandleT, FinalizerT > | |
Crefcount::rcptr< sq3::statement, sq3::statement_reset_finalizer > | |
Crefcount::rcptr< sqlite3, sq3::sqlite3_finalizer > | |
Crefcount::rcptr< sqlite3_stmt, sq3::sqlite3_stmt_finalizer > | |
Crefcount::Detail::ref_type< T > | Internal detail for dereferencing pointers |
Crefcount::Detail::ref_type< void > | Internal detail for dereferencing pointers |
Csq3::sqlite3_finalizer | A specialized dtor to close sqlite3 handles, for use with refcount::rcptr<sqlite3,sqlite3_finalizer > |
Csq3::sqlite3_stmt_finalizer | A specialized dtor to finalize sqlite3_stmt handles, for use with refcount::rcptr<sqlite3,sqlite3_stmt_finalizer> |
Csq3::sqlite3_stmt_reset_finalizer | A specialized dtor to call reset sqlite3_stmt handles(), for use with refcount::rcptr<sqlite3,sqlite3_stmt_reset_finalizer> |
Csq3::statement | |
Csq3::statement_reset_finalizer | A specialized dtor to reset (not close) sq3::statement objects, for use with refcount::rcptr<sqlite3,statement_reset_finalizer> |
Csq3::transaction | This type represents a transaction block in an SQL session |