Bitcoin
|
#include <skiplist.h>
Public Member Functions | |
Node (const Key &k) | |
Node * | Next (int n) |
void | SetNext (int n, Node *x) |
Node * | NoBarrier_Next (int n) |
void | NoBarrier_SetNext (int n, Node *x) |
Public Attributes | |
Key const | key |
Private Attributes | |
port::AtomicPointer | next_ [1] |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
Key const leveldb::SkipList< Key, Comparator >::Node::key |
|
private |