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

Abstract view on the open txout dataset. More...

#include <main.h>

Inheritance diagram for CCoinsView:
Inheritance graph
[legend]

Public Member Functions

virtual bool GetCoins (const uint256 &txid, CCoins &coins)
 
virtual bool SetCoins (const uint256 &txid, const CCoins &coins)
 
virtual bool HaveCoins (const uint256 &txid)
 
virtual CBlockIndexGetBestBlock ()
 
virtual bool SetBestBlock (CBlockIndex *pindex)
 
virtual bool BatchWrite (const std::map< uint256, CCoins > &mapCoins, CBlockIndex *pindex)
 
virtual bool GetStats (CCoinsStats &stats)
 
virtual ~CCoinsView ()
 

Detailed Description

Abstract view on the open txout dataset.

Definition at line 2146 of file main.h.

Constructor & Destructor Documentation

virtual CCoinsView::~CCoinsView ( )
inlinevirtual

Definition at line 2172 of file main.h.

Member Function Documentation

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

Reimplemented in CCoinsViewCache, CCoinsViewBacked, and CCoinsViewDB.

Definition at line 186 of file main.cpp.

CBlockIndex * CCoinsView::GetBestBlock ( )
virtual

Reimplemented in CCoinsViewCache, CCoinsViewBacked, and CCoinsViewDB.

Definition at line 184 of file main.cpp.

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

Reimplemented in CCoinsViewMemPool, CCoinsViewCache, CCoinsViewBacked, and CCoinsViewDB.

Definition at line 181 of file main.cpp.

bool CCoinsView::GetStats ( CCoinsStats stats)
virtual

Reimplemented in CCoinsViewBacked, and CCoinsViewDB.

Definition at line 187 of file main.cpp.

bool CCoinsView::HaveCoins ( const uint256 txid)
virtual

Reimplemented in CCoinsViewMemPool, CCoinsViewCache, CCoinsViewBacked, and CCoinsViewDB.

Definition at line 183 of file main.cpp.

bool CCoinsView::SetBestBlock ( CBlockIndex pindex)
virtual

Reimplemented in CCoinsViewCache, CCoinsViewBacked, and CCoinsViewDB.

Definition at line 185 of file main.cpp.

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

Reimplemented in CCoinsViewCache, CCoinsViewBacked, and CCoinsViewDB.

Definition at line 182 of file main.cpp.


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