![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
CCoinsView backed by another CCoinsView. More...
#include <coins.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) |
uint256 | GetBestBlock () |
bool | SetBestBlock (const uint256 &hashBlock) |
void | SetBackend (CCoinsView &viewIn) |
bool | BatchWrite (const std::map< uint256, CCoins > &mapCoins, const uint256 &hashBlock) |
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.
Definition at line 70 of file coins.cpp.
|
virtual |
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache.
Definition at line 67 of file coins.cpp.
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache, and CCoinsViewMemPool.
Definition at line 64 of file coins.cpp.
|
virtual |
Reimplemented from CCoinsView.
Definition at line 71 of file coins.cpp.
|
virtual |
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache, and CCoinsViewMemPool.
Definition at line 66 of file coins.cpp.
void CCoinsViewBacked::SetBackend | ( | CCoinsView & | viewIn | ) |
|
virtual |
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache.
Definition at line 68 of file coins.cpp.
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache.
Definition at line 65 of file coins.cpp.
|
protected |