Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Attributes | List of all members
leveldb::SnapshotList Class Reference

#include <snapshot.h>

Collaboration diagram for leveldb::SnapshotList:
Collaboration graph
[legend]

Public Member Functions

 SnapshotList ()
 
bool empty () const
 
SnapshotImploldest () const
 
SnapshotImplnewest () const
 
const SnapshotImplNew (SequenceNumber seq)
 
void Delete (const SnapshotImpl *s)
 

Private Attributes

SnapshotImpl list_
 

Detailed Description

Definition at line 30 of file snapshot.h.

Constructor & Destructor Documentation

leveldb::SnapshotList::SnapshotList ( )
inline

Definition at line 32 of file snapshot.h.

Member Function Documentation

void leveldb::SnapshotList::Delete ( const SnapshotImpl s)
inline

Definition at line 52 of file snapshot.h.

bool leveldb::SnapshotList::empty ( ) const
inline

Definition at line 37 of file snapshot.h.

const SnapshotImpl* leveldb::SnapshotList::New ( SequenceNumber  seq)
inline

Definition at line 41 of file snapshot.h.

SnapshotImpl* leveldb::SnapshotList::newest ( ) const
inline

Definition at line 39 of file snapshot.h.

SnapshotImpl* leveldb::SnapshotList::oldest ( ) const
inline

Definition at line 38 of file snapshot.h.

Member Data Documentation

SnapshotImpl leveldb::SnapshotList::list_
private

Definition at line 61 of file snapshot.h.


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