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


Constructor & Destructor Documentation

CppSQLite3Binary::CppSQLite3Binary  ) 
 

CppSQLite3Binary::~CppSQLite3Binary  ) 
 


Member Function Documentation

unsigned char * CppSQLite3Binary::allocBuffer int  nLen  ) 
 

void CppSQLite3Binary::clear  ) 
 

const unsigned char * CppSQLite3Binary::getBinary  ) 
 

int CppSQLite3Binary::getBinaryLength  ) 
 

const unsigned char * CppSQLite3Binary::getEncoded  ) 
 

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

void CppSQLite3Binary::setEncoded const unsigned char *  pBuf  ) 
 


Member Data Documentation

bool CppSQLite3Binary::mbEncoded [private]
 

int CppSQLite3Binary::mnBinaryLen [private]
 

int CppSQLite3Binary::mnBufferLen [private]
 

int CppSQLite3Binary::mnEncodedLen [private]
 

unsigned char* CppSQLite3Binary::mpBuf [private]
 


The documentation for this class was generated from the following files:
Generated on Mon May 29 01:10:33 2006 for Papagan by  doxygen 1.4.6-NO