Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
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 16 of file snapshot.h.

Friends And Related Function Documentation

friend class SnapshotList
friend

Definition at line 21 of file snapshot.h.

Member Data Documentation

SnapshotList* leveldb::SnapshotImpl::list_
private

Definition at line 27 of file snapshot.h.

SnapshotImpl* leveldb::SnapshotImpl::next_
private

Definition at line 25 of file snapshot.h.

SequenceNumber leveldb::SnapshotImpl::number_

Definition at line 18 of file snapshot.h.

SnapshotImpl* leveldb::SnapshotImpl::prev_
private

Definition at line 24 of file snapshot.h.


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