PRCYCoin  2.0.0.7rc1
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)CBlockTreeDB
CBlockTreeDB(const CBlockTreeDB &)CBlockTreeDBprivate
CDBWrapper(const fs::path &path, size_t nCacheSize, bool fMemory=false, bool fWipe=false)CDBWrapper
Erase(const K &key, bool fSync=false)CDBWrapperinline
Exists(const K &key) constCDBWrapperinline
Flush()CDBWrapperinline
IsEmpty()CDBWrapper
iteroptionsCDBWrapperprivate
LoadBlockIndexGuts()CBlockTreeDB
NewIterator()CDBWrapperinline
operator=(const CBlockTreeDB &)CBlockTreeDBprivate
optionsCDBWrapperprivate
pdbCDBWrapperprivate
penvCDBWrapperprivate
Read(const K &key, V &value) constCDBWrapperinline
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
readoptionsCDBWrapperprivate
ReadReindexing(bool &fReindex)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
WriteKeyImage(const std::string &keyImage, const uint256 &height)CBlockTreeDB
writeoptionsCDBWrapperprivate
WriteReindexing(bool fReindex)CBlockTreeDB
WriteTxIndex(const std::vector< std::pair< uint256, CDiskTxPos > > &list)CBlockTreeDB
~CDBWrapper()CDBWrapper