![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "dbwrapper.h"#include <leveldb/cache.h>#include <leveldb/env.h>#include <leveldb/filter_policy.h>#include <memenv.h>#include <stdint.h>Go to the source code of this file.
Namespaces | |
| dbwrapper_private | |
| These should be considered an implementation detail of the specific database. | |
Functions | |
| void | dbwrapper_private::HandleError (const leveldb::Status &status) |
| Handle database error by throwing dbwrapper_error exception. More... | |