Cursor that iterates over the records of a BerkeleyRODatabase.

Synopsis

Declared in <wallet/migrate.h>

class BerkeleyROCursor
    : public DatabaseCursor

Base Classes

Name

Description

DatabaseCursor

Iterates over records stored in a wallet database.

Enums

Name

Description

Status

Result of advancing the cursor.

Member Functions

Name

Description

BerkeleyROCursor [constructor]

Construct a cursor over a database, optionally limited to keys with a given prefix.

~BerkeleyROCursor [destructor] [virtual]

Destroy the cursor.

operator= [deleted]

Cursors are non‐copyable.

Next [virtual]

Read the next record from the database.

Created with MrDocs