bt_cursor_t Derived Type

type, public :: bt_cursor_t


Components

Type Visibility Attributes Name Initial
integer, public :: leaf = 0

Current leaf page id (0 = exhausted)

integer, public :: slot = 0

0-based index of the next entry to yield

logical, public :: valid = .false.

.true. while the cursor may yield more