![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "clientversion.h"#include "fs.h"#include "serialize.h"#include "streams.h"#include "sync.h"#include "version.h"#include <atomic>#include <map>#include <string>#include <unordered_map>#include <vector>#include <db_cxx.h>Go to the source code of this file.
Classes | |
| struct | WalletDatabaseFileId |
| class | BerkeleyEnvironment |
| class | BerkeleyDatabase |
| An instance of this class represents one database. More... | |
| class | BerkeleyBatch |
| RAII class that provides access to a Berkeley database. More... | |
Functions | |
| BerkeleyEnvironment * | GetWalletEnv (const fs::path &wallet_path, std::string &database_filename) |
| Get BerkeleyEnvironment and database filename given a wallet path. More... | |
| BerkeleyEnvironment* GetWalletEnv | ( | const fs::path & | wallet_path, |
| std::string & | database_filename | ||
| ) |
Get BerkeleyEnvironment and database filename given a wallet path.
Definition at line 63 of file db.cpp.