![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
CCoinsView backed by another CCoinsView. More...
#include <main.h>
Public Member Functions | |
CCoinsViewBacked (CCoinsView &viewIn) | |
bool | GetCoins (const uint256 &txid, CCoins &coins) |
bool | SetCoins (const uint256 &txid, const CCoins &coins) |
bool | HaveCoins (const uint256 &txid) |
CBlockIndex * | GetBestBlock () |
bool | SetBestBlock (CBlockIndex *pindex) |
void | SetBackend (CCoinsView &viewIn) |
bool | BatchWrite (const std::map< uint256, CCoins > &mapCoins, CBlockIndex *pindex) |
bool | GetStats (CCoinsStats &stats) |
![]() | |
virtual | ~CCoinsView () |
Protected Attributes | |
CCoinsView * | base |
CCoinsView backed by another CCoinsView.
CCoinsViewBacked::CCoinsViewBacked | ( | CCoinsView & | viewIn | ) |
|
virtual |
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache.
|
virtual |
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache.
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewMemPool, and CCoinsViewCache.
|
virtual |
Reimplemented from CCoinsView.
|
virtual |
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewMemPool, and CCoinsViewCache.
void CCoinsViewBacked::SetBackend | ( | CCoinsView & | viewIn | ) |
|
virtual |
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache.
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache.
|
protected |