Increment the reference count for the pair at reference.
Synopsis
Declared in <bdlcc_skiplist.h>
SkipListPair<KEY, DATA>*
addPairReferenceRaw(Pair const* reference) const;
Description
Increment the reference count for the list element referred to by the specified reference. There must be a corresponding call to releaseReferenceRaw when the reference is no longer needed. The behavior is undefined item has already been released. Return reference.
Return Value
reference
Parameters
Name |
Description |
reference |
pair in this list |
Created with MrDocs