Cursor for iterating over CoinsView state

Synopsis

Declared in <coins.h>

class CCoinsViewCursor;

Member Functions

Name

Description

CCoinsViewCursor [constructor]

Construct a cursor recording the best block it iterates over.

~CCoinsViewCursor [destructor] [virtual]

Destroy the cursor.

GetBestBlock

Get best block at the time this cursor was created

GetKey [virtual]

Retrieve the outpoint the cursor currently points at.

GetValue [virtual]

Retrieve the coin the cursor currently points at.

Next [virtual]

Advance the cursor to the next entry.

Valid [virtual]

Report whether the cursor currently points at a valid entry.

Created with MrDocs