|
BDE 4.39.x Production Release
|
#include <bdlcc_skiplist.h>
Pointers to objects of this class are used in the "raw" API of SkipList; however, objects of the class are never constructed as the class serves only to provide type-safe pointers.
In addition, this class defines key and data member functions that pass this to static methods of SkipList.
See bdlcc_skiplist
Public Member Functions | |
| DATA & | data () const |
| const KEY & | key () const |
|
inline |
Return a reference to the modifiable "data" of this pair.
|
inline |
Return a reference to the non-modifiable "key" value of this pair.