![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
This is the complete list of members for CWalletDB, including all inherited members.
| activeTxn | CDB | protected |
| CDB(const char *pszFile, const char *pszMode="r+") | CDB | explicitprotected |
| Close() | CDB | |
| CWalletDB(std::string strFilename, const char *pszMode="r+") | CWalletDB | inline |
| CWalletDB(const CWalletDB &) | CWalletDB | private |
| Erase(const K &key) | CDB | inlineprotected |
| EraseDestData(const std::string &address, const std::string &key) | CWalletDB | |
| EraseName(const std::string &strAddress) | CWalletDB | |
| ErasePool(int64_t nPool) | CWalletDB | |
| ErasePurpose(const std::string &strAddress) | CWalletDB | |
| EraseTx(uint256 hash) | CWalletDB | |
| Exists(const K &key) | CDB | inlineprotected |
| FindWalletTx(CWallet *pwallet, std::vector< uint256 > &vTxHash) | CWalletDB | |
| Flush() | CDB | |
| fReadOnly | CDB | protected |
| GetAccountCreditDebit(const std::string &strAccount) | CWalletDB | |
| GetCursor() | CDB | inlineprotected |
| ListAccountCreditDebit(const std::string &strAccount, std::list< CAccountingEntry > &acentries) | CWalletDB | |
| LoadWallet(CWallet *pwallet) | CWalletDB | |
| operator=(const CWalletDB &) | CWalletDB | private |
| pdb | CDB | protected |
| Read(const K &key, T &value) | CDB | inlineprotected |
| ReadAccount(const std::string &strAccount, CAccount &account) | CWalletDB | |
| ReadAtCursor(Dbc *pcursor, CDataStream &ssKey, CDataStream &ssValue, unsigned int fFlags=DB_NEXT) | CDB | inlineprotected |
| ReadBestBlock(CBlockLocator &locator) | CWalletDB | |
| ReadPool(int64_t nPool, CKeyPool &keypool) | CWalletDB | |
| ReadVersion(int &nVersion) | CDB | inline |
| Recover(CDBEnv &dbenv, std::string filename, bool fOnlyKeys) | CWalletDB | static |
| Recover(CDBEnv &dbenv, std::string filename) | CWalletDB | static |
| ReorderTransactions(CWallet *) | CWalletDB | |
| Rewrite(const std::string &strFile, const char *pszSkip=NULL) | CDB | static |
| strFile | CDB | protected |
| TxnAbort() | CDB | inline |
| TxnBegin() | CDB | inline |
| TxnCommit() | CDB | inline |
| Write(const K &key, const T &value, bool fOverwrite=true) | CDB | inlineprotected |
| WriteAccount(const std::string &strAccount, const CAccount &account) | CWalletDB | |
| WriteAccountingEntry(const uint64_t nAccEntryNum, const CAccountingEntry &acentry) | CWalletDB | private |
| WriteAccountingEntry(const CAccountingEntry &acentry) | CWalletDB | |
| WriteBestBlock(const CBlockLocator &locator) | CWalletDB | |
| WriteCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret, const CKeyMetadata &keyMeta) | CWalletDB | |
| WriteCScript(const uint160 &hash, const CScript &redeemScript) | CWalletDB | |
| WriteDefaultKey(const CPubKey &vchPubKey) | CWalletDB | |
| WriteDestData(const std::string &address, const std::string &key, const std::string &value) | CWalletDB | |
| WriteKey(const CPubKey &vchPubKey, const CPrivKey &vchPrivKey, const CKeyMetadata &keyMeta) | CWalletDB | |
| WriteMasterKey(unsigned int nID, const CMasterKey &kMasterKey) | CWalletDB | |
| WriteMinVersion(int nVersion) | CWalletDB | |
| WriteName(const std::string &strAddress, const std::string &strName) | CWalletDB | |
| WriteOrderPosNext(int64_t nOrderPosNext) | CWalletDB | |
| WritePool(int64_t nPool, const CKeyPool &keypool) | CWalletDB | |
| WritePurpose(const std::string &strAddress, const std::string &purpose) | CWalletDB | |
| WriteTx(uint256 hash, const CWalletTx &wtx) | CWalletDB | |
| WriteVersion(int nVersion) | CDB | inline |
| ZapWalletTx(CWallet *pwallet) | CWalletDB | |
| ~CDB() | CDB | inlineprotected |
1.8.8