![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include "serialize.h"
#include <leveldb/db.h>
#include <leveldb/write_batch.h>
#include <boost/filesystem/path.hpp>
Go to the source code of this file.
Classes | |
class | leveldb_error |
class | CLevelDBBatch |
class | CLevelDB |
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 leveldb.cpp.