Menu

Methods Overview

Methods: Overview

Note: The include file, basetypes.h contains the following definitions, which are used by these methods:

typedef unsigned char QBYTE;
typedef unsigned short QWORD;



Each of the basic operations methods has two overloads, which vary by key type:

1) Key type = const QBYTE *     // const unsigned char *

  Example:

 int InsertString (const QBYTE *szKey, 
                   const QBYTE *pbszData,
                   const unsigned int numSecondsTTL);



2) Key type = const QWORD *     // const unsigned short *

  Example:

 int InsertString (const QWORD *wszKey,
                   const QBYTE *pbszData,
                   const unsigned int numSecondsTTL);



Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.