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

#include <bdlcc_skiplist.h>

Public Member Functions

DATA & data () const
 Return a reference to the modifiable "data" of this pair.
 
const KEY & key () const
 Return a reference to the non-modifiable "key" value of this pair.
 

Detailed Description

template<class KEY, class DATA>
class bdlcc::SkipListPair< KEY, DATA >

Pointers to objects of this class are used in the "raw" API of SkipList; however, objects of the class are never constructed as the class serves only to provide type-safe pointers.

In addition, this class defines key and data member functions that pass this to static methods of SkipList.

See bdlcc_skiplist

Member Function Documentation

◆ data()

template<class KEY , class DATA >
DATA & bdlcc::SkipListPair< KEY, DATA >::data ( ) const
inline

◆ key()

template<class KEY , class DATA >
const KEY & bdlcc::SkipListPair< KEY, DATA >::key ( ) const
inline

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