Dash Core  0.12.2.1
P2P Digital Currency
dbwrapper.cpp File Reference
#include "dbwrapper.h"
#include "util.h"
#include "random.h"
#include <boost/filesystem.hpp>
#include <leveldb/cache.h>
#include <leveldb/env.h>
#include <leveldb/filter_policy.h>
#include <memenv.h>
#include <stdint.h>

Go to the source code of this file.

Functions

void HandleError (const leveldb::Status &status) throw (dbwrapper_error)
 
static leveldb::Options GetOptions (size_t nCacheSize)
 

Function Documentation

◆ GetOptions()

static leveldb::Options GetOptions ( size_t  nCacheSize)
static

Definition at line 32 of file dbwrapper.cpp.

Referenced by CDBWrapper::CDBWrapper().

◆ HandleError()

void HandleError ( const leveldb::Status &  status)
throw (dbwrapper_error
)