leveldb
Public Attributes | Private Attributes | Friends | List of all members
leveldb::SnapshotImpl Class Reference

#include <snapshot.h>

Inheritance diagram for leveldb::SnapshotImpl:
Inheritance graph
[legend]
Collaboration diagram for leveldb::SnapshotImpl:
Collaboration graph
[legend]

Public Attributes

SequenceNumber number_
 

Private Attributes

SnapshotImplprev_
 
SnapshotImplnext_
 
SnapshotListlist_
 

Friends

class SnapshotList
 

Additional Inherited Members

- Protected Member Functions inherited from leveldb::Snapshot
virtual ~Snapshot ()
 

Detailed Description

Definition at line 17 of file snapshot.h.

Friends And Related Function Documentation

§ SnapshotList

friend class SnapshotList
friend

Definition at line 22 of file snapshot.h.

Member Data Documentation

§ list_

SnapshotList* leveldb::SnapshotImpl::list_
private

Definition at line 28 of file snapshot.h.

§ next_

SnapshotImpl* leveldb::SnapshotImpl::next_
private

Definition at line 26 of file snapshot.h.

§ number_

SequenceNumber leveldb::SnapshotImpl::number_

Definition at line 19 of file snapshot.h.

§ prev_

SnapshotImpl* leveldb::SnapshotImpl::prev_
private

Definition at line 25 of file snapshot.h.


The documentation for this class was generated from the following file: