![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
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 |
EraseName(const std::string &strAddress) | CWalletDB | |
ErasePool(int64 nPool) | CWalletDB | inline |
EraseSetting(const std::string &strKey) | CWalletDB | inline |
EraseTx(uint256 hash) | CWalletDB | inline |
Exists(const K &key) | CDB | inlineprotected |
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 | inline |
ReadPool(int64 nPool, CKeyPool &keypool) | CWalletDB | inline |
ReadSetting(const std::string &strKey, T &value) | CWalletDB | inline |
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 nAccEntryNum, const CAccountingEntry &acentry) | CWalletDB | private |
WriteAccountingEntry(const CAccountingEntry &acentry) | CWalletDB | |
WriteBestBlock(const CBlockLocator &locator) | CWalletDB | inline |
WriteCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret, bool fEraseUnencryptedKey=true) | CWalletDB | inline |
WriteCScript(const uint160 &hash, const CScript &redeemScript) | CWalletDB | inline |
WriteDefaultKey(const CPubKey &vchPubKey) | CWalletDB | inline |
WriteKey(const CPubKey &vchPubKey, const CPrivKey &vchPrivKey) | CWalletDB | inline |
WriteMasterKey(unsigned int nID, const CMasterKey &kMasterKey) | CWalletDB | inline |
WriteMinVersion(int nVersion) | CWalletDB | inline |
WriteName(const std::string &strAddress, const std::string &strName) | CWalletDB | |
WriteOrderPosNext(int64 nOrderPosNext) | CWalletDB | inline |
WritePool(int64 nPool, const CKeyPool &keypool) | CWalletDB | inline |
WriteSetting(const std::string &strKey, const T &value) | CWalletDB | inline |
WriteTx(uint256 hash, const CWalletTx &wtx) | CWalletDB | inline |
WriteVersion(int nVersion) | CDB | inline |
~CDB() | CDB | inlineprotected |