#include <CppSQLite3.h>
Public Member Functions | |
CppSQLite3Buffer () | |
~CppSQLite3Buffer () | |
const char * | format (const char *szFormat,...) |
operator const char * () | |
void | clear () |
Private Attributes | |
char * | mpBuf |
Definition at line 129 of file CppSQLite3.h.
CppSQLite3Buffer::CppSQLite3Buffer | ( | ) |
CppSQLite3Buffer::~CppSQLite3Buffer | ( | ) |
Definition at line 293 of file CppSQLite3.cpp.
References clear().
{ clear(); }
void CppSQLite3Buffer::clear | ( | ) |
Definition at line 305 of file CppSQLite3.cpp.
References mpBuf.
Referenced by format(), and ~CppSQLite3Buffer().
const char * CppSQLite3Buffer::format | ( | const char * | szFormat, | |
... | ||||
) |
CppSQLite3Buffer::operator const char * | ( | ) | [inline] |
char* CppSQLite3Buffer::mpBuf [private] |
Definition at line 161 of file CppSQLite3.h.
Referenced by clear(), CppSQLite3Buffer(), format(), and operator const char *().