Bitcoin
Public Member Functions | Public Attributes | List of all members
leveldb::DBImpl::Writer Struct Reference

Public Member Functions

 Writer (port::Mutex *mu)
 

Public Attributes

Status status
 
WriteBatchbatch
 
bool sync
 
bool done
 
port::CondVar cv
 

Constructor & Destructor Documentation

◆ Writer()

leveldb::DBImpl::Writer::Writer ( port::Mutex mu)
inlineexplicit

Member Data Documentation

◆ batch

WriteBatch* leveldb::DBImpl::Writer::batch

◆ cv

port::CondVar leveldb::DBImpl::Writer::cv

◆ done

bool leveldb::DBImpl::Writer::done

◆ status

Status leveldb::DBImpl::Writer::status

◆ sync

bool leveldb::DBImpl::Writer::sync

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