Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
leveldbwrapper.cpp File Reference
#include "leveldbwrapper.h"
#include "util.h"
#include <boost/filesystem.hpp>
#include <leveldb/cache.h>
#include <leveldb/env.h>
#include <leveldb/filter_policy.h>
#include <memenv.h>
+ Include dependency graph for leveldbwrapper.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

static leveldb::Options GetOptions ( size_t  nCacheSize)
static

Definition at line 28 of file leveldbwrapper.cpp.

Referenced by CLevelDBWrapper::CLevelDBWrapper().

+ Here is the caller graph for this function:

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

Definition at line 15 of file leveldbwrapper.cpp.

References LogPrintf.

Referenced by CLevelDBWrapper::CLevelDBWrapper(), CLevelDBWrapper::Exists(), CLevelDBWrapper::Read(), and CLevelDBWrapper::WriteBatch().

+ Here is the caller graph for this function: