Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
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
CLevelDB(const boost::filesystem::path &path, size_t nCacheSize, bool fMemory=false, bool fWipe=false)CLevelDB
Erase(const K &key, bool fSync=false)CLevelDBinline
Exists(const K &key)CLevelDBinline
Flush()CLevelDBinline
LoadBlockIndexGuts()CBlockTreeDB
NewIterator()CLevelDBinline
operator=(const CBlockTreeDB &)CBlockTreeDBprivate
Read(const K &key, V &value)CLevelDBinline
ReadBestInvalidWork(CBigNum &bnBestInvalidWork)CBlockTreeDB
ReadBlockFileInfo(int nFile, CBlockFileInfo &fileinfo)CBlockTreeDB
ReadCheckpointPubKey(std::string &strPubKey)CBlockTreeDB
ReadFlag(const std::string &name, bool &fValue)CBlockTreeDB
ReadLastBlockFile(int &nFile)CBlockTreeDB
ReadReindexing(bool &fReindex)CBlockTreeDB
ReadSyncCheckpoint(uint256 &hashCheckpoint)CBlockTreeDB
ReadTxIndex(const uint256 &txid, CDiskTxPos &pos)CBlockTreeDB
Sync()CLevelDBinline
Write(const K &key, const V &value, bool fSync=false)CLevelDBinline
WriteBatch(CLevelDBBatch &batch, bool fSync=false)CLevelDB
WriteBestInvalidWork(const CBigNum &bnBestInvalidWork)CBlockTreeDB
WriteBlockFileInfo(int nFile, const CBlockFileInfo &fileinfo)CBlockTreeDB
WriteBlockIndex(const CDiskBlockIndex &blockindex)CBlockTreeDB
WriteCheckpointPubKey(const std::string &strPubKey)CBlockTreeDB
WriteFlag(const std::string &name, bool fValue)CBlockTreeDB
WriteLastBlockFile(int nFile)CBlockTreeDB
WriteReindexing(bool fReindex)CBlockTreeDB
WriteSyncCheckpoint(uint256 hashCheckpoint)CBlockTreeDB
WriteTxIndex(const std::vector< std::pair< uint256, CDiskTxPos > > &list)CBlockTreeDB
~CLevelDB()CLevelDB