![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
This is the complete list of members for CCoinsViewCache, including all inherited members.
| AbstractPopAnchor(const uint256 &newrt, Cache &cacheAnchors, uint256 &hash) | CCoinsViewCache | private |
| AbstractPushAnchor(const Tree &tree, Cache &cacheAnchors, uint256 &hash) | CCoinsViewCache | private |
| AccessCoin(const COutPoint &output) const | CCoinsViewCache | |
| AddCoin(const COutPoint &outpoint, Coin &&coin, bool potential_overwrite) | CCoinsViewCache | |
| base | CCoinsViewBacked | protected |
| BatchWrite(CCoinsMap &mapCoins, const uint256 &hashBlock, const uint256 &hashSaplingAnchor, CAnchorsSaplingMap &mapSaplingAnchors, CNullifiersMap &mapSaplingNullifiers) override | CCoinsViewCache | virtual |
| BringBestAnchorIntoCache(const uint256 ¤tRoot, Tree &tree) | CCoinsViewCache | private |
| BringBestAnchorIntoCache(const uint256 ¤tRoot, SaplingMerkleTree &tree) | CCoinsViewCache | |
| cacheCoins | CCoinsViewCache | mutableprotected |
| cachedCoinsUsage | CCoinsViewCache | mutableprotected |
| cacheSaplingAnchors | CCoinsViewCache | mutableprotected |
| cacheSaplingNullifiers | CCoinsViewCache | mutableprotected |
| CCoinsViewBacked(CCoinsView *viewIn) | CCoinsViewBacked | |
| CCoinsViewCache(CCoinsView *baseIn) | CCoinsViewCache | |
| CCoinsViewCache(const CCoinsViewCache &)=delete | CCoinsViewCache | |
| Cursor() const override | CCoinsViewBacked | virtual |
| DynamicMemoryUsage() const | CCoinsViewCache | |
| EstimateSize() const override | CCoinsViewBacked | virtual |
| FetchCoin(const COutPoint &outpoint) const | CCoinsViewCache | private |
| Flush() | CCoinsViewCache | |
| GetBestAnchor() const override | CCoinsViewCache | virtual |
| GetBestBlock() const override | CCoinsViewCache | virtual |
| GetCacheSize() const | CCoinsViewCache | |
| GetCoin(const COutPoint &outpoint, Coin &coin) const override | CCoinsViewCache | virtual |
| GetCoinDepthAtHeight(const COutPoint &output, int nHeight) const | CCoinsViewCache | |
| GetHeadBlocks() const override | CCoinsViewBacked | virtual |
| GetNullifier(const uint256 &nullifier) const override | CCoinsViewCache | virtual |
| GetSaplingAnchorAt(const uint256 &rt, SaplingMerkleTree &tree) const override | CCoinsViewCache | virtual |
| GetTotalAmount() const | CCoinsViewCache | |
| GetUTXOCoin(const COutPoint &outpoint, Coin &coin) const | CCoinsViewCache | |
| GetValueIn(const CTransaction &tx) const | CCoinsViewCache | |
| hashBlock | CCoinsViewCache | mutableprotected |
| hashSaplingAnchor | CCoinsViewCache | mutableprotected |
| HaveCoin(const COutPoint &outpoint) const override | CCoinsViewCache | virtual |
| HaveCoinInCache(const COutPoint &outpoint) const | CCoinsViewCache | |
| HaveInputs(const CTransaction &tx) const | CCoinsViewCache | |
| HaveShieldedRequirements(const CTransaction &tx) const | CCoinsViewCache | |
| PopAnchor(const uint256 &rt) | CCoinsViewCache | |
| PruneInvalidEntries() | CCoinsViewCache | |
| PushAnchor(const Tree &tree) | CCoinsViewCache | |
| PushAnchor(const SaplingMerkleTree &tree) | CCoinsViewCache | |
| SetBackend(CCoinsView &viewIn) | CCoinsViewBacked | |
| SetBestBlock(const uint256 &hashBlock) | CCoinsViewCache | |
| SetNullifiers(const CTransaction &tx, bool spent) | CCoinsViewCache | |
| SpendCoin(const COutPoint &outpoint, Coin *moveto=nullptr) | CCoinsViewCache | |
| Uncache(const COutPoint &outpoint) | CCoinsViewCache | |
| ~CCoinsView() | CCoinsView | inlinevirtual |