Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bdlcc::SkipList< KEY, DATA >::PairHandleFactory Class Reference

#include <bdlcc_skiplist.h>

List of all members.

Public Member Functions

 PairHandleFactory (SkipList *list)
PairHandle operator() (Node *node) const

template<class KEY, class DATA>
class bdlcc::SkipList< KEY, DATA >::PairHandleFactory


Constructor & Destructor Documentation

template<class KEY, class DATA>
bdlcc::SkipList< KEY, DATA >::PairHandleFactory::PairHandleFactory ( SkipList list  )  [explicit]

Create a PairHandleFactory bound to the specified list.


Member Function Documentation

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

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: