Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Protected Attributes | List of all members
CCoinsViewBacked Class Reference

CCoinsView backed by another CCoinsView. More...

#include <main.h>

Inheritance diagram for CCoinsViewBacked:
Inheritance graph
[legend]
Collaboration diagram for CCoinsViewBacked:
Collaboration graph
[legend]

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)
 
CBlockIndexGetBestBlock ()
 
bool SetBestBlock (CBlockIndex *pindex)
 
void SetBackend (CCoinsView &viewIn)
 
bool BatchWrite (const std::map< uint256, CCoins > &mapCoins, CBlockIndex *pindex)
 
bool GetStats (CCoinsStats &stats)
 
- Public Member Functions inherited from CCoinsView
virtual ~CCoinsView ()
 

Protected Attributes

CCoinsViewbase
 

Detailed Description

CCoinsView backed by another CCoinsView.

Definition at line 2176 of file main.h.

Constructor & Destructor Documentation

CCoinsViewBacked::CCoinsViewBacked ( CCoinsView viewIn)

Definition at line 190 of file main.cpp.

Member Function Documentation

bool CCoinsViewBacked::BatchWrite ( const std::map< uint256, CCoins > &  mapCoins,
CBlockIndex pindex 
)
virtual

Reimplemented from CCoinsView.

Reimplemented in CCoinsViewCache.

Definition at line 197 of file main.cpp.

CBlockIndex * CCoinsViewBacked::GetBestBlock ( )
virtual

Reimplemented from CCoinsView.

Reimplemented in CCoinsViewCache.

Definition at line 194 of file main.cpp.

bool CCoinsViewBacked::GetCoins ( const uint256 txid,
CCoins coins 
)
virtual

Reimplemented from CCoinsView.

Reimplemented in CCoinsViewMemPool, and CCoinsViewCache.

Definition at line 191 of file main.cpp.

bool CCoinsViewBacked::GetStats ( CCoinsStats stats)
virtual

Reimplemented from CCoinsView.

Definition at line 198 of file main.cpp.

bool CCoinsViewBacked::HaveCoins ( const uint256 txid)
virtual

Reimplemented from CCoinsView.

Reimplemented in CCoinsViewMemPool, and CCoinsViewCache.

Definition at line 193 of file main.cpp.

void CCoinsViewBacked::SetBackend ( CCoinsView viewIn)

Definition at line 196 of file main.cpp.

bool CCoinsViewBacked::SetBestBlock ( CBlockIndex pindex)
virtual

Reimplemented from CCoinsView.

Reimplemented in CCoinsViewCache.

Definition at line 195 of file main.cpp.

bool CCoinsViewBacked::SetCoins ( const uint256 txid,
const CCoins coins 
)
virtual

Reimplemented from CCoinsView.

Reimplemented in CCoinsViewCache.

Definition at line 192 of file main.cpp.

Member Data Documentation

CCoinsView* CCoinsViewBacked::base
protected

Definition at line 2179 of file main.h.


The documentation for this class was generated from the following files: