[#BloombergLP-bdlcc-SkipList-0d-addPairReferenceRaw-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0d.adoc[SkipList<long long, RecurringEventData>]::addPairReferenceRaw :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlcc/SkipList-0d/Pair.adoc[Pair]* addPairReferenceRaw(xref:BloombergLP/bdlcc/SkipList-0d/Pair.adoc[Pair] const* reference) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#