|
leveldb
|
#include <skiplist.h>

Public Member Functions | |
| Iterator (const SkipList *list) | |
| bool | Valid () const |
| const Key & | key () const |
| void | Next () |
| void | Prev () |
| void | Seek (const Key &target) |
| void | SeekToFirst () |
| void | SeekToLast () |
Private Attributes | |
| const SkipList * | list_ |
| Node * | node_ |
Definition at line 59 of file skiplist.h.
|
inlineexplicit |
Definition at line 191 of file skiplist.h.
|
inline |
Definition at line 202 of file skiplist.h.


|
inline |
Definition at line 208 of file skiplist.h.


|
inline |
Definition at line 214 of file skiplist.h.


|
inline |
Definition at line 225 of file skiplist.h.


|
inline |
Definition at line 230 of file skiplist.h.


|
inline |
Definition at line 235 of file skiplist.h.


|
inline |
|
private |
Definition at line 92 of file skiplist.h.
|
private |
Definition at line 93 of file skiplist.h.
1.8.12