Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Data Structures | Functions
leveldbwrapper.h File Reference
#include "serialize.h"
#include "util.h"
#include "version.h"
#include <boost/filesystem/path.hpp>
#include <leveldb/db.h>
#include <leveldb/write_batch.h>
+ Include dependency graph for leveldbwrapper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  leveldb_error
 
class  CLevelDBBatch
 
class  CLevelDBWrapper
 

Functions

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

Function Documentation

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: