![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#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.
Classes | |
| class | leveldb_error |
| class | CLevelDBBatch |
| class | CLevelDBWrapper |
Functions | |
| void | HandleError (const leveldb::Status &status) throw (leveldb_error) |
| 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:
1.8.8