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

#include <snapshot.h>

Inheritance diagram for leveldb::SnapshotImpl:
leveldb::Snapshot

Public Attributes

SequenceNumber number_
 

Private Attributes

SnapshotImplprev_
 
SnapshotImplnext_
 
SnapshotListlist_
 

Friends

class SnapshotList
 

Additional Inherited Members

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

Friends And Related Function Documentation

◆ SnapshotList

friend class SnapshotList
friend

Member Data Documentation

◆ list_

SnapshotList* leveldb::SnapshotImpl::list_
private

◆ next_

SnapshotImpl* leveldb::SnapshotImpl::next_
private

◆ number_

SequenceNumber leveldb::SnapshotImpl::number_

◆ prev_

SnapshotImpl* leveldb::SnapshotImpl::prev_
private

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