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

#include <options.h>

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

Public Member Functions

 ReadOptions ()
 

Public Attributes

bool verify_checksums
 
bool fill_cache
 
const Snapshotsnapshot
 

Detailed Description

Definition at line 161 of file options.h.

Constructor & Destructor Documentation

§ ReadOptions()

leveldb::ReadOptions::ReadOptions ( )
inline

Definition at line 179 of file options.h.

180  : verify_checksums(false),
181  fill_cache(true),
182  snapshot(NULL) {
183  }
const Snapshot * snapshot
Definition: options.h:177

Member Data Documentation

§ fill_cache

bool leveldb::ReadOptions::fill_cache

Definition at line 170 of file options.h.

§ snapshot

const Snapshot* leveldb::ReadOptions::snapshot

Definition at line 177 of file options.h.

§ verify_checksums

bool leveldb::ReadOptions::verify_checksums

Definition at line 165 of file options.h.


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