CppSQLite3Buffer Class Reference

#include <CppSQLite3.h>

List of all members.

Public Member Functions

 CppSQLite3Buffer ()
 ~CppSQLite3Buffer ()
const char * format (const char *szFormat,...)
 operator const char * ()
void clear ()

Private Attributes

char * mpBuf


Detailed Description

Definition at line 65 of file CppSQLite3.h.


Constructor & Destructor Documentation

CppSQLite3Buffer::CppSQLite3Buffer (  ) 

CppSQLite3Buffer::~CppSQLite3Buffer (  ) 


Member Function Documentation

const char* CppSQLite3Buffer::format ( const char *  szFormat,
  ... 
)

CppSQLite3Buffer::operator const char * (  )  [inline]

Definition at line 75 of file CppSQLite3.h.

00075 { return mpBuf; }

void CppSQLite3Buffer::clear (  ) 


Member Data Documentation

char* CppSQLite3Buffer::mpBuf [private]

Definition at line 81 of file CppSQLite3.h.


The documentation for this class was generated from the following file:
Generated on Mon Jun 22 10:49:51 2009 for CreaImageIO by  doxygen 1.5.3