libsq3  2007.10.18
Public Member Functions | List of all members
sq3::statement_reset_finalizer Struct Reference

A specialized dtor to reset (not close) sq3::statement objects, for use with refcount::rcptr<sqlite3,statement_reset_finalizer>. More...

#include <sq3.hpp>

Public Member Functions

void operator() (::sq3::statement *&t)
 Calls t->reset() and assigns t to 0.
 

Detailed Description

A specialized dtor to reset (not close) sq3::statement objects, for use with refcount::rcptr<sqlite3,statement_reset_finalizer>.

Definition at line 149 of file sq3.hpp.


The documentation for this struct was generated from the following files: