#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 65 of file CppSQLite3.h.
CppSQLite3Buffer::CppSQLite3Buffer | ( | ) |
CppSQLite3Buffer::~CppSQLite3Buffer | ( | ) |
const char* CppSQLite3Buffer::format | ( | const char * | szFormat, | |
... | ||||
) |
CppSQLite3Buffer::operator const char * | ( | ) | [inline] |
void CppSQLite3Buffer::clear | ( | ) |
char* CppSQLite3Buffer::mpBuf [private] |
Definition at line 81 of file CppSQLite3.h.