|
leveldb
|
#include <snapshot.h>


Public Attributes | |
| SequenceNumber | number_ |
Private Attributes | |
| SnapshotImpl * | prev_ |
| SnapshotImpl * | next_ |
| SnapshotList * | list_ |
Friends | |
| class | SnapshotList |
Additional Inherited Members | |
Protected Member Functions inherited from leveldb::Snapshot | |
| virtual | ~Snapshot () |
Definition at line 17 of file snapshot.h.
|
friend |
Definition at line 22 of file snapshot.h.
|
private |
Definition at line 28 of file snapshot.h.
|
private |
Definition at line 26 of file snapshot.h.
| SequenceNumber leveldb::SnapshotImpl::number_ |
Definition at line 19 of file snapshot.h.
|
private |
Definition at line 25 of file snapshot.h.
1.8.12