leveldb
Public Member Functions | Public Attributes | List of all members
leveldb::WriteOptions Struct Reference

#include <options.h>

Public Member Functions

 WriteOptions ()
 

Public Attributes

bool sync
 

Detailed Description

Definition at line 187 of file options.h.

Constructor & Destructor Documentation

§ WriteOptions()

leveldb::WriteOptions::WriteOptions ( )
inline

Definition at line 206 of file options.h.

207  : sync(false) {
208  }

Member Data Documentation

§ sync

bool leveldb::WriteOptions::sync

Definition at line 204 of file options.h.


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