![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include "leveldb.h"
#include "util.h"
#include <leveldb/env.h>
#include <leveldb/cache.h>
#include <leveldb/filter_policy.h>
#include <memenv/memenv.h>
#include <boost/filesystem.hpp>
Go to the source code of this file.
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.