Managed handle to a key/data pair in a SkipList.
Synopsis
Declared in <bdlcc_skiplist.h>
template<
class KEY,
class DATA>
class SkipListPairHandle;
Description
Objects of this class refer to an association (pair) in a SkipList. A bdlcc::SkipListPairHandle is implicitly convertible to a const Pair* and thus may be used anywhere in the SkipList API that a const Pair* is expected.
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this |
Make this handle refer to the same pair as |
|
|
|
Return |
|
|
|
Release the reference (if any) managed by this |
|
Release this handle and return the raw list and pair pointers. |
|
Return the address of the pair referred to by this |
Friends
Name |
Description |
Thread‐safe ordered associative skip list of key/data pairs. |
Created with MrDocs