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.
Synopsis
Declared in <bdlcc_skiplist.h>
template<
class KEY,
class DATA>
class SkipListPairHandle;
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this |
Change this |
|
|
|
Return |
|
|
|
Release the reference (if any) managed by this |
|
Invoke |
|
Return the address of the pair referred to by this |
Friends
Name |
Description |
This class provides a generic thread‐safe Skip List (an ordered associative container). It supports an almost complete set of value semantic operations, including copy construction, assignment, equality comparison, and |
Created with MrDocs