|
leveldb
|
#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] |
Definition at line 147 of file skiplist.h.
|
inlineexplicit |
Definition at line 148 of file skiplist.h.
|
inline |
|
inline |
Definition at line 168 of file skiplist.h.
|
inline |
Definition at line 172 of file skiplist.h.
|
inline |
Definition at line 160 of file skiplist.h.
| Key const leveldb::SkipList< Key, Comparator >::Node::key |
Definition at line 150 of file skiplist.h.
|
private |
Definition at line 179 of file skiplist.h.
1.8.12