Tezzeret  1
Tezzeret
Public Member Functions | List of all members
Geometrics::SkipListGeneric Class Reference

Public Member Functions

 SkipListGeneric (float fProbability, int iMaxHeight, u8 *iMaxKey, int iKeySize, int iValueSize, SkipListKeyCompareFunction compareFxn)
 
bool insert (u8 *newKey, u8 *newValue)
 
bool insertWithoutCopy (u8 *newKey, u8 *newValue)
 
bool remove (u8 *puKey)
 
bool forget (u8 *puKey)
 
u8 * retrieve (u8 *puKey)
 
u8 * previousTo (u8 *puKey, u8 **foundKey)
 
u8 * following (u8 *puKey, u8 **foundKey)
 
u8 * first (u8 **foundKey)
 
int size ()
 

The documentation for this class was generated from the following files: