![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#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 144 of file skiplist.h.
|
inlineexplicit |
Definition at line 145 of file skiplist.h.
|
inline |
Definition at line 151 of file skiplist.h.
|
inline |
Definition at line 165 of file skiplist.h.
|
inline |
Definition at line 169 of file skiplist.h.
|
inline |
Definition at line 157 of file skiplist.h.
Key const leveldb::SkipList< Key, Comparator >::Node::key |
Definition at line 147 of file skiplist.h.
|
private |
Definition at line 176 of file skiplist.h.