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.
Synopsis
Declared in <bdlcc_skiplist.h>
SkipListPair<KEY, DATA>*
addPairReferenceRaw(Pair const* reference) const;
Created with MrDocs