CppSQLite3Binary Class Reference

#include <CppSQLite3.h>

List of all members.

Public Member Functions

 CppSQLite3Binary ()
 ~CppSQLite3Binary ()
void setBinary (const unsigned char *pBuf, int nLen)
void setEncoded (const unsigned char *pBuf)
const unsigned char * getEncoded ()
const unsigned char * getBinary ()
int getBinaryLength ()
unsigned char * allocBuffer (int nLen)
void clear ()

Private Attributes

unsigned char * mpBuf
int mnBinaryLen
int mnBufferLen
int mnEncodedLen
bool mbEncoded


Detailed Description

Definition at line 85 of file CppSQLite3.h.


Constructor & Destructor Documentation

CppSQLite3Binary::CppSQLite3Binary (  ) 

CppSQLite3Binary::~CppSQLite3Binary (  ) 


Member Function Documentation

void CppSQLite3Binary::setBinary ( const unsigned char *  pBuf,
int  nLen 
)

void CppSQLite3Binary::setEncoded ( const unsigned char *  pBuf  ) 

const unsigned char* CppSQLite3Binary::getEncoded (  ) 

const unsigned char* CppSQLite3Binary::getBinary (  ) 

int CppSQLite3Binary::getBinaryLength (  ) 

unsigned char* CppSQLite3Binary::allocBuffer ( int  nLen  ) 

void CppSQLite3Binary::clear (  ) 


Member Data Documentation

unsigned char* CppSQLite3Binary::mpBuf [private]

Definition at line 107 of file CppSQLite3.h.

int CppSQLite3Binary::mnBinaryLen [private]

Definition at line 108 of file CppSQLite3.h.

int CppSQLite3Binary::mnBufferLen [private]

Definition at line 109 of file CppSQLite3.h.

int CppSQLite3Binary::mnEncodedLen [private]

Definition at line 110 of file CppSQLite3.h.

bool CppSQLite3Binary::mbEncoded [private]

Definition at line 111 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