PIVX Core  5.6.99
P2P Digital Currency
CBlockTreeDB Member List

This is the complete list of members for CBlockTreeDB, including all inherited members.

CBlockTreeDB(size_t nCacheSize, bool fMemory=false, bool fWipe=false)CBlockTreeDBexplicit
CBlockTreeDB(const CBlockTreeDB &)=deleteCBlockTreeDB
CDBWrapper(const fs::path &path, size_t nCacheSize, bool fMemory=false, bool fWipe=false, int nVersion=CLIENT_VERSION)CDBWrapper
CompactFull() constCDBWrapperinline
CompactRange(const K &key_begin, const K &key_end) constCDBWrapperinline
Erase(const K &key, bool fSync=false)CDBWrapperinline
EstimateSize(const K &key_begin, const K &key_end) constCDBWrapperinline
Exists(const K &key) constCDBWrapperinline
Exists(const CDataStream &key) constCDBWrapperinline
Flush()CDBWrapperinline
IsEmpty()CDBWrapper
iteroptionsCDBWrapperprivate
LoadBlockIndexGuts(std::function< CBlockIndex *(const uint256 &)> insertBlockIndex)CBlockTreeDB
NewIterator()CDBWrapperinline
nVersionCDBWrapperprivate
operator=(const CBlockTreeDB &)=deleteCBlockTreeDB
optionsCDBWrapperprivate
pdbCDBWrapperprivate
penvCDBWrapperprivate
Read(const K &key, V &value) constCDBWrapperinline
Read(const CDataStream &ssKey, V &value) constCDBWrapperinline
ReadBlockFileInfo(int nFile, CBlockFileInfo &info)CBlockTreeDB
ReadDataStream(const K &key, CDataStream &ssValue) constCDBWrapperinline
ReadDataStream(const CDataStream &ssKey, CDataStream &ssValue) constCDBWrapperinline
ReadFlag(const std::string &name, bool &fValue)CBlockTreeDB
ReadInt(const std::string &name, int &nValue)CBlockTreeDB
ReadLastBlockFile(int &nFile)CBlockTreeDB
readoptionsCDBWrapperprivate
ReadReindexing(bool &fReindexing)CBlockTreeDB
ReadTxIndex(const uint256 &txid, CDiskTxPos &pos)CBlockTreeDB
Sync()CDBWrapperinline
syncoptionsCDBWrapperprivate
Write(const K &key, const V &value, bool fSync=false)CDBWrapperinline
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
writeoptionsCDBWrapperprivate
WriteReindexing(bool fReindexing)CBlockTreeDB
WriteTxIndex(const std::vector< std::pair< uint256, CDiskTxPos > > &vect)CBlockTreeDB
~CDBWrapper()CDBWrapper