![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
This is the complete list of members for CCoinsViewCache, including all inherited members.
| AccessCoin(const COutPoint &output) const | CCoinsViewCache | |
| AddCoin(const COutPoint &outpoint, Coin &&coin, bool possible_overwrite) | CCoinsViewCache | |
| base | CCoinsViewBacked | protected |
| BatchWrite(CoinsViewCacheCursor &cursor, const uint256 &block_hash) override | CCoinsViewCache | virtual |
| cacheCoins | CCoinsViewCache | mutableprotected |
| cachedCoinsUsage | CCoinsViewCache | mutableprotected |
| CCoinsViewBacked(CCoinsView *in_view) | CCoinsViewBacked | inlineexplicit |
| CCoinsViewCache(CCoinsView *in_base, bool deterministic=false) | CCoinsViewCache | |
| CCoinsViewCache(const CCoinsViewCache &)=delete | CCoinsViewCache | |
| CreateResetGuard() noexcept | CCoinsViewCache | inline |
| Cursor() const override | CCoinsViewCache | inlinevirtual |
| DynamicMemoryUsage() const | CCoinsViewCache | |
| EmplaceCoinInternalDANGER(COutPoint &&outpoint, Coin &&coin) | CCoinsViewCache | |
| EstimateSize() const override | CCoinsViewBacked | inlinevirtual |
| FetchCoin(const COutPoint &outpoint) const | CCoinsViewCache | private |
| FetchCoinFromBase(const COutPoint &outpoint) const | CCoinsViewCache | protectedvirtual |
| Flush(bool reallocate_cache=true) | CCoinsViewCache | |
| GetBestBlock() const override | CCoinsViewCache | virtual |
| GetCacheSize() const | CCoinsViewCache | |
| GetCoin(const COutPoint &outpoint) const override | CCoinsViewCache | virtual |
| GetDirtyCount() const noexcept | CCoinsViewCache | inline |
| GetHeadBlocks() const override | CCoinsViewBacked | inlinevirtual |
| HaveCoin(const COutPoint &outpoint) const override | CCoinsViewCache | virtual |
| HaveCoinInCache(const COutPoint &outpoint) const | CCoinsViewCache | |
| HaveInputs(const CTransaction &tx) const | CCoinsViewCache | |
| m_block_hash | CCoinsViewCache | mutableprotected |
| m_cache_coins_memory_resource | CCoinsViewCache | mutableprotected |
| m_deterministic | CCoinsViewCache | private |
| m_dirty_count | CCoinsViewCache | mutableprotected |
| m_sentinel | CCoinsViewCache | mutableprotected |
| PeekCoin(const COutPoint &outpoint) const override | CCoinsViewCache | virtual |
| ReallocateCache() | CCoinsViewCache | |
| Reset() noexcept | CCoinsViewCache | protected |
| SanityCheck() const | CCoinsViewCache | |
| SetBackend(CCoinsView &in_view) | CCoinsViewBacked | inline |
| SetBestBlock(const uint256 &block_hash) | CCoinsViewCache | |
| SpendCoin(const COutPoint &outpoint, Coin *moveto=nullptr) | CCoinsViewCache | |
| Sync() | CCoinsViewCache | |
| Uncache(const COutPoint &outpoint) | CCoinsViewCache | |
| ~CCoinsView()=default | CCoinsView | virtual |