![]() |
Raven Core
3.0.0
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, size_t maxFileSize=2<< 20) | CBlockTreeDB | explicit |
| CBlockTreeDB(const CBlockTreeDB &)=delete | CBlockTreeDB | |
| CDBWrapper(const fs::path &path, size_t nCacheSize, bool fMemory=false, bool fWipe=false, bool obfuscate=false, size_t maxFileSize=2<< 20) | CDBWrapper | |
| CompactRange(const K &key_begin, const K &key_end) const | CDBWrapper | inline |
| Erase(const K &key, bool fSync=false) | CDBWrapper | inline |
| EraseAddressIndex(const std::vector< std::pair< CAddressIndexKey, CAmount > > &vect) | 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 &)=delete | CBlockTreeDB | |
| Read(const K &key, V &value) const | CDBWrapper | inline |
| ReadAddressIndex(uint160 addressHash, int type, std::string assetName, std::vector< std::pair< CAddressIndexKey, CAmount > > &addressIndex, int start=0, int end=0) | CBlockTreeDB | |
| ReadAddressIndex(uint160 addressHash, int type, std::vector< std::pair< CAddressIndexKey, CAmount > > &addressIndex, int start=0, int end=0) | CBlockTreeDB | |
| ReadAddressUnspentIndex(uint160 addressHash, int type, std::string assetName, std::vector< std::pair< CAddressUnspentKey, CAddressUnspentValue > > &vect) | CBlockTreeDB | |
| ReadAddressUnspentIndex(uint160 addressHash, int type, std::vector< std::pair< CAddressUnspentKey, CAddressUnspentValue > > &vect) | CBlockTreeDB | |
| ReadBlockFileInfo(int nFile, CBlockFileInfo &info) | CBlockTreeDB | |
| ReadFlag(const std::string &name, bool &fValue) | CBlockTreeDB | |
| ReadLastBlockFile(int &nFile) | CBlockTreeDB | |
| ReadReindexing(bool &fReindexing) | CBlockTreeDB | |
| ReadSpentIndex(CSpentIndexKey &key, CSpentIndexValue &value) | CBlockTreeDB | |
| ReadTimestampBlockIndex(const uint256 &hash, unsigned int &logicalTS) | CBlockTreeDB | |
| ReadTimestampIndex(const unsigned int &high, const unsigned int &low, const bool fActiveOnly, std::vector< std::pair< uint256, unsigned int > > &vect) | CBlockTreeDB | |
| ReadTxIndex(const uint256 &txid, CDiskTxPos &pos) | CBlockTreeDB | |
| Sync() | CDBWrapper | inline |
| UpdateAddressUnspentIndex(const std::vector< std::pair< CAddressUnspentKey, CAddressUnspentValue > > &vect) | CBlockTreeDB | |
| UpdateSpentIndex(const std::vector< std::pair< CSpentIndexKey, CSpentIndexValue > > &vect) | CBlockTreeDB | |
| Write(const K &key, const V &value, bool fSync=false) | CDBWrapper | inline |
| WriteAddressIndex(const std::vector< std::pair< CAddressIndexKey, CAmount > > &vect) | CBlockTreeDB | |
| 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 | |
| WriteReindexing(bool fReindexing) | CBlockTreeDB | |
| WriteTimestampBlockIndex(const CTimestampBlockIndexKey &blockhashIndex, const CTimestampBlockIndexValue &logicalts) | CBlockTreeDB | |
| WriteTimestampIndex(const CTimestampIndexKey ×tampIndex) | CBlockTreeDB | |
| WriteTxIndex(const std::vector< std::pair< uint256, CDiskTxPos > > &vect) | CBlockTreeDB | |
| ~CDBWrapper() | CDBWrapper |
1.8.13