![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
This is the complete list of members for CBlockTreeDB, including all inherited members.
| CBlockTreeDB(size_t nCacheSize, bool fMemory=false, bool fWipe=false) | CBlockTreeDB | |
| CBlockTreeDB(const CBlockTreeDB &) | CBlockTreeDB | private |
| CDBWrapper(const fs::path &path, size_t nCacheSize, bool fMemory=false, bool fWipe=false) | CDBWrapper | |
| Erase(const K &key, bool fSync=false) | CDBWrapper | inline |
| Exists(const K &key) const | CDBWrapper | inline |
| Flush() | CDBWrapper | inline |
| IsEmpty() | CDBWrapper | |
| iteroptions | CDBWrapper | private |
| LoadBlockIndexGuts() | CBlockTreeDB | |
| NewIterator() | CDBWrapper | inline |
| operator=(const CBlockTreeDB &) | CBlockTreeDB | private |
| options | CDBWrapper | private |
| pdb | CDBWrapper | private |
| penv | CDBWrapper | private |
| Read(const K &key, V &value) const | CDBWrapper | inline |
| ReadBlockFileInfo(int nFile, CBlockFileInfo &fileinfo) | CBlockTreeDB | |
| ReadFlag(const std::string &name, bool &fValue) | CBlockTreeDB | |
| ReadInt(const std::string &name, int &nValue) | CBlockTreeDB | |
| ReadKeyImage(const std::string &keyImage, uint256 &bh) | CBlockTreeDB | |
| ReadKeyImages(const std::string &keyImage, std::vector< uint256 > &bhs) | CBlockTreeDB | |
| ReadLastBlockFile(int &nFile) | CBlockTreeDB | |
| readoptions | CDBWrapper | private |
| ReadReindexing(bool &fReindex) | CBlockTreeDB | |
| ReadTxIndex(const uint256 &txid, CDiskTxPos &pos) | CBlockTreeDB | |
| Sync() | CDBWrapper | inline |
| syncoptions | CDBWrapper | private |
| Write(const K &key, const V &value, bool fSync=false) | CDBWrapper | inline |
| WriteBatch(CDBBatch &batch, bool fSync=false) | CDBWrapper | |
| WriteBatchSync(const std::vector< std::pair< int, const CBlockFileInfo * > > &fileInfo, int nLastFile, const std::vector< const CBlockIndex * > &blockinfo) | CBlockTreeDB | |
| WriteBlockIndex(const CDiskBlockIndex &blockindex) | CBlockTreeDB | |
| WriteFlag(const std::string &name, bool fValue) | CBlockTreeDB | |
| WriteInt(const std::string &name, int nValue) | CBlockTreeDB | |
| WriteKeyImage(const std::string &keyImage, const uint256 &height) | CBlockTreeDB | |
| writeoptions | CDBWrapper | private |
| WriteReindexing(bool fReindex) | CBlockTreeDB | |
| WriteTxIndex(const std::vector< std::pair< uint256, CDiskTxPos > > &list) | CBlockTreeDB | |
| ~CDBWrapper() | CDBWrapper |
1.8.17