Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Attributes | List of all members
leveldb::DBImpl::ManualCompaction Struct Reference
Collaboration diagram for leveldb::DBImpl::ManualCompaction:
Collaboration graph
[legend]

Public Attributes

int level
 
bool done
 
const InternalKeybegin
 
const InternalKeyend
 
InternalKey tmp_storage
 

Detailed Description

Definition at line 160 of file db_impl.h.

Member Data Documentation

const InternalKey* leveldb::DBImpl::ManualCompaction::begin

Definition at line 163 of file db_impl.h.

bool leveldb::DBImpl::ManualCompaction::done

Definition at line 162 of file db_impl.h.

const InternalKey* leveldb::DBImpl::ManualCompaction::end

Definition at line 164 of file db_impl.h.

int leveldb::DBImpl::ManualCompaction::level

Definition at line 161 of file db_impl.h.

InternalKey leveldb::DBImpl::ManualCompaction::tmp_storage

Definition at line 165 of file db_impl.h.


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