![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <clientversion.h>#include <fs.h>#include <serialize.h>#include <streams.h>#include <sync.h>#include <util.h>#include <version.h>#include <atomic>#include <map>#include <memory>#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 59 of file db.cpp.
1.8.14