sq3::sqlite3_stmt_reset_finalizer Struct Reference
A specialized dtor to call reset sqlite3_stmt handles(), for use with refcount::rcptr<sqlite3,sqlite3_stmt_reset_finalizer>.
More...
#include <sq3.hpp>
List of all members.
|
Public Member Functions |
void | operator() (sqlite3_stmt *&t) |
| Calls sqlite3_reset(t) and assigns t to 0.
|
Detailed Description
A specialized dtor to call reset sqlite3_stmt handles(), for use with refcount::rcptr<sqlite3,sqlite3_stmt_reset_finalizer>.
Definition at line 162 of file sq3.hpp.
The documentation for this struct was generated from the following files: