![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
CCoinsView backed by another CCoinsView. More...
#include <coins.h>
Inheritance diagram for CCoinsViewBacked:
Collaboration diagram for CCoinsViewBacked: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) |
Public Member Functions inherited from CCoinsView | |
| 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 69 of file coins.cpp.
References base, and CCoinsView::BatchWrite().
Here is the call graph for this function:
|
virtual |
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache.
Definition at line 66 of file coins.cpp.
References base, and CCoinsView::GetBestBlock().
Here is the call graph for this function:Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache, and CCoinsViewMemPool.
Definition at line 63 of file coins.cpp.
References base, and CCoinsView::GetCoins().
Here is the call graph for this function:
|
virtual |
Reimplemented from CCoinsView.
Definition at line 70 of file coins.cpp.
References base, and CCoinsView::GetStats().
Referenced by gettxoutsetinfo().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache, and CCoinsViewMemPool.
Definition at line 65 of file coins.cpp.
References base, and CCoinsView::HaveCoins().
Here is the call graph for this function:| void CCoinsViewBacked::SetBackend | ( | CCoinsView & | viewIn | ) |
Definition at line 68 of file coins.cpp.
References base.
Referenced by AcceptToMemoryPool(), and signrawtransaction().
Here is the caller graph for this function:
|
virtual |
Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache.
Definition at line 67 of file coins.cpp.
References base, and CCoinsView::SetBestBlock().
Here is the call graph for this function:Reimplemented from CCoinsView.
Reimplemented in CCoinsViewCache.
Definition at line 64 of file coins.cpp.
References base, and CCoinsView::SetCoins().
Here is the call graph for this function:
|
protected |
Definition at line 292 of file coins.h.
Referenced by BatchWrite(), CCoinsViewCache::FetchCoins(), CCoinsViewCache::Flush(), GetBestBlock(), CCoinsViewCache::GetBestBlock(), CCoinsViewMemPool::GetCoins(), GetCoins(), CCoinsViewCache::GetCoins(), GetStats(), CCoinsViewMemPool::HaveCoins(), HaveCoins(), SetBackend(), SetBestBlock(), and SetCoins().
1.8.8