BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlcc::SkipList< KEY, DATA >::PairHandleFactory Class Reference

#include <bdlcc_skiplist.h>

Public Member Functions

 PairHandleFactory (SkipList *list)
 Create a PairHandleFactory bound to the specified list.
 
PairHandle operator() (Node *node) const
 

Constructor & Destructor Documentation

◆ PairHandleFactory()

template<class KEY , class DATA >
bdlcc::SkipList< KEY, DATA >::PairHandleFactory::PairHandleFactory ( SkipList list)
inlineexplicit

Member Function Documentation

◆ operator()()

template<class KEY , class DATA >
SkipList< KEY, DATA >::PairHandle bdlcc::SkipList< KEY, DATA >::PairHandleFactory::operator() ( Node node) const
inline

Return a PairHandle bound to the list this object is bound to, and referring to the specified node.


The documentation for this class was generated from the following file: