Cursor for iterating over CoinsView state.
More...
#include <coins.h>
Cursor for iterating over CoinsView state.
Definition at line 143 of file coins.h.
◆ CCoinsViewCursor()
CCoinsViewCursor::CCoinsViewCursor |
( |
const BlockHash & |
hashBlockIn | ) |
|
|
inline |
◆ ~CCoinsViewCursor()
virtual CCoinsViewCursor::~CCoinsViewCursor |
( |
| ) |
|
|
inlinevirtual |
◆ GetBestBlock()
const BlockHash & CCoinsViewCursor::GetBestBlock |
( |
| ) |
const |
|
inline |
Get best block at the time this cursor was created.
Definition at line 156 of file coins.h.
◆ GetKey()
virtual bool CCoinsViewCursor::GetKey |
( |
COutPoint & |
key | ) |
const |
|
pure virtual |
◆ GetValue()
virtual bool CCoinsViewCursor::GetValue |
( |
Coin & |
coin | ) |
const |
|
pure virtual |
◆ GetValueSize()
virtual unsigned int CCoinsViewCursor::GetValueSize |
( |
| ) |
const |
|
pure virtual |
◆ Next()
virtual void CCoinsViewCursor::Next |
( |
| ) |
|
|
pure virtual |
◆ Valid()
virtual bool CCoinsViewCursor::Valid |
( |
| ) |
const |
|
pure virtual |
◆ hashBlock
The documentation for this class was generated from the following file: