Fabcoin Core
0.16.2
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, bool obfuscate=false) | CDBWrapper | |
CompactRange(const K &key_begin, const K &key_end) const | CDBWrapper | inline |
Erase(const K &key, bool fSync=false) | CDBWrapper | inline |
EraseHeightIndex(const unsigned int &height) | CBlockTreeDB | |
EstimateSize(const K &key_begin, const K &key_end) const | CDBWrapper | inline |
Exists(const K &key) const | CDBWrapper | inline |
Flush() | CDBWrapper | inline |
IsEmpty() | CDBWrapper | |
LoadBlockIndexGuts(const Consensus::Params &consensusParams, std::function< CBlockIndex *(const uint256 &)> insertBlockIndex) | CBlockTreeDB | |
NewIterator() | CDBWrapper | inline |
operator=(const CBlockTreeDB &) | CBlockTreeDB | private |
Read(const K &key, V &value) const | CDBWrapper | inline |
ReadBlockFileInfo(int nFile, CBlockFileInfo &fileinfo) | CBlockTreeDB | |
ReadFlag(const std::string &name, bool &fValue) | CBlockTreeDB | |
ReadHeightIndex(int low, int high, int minconf, std::vector< std::vector< uint256 >> &blocksOfHashes, std::set< dev::h160 > const &addresses) | CBlockTreeDB | |
ReadLastBlockFile(int &nFile) | CBlockTreeDB | |
ReadReindexing(bool &fReindex) | CBlockTreeDB | |
ReadTxIndex(const uint256 &txid, CDiskTxPos &pos) | CBlockTreeDB | |
Sync() | CDBWrapper | inline |
WipeHeightIndex() | CBlockTreeDB | |
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 | |
WriteFlag(const std::string &name, bool fValue) | CBlockTreeDB | |
WriteHeightIndex(const CHeightTxIndexKey &heightIndex, const std::vector< uint256 > &hash) | CBlockTreeDB | |
WriteReindexing(bool fReindex) | CBlockTreeDB | |
WriteTxIndex(const std::vector< std::pair< uint256, CDiskTxPos > > &list) | CBlockTreeDB | |
~CDBWrapper() | CDBWrapper |