Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
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 143 of file options.h.

Constructor & Destructor Documentation

leveldb::ReadOptions::ReadOptions ( )
inline

Definition at line 161 of file options.h.

Member Data Documentation

bool leveldb::ReadOptions::fill_cache

Definition at line 152 of file options.h.

const Snapshot* leveldb::ReadOptions::snapshot

Definition at line 159 of file options.h.

bool leveldb::ReadOptions::verify_checksums

Definition at line 147 of file options.h.


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