|
leveldb
|
#include <snapshot.h>

Public Member Functions | |
| SnapshotList () | |
| bool | empty () const |
| SnapshotImpl * | oldest () const |
| SnapshotImpl * | newest () const |
| const SnapshotImpl * | New (SequenceNumber seq) |
| void | Delete (const SnapshotImpl *s) |
Private Attributes | |
| SnapshotImpl | list_ |
Definition at line 31 of file snapshot.h.
|
inline |
Definition at line 33 of file snapshot.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 40 of file snapshot.h.
|
inline |
|
private |
Definition at line 62 of file snapshot.h.
1.8.12