|
|
| 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:
- /home/kddev/dev/AppDev/GmCommon/GmUtil/SkipListGen.hpp
- /home/kddev/dev/AppDev/GmCommon/GmUtil/SkipListGen.cpp