![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#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) |
|
static |
Definition at line 32 of file dbwrapper.cpp.
Referenced by CDBWrapper::CDBWrapper().
void HandleError | ( | const leveldb::Status & | status | ) | |
throw | ( | dbwrapper_error | |||
) |
Definition at line 18 of file dbwrapper.cpp.
Referenced by CDBWrapper::CDBWrapper(), CDBWrapper::Exists(), CDBWrapper::Read(), and CDBWrapper::WriteBatch().